RenoirVandalet
Programmer
- Sep 5, 2011
- 6
This is my first ASP.net project and all is going pretty well except that I have a DetailsView that disappears as soon as I click on the Edit button. I'm using a textbox with a textmode of "password" and if I remove the textbode it works. I'm sure this is something to do with postback, but I'm not familiar enough with web development to understand what. When the page first comes up, the user name and password are entered. Then a login button is clicked. At that point the password is blanked (default behavior) and then the DetailsView appears with an Edit button. If I click the Edit button, the DetailsView disappears. I'm attaching the page here as I'm not sure how to format code in these forums.