Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
3 Points
18 Posts
Apr 27, 2012 10:26 AM|LINK
the connections that are used on page load are correct
but i didnt check the one at button ( this one returns data to sql server so i guess if an error occurs it will be after the databind() command)
notice that i get error from empty buttons too :
.aspx.cs :
protected void Button2_Click1(object sender, EventArgs e) { }
================================
.aspx :
<asp:Button ID="Button2" runat="server" onclick="Button2_Click1" Text="Button" AutoPostBack="True" />
karxarini
Member
3 Points
18 Posts
Re: clicking buttons returns empty page
Apr 27, 2012 10:26 AM|LINK
the connections that are used on page load are correct
but i didnt check the one at button ( this one returns data to sql server so i guess if an error occurs it will be after the databind() command)
notice that i get error from empty buttons too :
.aspx.cs :
protected void Button2_Click1(object sender, EventArgs e)
{
}
================================
.aspx :
<asp:Button ID="Button2" runat="server" onclick="Button2_Click1"
Text="Button" AutoPostBack="True" />