Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post May 08, 2012 09:30 AM by roopeshreddy
0 Points
10 Posts
May 08, 2012 07:52 AM|LINK
i cant add any event to my web form and when i run form this error is shown in browser that when i clean click event error erase
All-Star
30184 Points
4906 Posts
May 08, 2012 08:00 AM|LINK
Hi,
Show your code.
May 08, 2012 08:05 AM|LINK
<asp:LinkButton ID="LinkButton10" runat="server" Font-Names="tahoma"onclick="LinkButton10_Click">افزودن کتاب</asp:LinkButton>
Member
546 Points
138 Posts
May 08, 2012 09:14 AM|LINK
give space between tahoma and onclick as follows
<asp:LinkButton ID="LinkButton10" runat="server" Font-Names="tahoma" onclick="LinkButton10_Click">افزودن کتاب</asp:LinkButton>
20135 Points
3323 Posts
May 08, 2012 09:30 AM|LINK
Can you show the error information!
Moreover, did you defined the function definition in the code behind?
//Code behind protected void LinkButton10_Click(object sender, EventArgs e) { //Your logic... }
Hope it helps u...
iman.tavakol...
0 Points
10 Posts
why am i can,t add click event to my controls in web form?
May 08, 2012 07:52 AM|LINK
i cant add any event to my web form and when i run form this error is shown in browser that when i clean click event error erase
asteranup
All-Star
30184 Points
4906 Posts
Re: why am i can,t add click event to my controls in web form?
May 08, 2012 08:00 AM|LINK
Hi,
Show your code.
Anup Das Gupta
Mark as Answer if you feel so. Visit My Blog
iman.tavakol...
0 Points
10 Posts
Re: why am i can,t add click event to my controls in web form?
May 08, 2012 08:05 AM|LINK
<asp:LinkButton ID="LinkButton10" runat="server" Font-Names="tahoma"onclick="LinkButton10_Click">افزودن کتاب</asp:LinkButton>
res.web
Member
546 Points
138 Posts
Re: why am i can,t add click event to my controls in web form?
May 08, 2012 09:14 AM|LINK
give space between tahoma and onclick as follows
<asp:LinkButton ID="LinkButton10" runat="server" Font-Names="tahoma" onclick="LinkButton10_Click">افزودن کتاب</asp:LinkButton>
roopeshreddy
All-Star
20135 Points
3323 Posts
Re: why am i can,t add click event to my controls in web form?
May 08, 2012 09:30 AM|LINK
Hi,
Can you show the error information!
Moreover, did you defined the function definition in the code behind?
//Code behind protected void LinkButton10_Click(object sender, EventArgs e) { //Your logic... }Hope it helps u...
Roopesh Reddy C
Roopesh's Space