Excellent timely Help. If i have to use the membsership object Then i need th sql database aspnetdb.But i dont use aspnetdb.
i authenticate the users from the database so i modified the code. Here is the code by which i get the "userName
string strusername = "";
if (HttpContext.Current.Request.IsAuthenticated)
strusername = HttpContext.Current.User.Identity.Name;
Now i Pass the strusername to the storedprocedure;
Jai Ganesh. J , GSD ,India
Please Mark As Answer If my reply helped you.