Hi,
maybe possible with dropdownlist to select application name if my where statement is: where ApplicationId.ApplicationName == System.Web.Security.Membership.Provider.ApplicationName
or I need for this use var aspnet_applications to dropdownlist and then Session["ApplicationName"] and now to call to here ApplicationId.ApplicationName ==Session["ApplicationName"]
Thanks.
Please help