1
Answer

Switch from ASPX "Source" to C# codebehind

pethu raj

pethu raj

7y
272
1
I am desinging a form in ASP coding, If i give a button code in .aspx page <asp:Button ID="button1" runat="server" Text="Insert" Font-Bold="true"/> it should be called out in aspx.cs page in C# code, can i know the key or how to call out, if we enter button, gridview it should be called out in C# page, i have attached screenshot for your reference.
 
.ASPX
 
 
 
ASPX.cs 
 

Attachment: Myfinalform.zip

Answers (1)