Hi,
I am an ASP.NET programmer and I am looking to learn AJAX.NET. The example on this website is however not working.
I have copied the code for the .aspx and the .cs files correctly. However when i run the site i get the following error:
The name 'lblHelloWorld' does not exist in the current context
Any help please?
Thanks in advance
I am an ASP.NET programmer and I am looking to learn AJAX.NET. The example on this website is however not working.
I have copied the code for the .aspx and the .cs files correctly. However when i run the site i get the following error:
The name 'lblHelloWorld' does not exist in the current context
Any help please?
Thanks in advance
Hi there,
you can get all ur queries solved @ www.projectsdeal.com
A very good platform to showcase ur project and to get any project. happy tech surfing!
ps: Dont hestitate to call them. i did and it helped me incredibly!
you can get all ur queries solved @ www.projectsdeal.com
A very good platform to showcase ur project and to get any project. happy tech surfing!

ps: Dont hestitate to call them. i did and it helped me incredibly!
hi
add label in asp.net source section haveing id=lblHelloWorld
be sure of case small or capital
<asp:Label id="lblHelloWorld" runat="server" Text="label">
add label in asp.net source section haveing id=lblHelloWorld
be sure of case small or capital
<asp:Label id="lblHelloWorld" runat="server" Text="label">