defaultbutton problem
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi.. I have problem with setting default button property on a page that has a clasical issue. My page use a master page that has a textbox and imagebutton for search, and the content page have a login button with two textbox for username and password. I put them in a asp:panel with giving the true defaultbutton property values. but always enter goes to search where ever it. The login controls is default are visible=false. I check on page load event that if the user has login or not, then open login controls to visible=true if needed. I have use asp:panel default value for several times but this times this don work. is there any think you know why could default button does not work?
karanba