Hi there,
I've recently been experimenting with ASP.NET Ajax.
I'm able to create an Ajax Enabled website however Visual Studio doesn't seem to recognize the Asp.NET Ajax components...
When I'm viewing the web page in HTML format it doesn't even recognize the <asp:ScriptMana ger>.
What's really getting to me is that it doesn't recognize the <asp:UpdatePane l> nor the <contenttemplat e>...and everything within these tags, even though they are regular components (like text boxes and panels), shows up as errors.
Right now I can't switch back to design view because there is a minor table tag out of place or something but can't find the error because there are so many error-swigglies underlining everything.
The site is works very well....and despite the fact that all these errors are listed, Visual Studio still compiles and runs the site. (well not right now because I have to find that error that's stopping me from switching views...but normally it does)
Is there a way to make Visual Studio recognize the ASP.NET Ajax components?
Thanks
-Frinny
I've recently been experimenting with ASP.NET Ajax.
I'm able to create an Ajax Enabled website however Visual Studio doesn't seem to recognize the Asp.NET Ajax components...
When I'm viewing the web page in HTML format it doesn't even recognize the <asp:ScriptMana ger>.
What's really getting to me is that it doesn't recognize the <asp:UpdatePane l> nor the <contenttemplat e>...and everything within these tags, even though they are regular components (like text boxes and panels), shows up as errors.
Right now I can't switch back to design view because there is a minor table tag out of place or something but can't find the error because there are so many error-swigglies underlining everything.
The site is works very well....and despite the fact that all these errors are listed, Visual Studio still compiles and runs the site. (well not right now because I have to find that error that's stopping me from switching views...but normally it does)
Is there a way to make Visual Studio recognize the ASP.NET Ajax components?
Thanks
-Frinny
Comment