Click here to Skip to main content
15,893,337 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,
am developing web application, my form contains tab control( am using ajax tabcontroltoolkit)
consists add delete,edit... tabs.

in edit tab ,i entered id in textbox then clicked on OK

now another(EditUser.aspx) web page should be opened,but i got this error.this page is not using any ajax control.

how can i solve i.
Posted
Comments
abdul subhan mohammed 21-Jan-14 2:36am    
if you are using master pages, then just add script manager on your master page,
hope it will work, else just add script manager on each page u r using.
abdul subhan mohammed 21-Jan-14 2:37am    
add your code. will check
Member 10263519 21-Jan-14 2:41am    
thanks for ur responce, i was added scriptmanager

1 solution

You need to add script manager before using any ajax controls.

<asp:scriptmanager id="ScriptManager1" runat="server" xmlns:asp="#unknown"></asp:scriptmanager>
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900