Hello,
I have use following code to set the button as a default button on my customerInfo page.
<form id="Form1" Defaultbutton="SubmitButton" runat="server">
</form>
This works fine. but i have a different scenario. I
have used Master Page for my site. So obviously the <form> tag will be in the master page. not in the content page.
as a solution : I have used panel control to set the button as a default button on my content page.
DOES ANYone knows any other method for given scenario ?
maulik soni
[email protected]
Maulik Soni
Tech Lead (.NET Applications)