how to work webparts for a windows authentication please
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
when i changed my authentication mode to forms and in login page when i write this code FormsAuthentication.SetAuthCookie(txtUserName.Text.Trim, False) automatically the user information is saving my db where i used custom sql provider to save the values in my data base.and when that particular user login again the same settings are comming what he made in the previous login.... how can i work my project for windows authentication as like forms authentication