↧
Answer by bgs264 for Problem with Profiles in ASP .NET
You need an If !IsPostback in your Page_Load with your current logic inside the if.Don't forget when you press a button Page_Load will fire before the BtnAdd_Click
View ArticleProblem with Profiles in ASP .NET
I made an ASP .net application which use the asp .net login system. I use the a class which gets some details of the logged in user such as Name, address etc. In the page that the user can change his...
View Article