I have the code for abc.aspx and it contains 10 fields and a submit button
<asp:Button id="Button1" runat="server" onclick ="Button1_Click" Text="Button" Type ="submit"></asp:Button>
When i click the submit button , The values in the fields should enter into the Database.
Please some one helpme!!
...
Go to the complete details ...