Reorderlist control problem..
-
Hi to all, I am stucked in a problem. I am using reorderlist control for reordering. It is working fine. But when I published and uploaded the site on server, it is not working. I am unable to find the reason. Can anybody please help me on this.
cheers, sneha
-
Hi to all, I am stucked in a problem. I am using reorderlist control for reordering. It is working fine. But when I published and uploaded the site on server, it is not working. I am unable to find the reason. Can anybody please help me on this.
cheers, sneha
Make sure System.Web.Extensions added in Web.Config file. Otherwise it should be work. If you are getting any exception then let me know
Parwej Ahamad http://parwej.wordpress.com/
-
Make sure System.Web.Extensions added in Web.Config file. Otherwise it should be work. If you are getting any exception then let me know
Parwej Ahamad http://parwej.wordpress.com/
Hi Parwej, You mean to say in the section group name? Yes it is there
<sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
cheers, sneha
-
Hi Parwej, You mean to say in the section group name? Yes it is there
<sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
cheers, sneha
Probolem is seems to be WebEXtensions dll install in GAC your local machine. But not able to find on your remote machine (Hosted machine) so this is the actual issues. Please go with post http://forums.asp.net/t/1055356.aspx[^] If you are still facing the problem then let me know.
Parwej Ahamad http://parwej.wordpress.com/
-
Probolem is seems to be WebEXtensions dll install in GAC your local machine. But not able to find on your remote machine (Hosted machine) so this is the actual issues. Please go with post http://forums.asp.net/t/1055356.aspx[^] If you are still facing the problem then let me know.
Parwej Ahamad http://parwej.wordpress.com/
Thanks for replying. I am just checking with the hosting wether they have ajax installed or not.:thumbsup:
cheers, sneha
-
Hi to all, I am stucked in a problem. I am using reorderlist control for reordering. It is working fine. But when I published and uploaded the site on server, it is not working. I am unable to find the reason. Can anybody please help me on this.
cheers, sneha
sneha Choudhary wrote:
it is not working
Sneha, you should mention, what does it mean by "Not Working". To get the proper answer it will be better if you provide the proper error description. Thank you ! :)
cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net View My Recent Article
-
sneha Choudhary wrote:
it is not working
Sneha, you should mention, what does it mean by "Not Working". To get the proper answer it will be better if you provide the proper error description. Thank you ! :)
cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net View My Recent Article
Hi Abhijit, Sorry for giving the incomplete information. Actually I am using the reorderlist control to give the functionality so that admin can re-order the links in the main site. It was working fine at my development pc but when I uploaded it on the server it is not working ie the functionality to drag and drop the links for reordering is not working ie I am unable to drag the links. In my last conversation I came to know that may be there is some problem at the server end. Now I am suspecting one thing. I am using asp.net version 3.5 and ajax control toolkit version 3.5.20229. On the server we have .net framework 2.0. So I doubt may be it is the reason. So I downloaded the older version of the ajax toolkit and placed it in the bin folder and again published and uploaded. But of no use. So can it be the reason that I am using asp.net 3.5 and ajax control toolkit version 3.5.20229 and on the server I have asp.net 2.0. Please assist me...
cheers, sneha