Refresh the Ajax control Toolbox. and add the AjaxControlToolkit.dll again.
puviyarasan j
Posts
-
Ajax Control ToolKit Error -
Ajax ErrorCreate AJAX enabled website to resolve this issue.
-
Error running application... [modified]use the IP address instead of using name
-
ASP.Net with Java WindowsCheck with this window.open("../GearsAds/" + image, "", " width=760,height=300,top=200,left=200,scrollbars=0").focus();
-
validate the extension of the uploaded fileif you use the asp:fileupload control use the
-
MSAccess Query Problem using LIKEYou can use * instead of %.
-
Java script problemuse window.open to open a new window for redirecting page in java script, and close the parent window.
-
disabling BACK & FORWARD buttons of the browsers.This is not Possible in Web Pages. But programatically you can do. In java script: BACK KEY: 1. check history.forward contains any data then call in history.back(). FORWARD KEY: 1. check history.back contains any data then call in history.forward().
-
GirdView with Image in Header, Export to ExcelNo Problem in this code. May be your Image path is unknown in other system. you can try ~/images/imagename.jpg
-
How to remove focus from a button.set UseSubmitBehavior=True in Button property
-
How to remove focus from a button.set UseSubmitBehavior = true in Button property
-
[Message Deleted]Use order by clause in select query