Default button in Panel control not working
-
hi, I am using an Panel control on my website. Inside the panel control I have various text boxes. I have validations for the textboxes. Also I have applied a master page to this web page. I have set the default button for this panel as submit button inside the panel. On master page I have another text boxes for user to log in. when I fill the data in the text boxes inside the panel completely or incompletely, default button should get clicked but it is not happening with my example,. I tried it by taking submit button outside the panel, then also it is not working. What should i do???????
-
hi, I am using an Panel control on my website. Inside the panel control I have various text boxes. I have validations for the textboxes. Also I have applied a master page to this web page. I have set the default button for this panel as submit button inside the panel. On master page I have another text boxes for user to log in. when I fill the data in the text boxes inside the panel completely or incompletely, default button should get clicked but it is not happening with my example,. I tried it by taking submit button outside the panel, then also it is not working. What should i do???????
When you use a master page you have to list the containing control followed by a $ and then the name of the default button like this DefaultButton="Login1$LoginButton" or DefaultButton="[Panel Name]$[Button Name] Hope this helps!