"Digvijay Singh" <> wrote in
news::
> I have developed a Web Application in .Net 2008 and implemented
> <asp:UpdatePanel /> in it.
> But now I am trying to build it in .Net Version 2.0.
> But it gives an error -- "Error 1 Unknown server tag 'asp:UpdatePanel'
> ". I have downloaded earlier version of AjaxControlToolKit, but it
> does not work.
> What I have to do to build this code in version 2.0
1. Make sure you have downloaded and installed the AJAX 1.0 bits.
http://www.asp.net/ajax/downloads/archive/
2. Find the registration tags for AJAX and change from the 3.5 version
to the 2.0 version. This is normally in web.config, but you may have
some in each page if you did not use a 3.5 AJAX web template to create
the site. If in each page, it is better to put in web.config and delete
the individual page registrations so you can move back to 3.5 later.
In general, this is all you have to do. If you have any issues, ensure
the AJAX bits are properly registered in the GAC, or create a project
refreence to the DLL so it will go to the /bin folder.
Peace and Grace,
Greg
--
Vote for Miranda's Christmas Story
http://tinyurl.com/mirandabelieve
Twitter: @gbworld
Blog:
http://gregorybeamer.spaces.live.com
*******************************************
| Think outside the box! |
*******************************************