autocomplete extender
I am using the autocomplete extender to search on clients names. The column in the database is a concatenation of first and last name. (firstname +' '+lastname). the search string is - SqlCommandcmd...
View ArticleListSearchExtender problem
I have a simple dropdownlist and I added an AJAX ListSearchExtender. Here is my code:<asp:dropdownlist ID="ddlState" runat="Server" DataTextField="StateName" DataValueField="StateAbbreviation"...
View ArticleTargetControlID property missing from CollapsiblePanelExtender in Codebehind
I am trying to create a CollapsiblePanelExtender from the codebehind of a custom control and I seem to be missing the property to set the TargetControlID. In the control I set a reference to the...
View ArticleTextChanged is not firing in update panel.
Hi all,I have a text box in my update panel.I need to do somtning on the TextChanged event of the textbox but it is not firing. Why ?below is my cs code.protected void...
View ArticleAjax toolkit 4.0 Accordian
Hi there, how can i disabled the accordian pane header to clicked ? i want to disabled some of the accordian pane header until i finish the form in the first pane.Anyone can give me a guidance?Hope to...
View ArticleCannot connect to ASP.NET web service using ajax
Tried to create a sample app which will call asp.net webservice using ajax. Here is the code:Web Service--------namespace MyWebService { /// <summary> /// Summary description for MyService ///...
View ArticleJavaScript array of objects to DataTable, then saved to database using jQuery.
Hopefully I can get some help here, because this has been gnawing at me for days. I would like to allow the user to create an array of objects in JavaScript (these objects match classes already...
View ArticleListView and CalendarExtender
Hi guys,we have some problems with adding the calendar extender to each text box in a listView (item template contains only one textbox). The problem is with the uniq ID as we thought. When changing...
View ArticleAjaxControlToolkit error, Collection was modified; enumeration operation may...
We have a production web site that we recently upgraded to the July 2013 release of the Ajax Control Toolkit. Since then, we're seeing an unhandled exception in the application event log. There doesn't...
View Articlecalendar help
I'm unfamiliar with using a calendar but have to get educated on it in a project I've inherited. I'd appreciate someone letting me know if the following code for a control used in the project (1) is or...
View ArticleScrollable Panel containing GridView jumps to top when onRowCommand fires
I have a GridView inside of a scrollable Panel (style="overflow: auto;") which contains Employee Names. The GridView onRowCommand executes a function that takes the DataKey value from the GridView,...
View Articlehelp ajx tool kit
hey i have visaul studio 2008 and i intall ajax tool kiet 3.5 when i drag any icon like file upload or any thing else from ajax tool kit it gives me errorThere is no source code available for the...
View ArticleAjaxControlToolkit.dll missing from Bin folder
Hi,Running Visual Studio 2012 Express EditionI have placed ScriptManager in correct position in aspx but no AjaxControlToolkit.dll appears in Bin folderWhen trying to run, I get error:- The type or...
View Articleproblem with timer and watermark
hi,i have used an timer and adrotor inside update panel control in my master page of asp.net web site. in another page i have some text boxes with watermark.my problem is that the watermarks refresh...
View Articletelerik rad grid in to pdf
hi,i have rad grid,i am exporting it as pdf and want to insert an image in pdf header.sample coderad_grd.ExportSettings.Pdf.="" suggest me the answers
View Articlei'm creating a customized server control with modelpopupextender
hi all,I have created a server control and included the control modelpopupextender.but i can't make the modelpopupextender working the customize server control rendered at screen.Is there any...
View ArticleNavigate through ASP.Net AjaxControllToolKit Tabs using asp button click
I am using ASP.NET AjaxControllToolKit Tab Container , I have 9 tabs in it i want to switch to next tabs on asp:button click. by code behind c#.And also to previous tab on another asp: button...
View ArticleJavaScript array of objects to DataTable, then saved to database using jQuery.
Hopefully I can get some help here, because this has been gnawing at me for days. I would like to allow the user to create an array of objects in JavaScript (these objects match classes already...
View Articlejavascript to control the state of the login session
Hi guys I got a pretty big problem... i need to create in javascript a script that allow me to know if the asp net session is terminated, telling the user to login (in another window ) so it will be...
View Article0x800a139e - JavaScript runtime error: AjaxControlToolkit requires ASP.NET...
Hi, I am trying to run avery basic ajax app with a modal popup control in it, nothing fancy at all.But every time I try to run the application, I get this error :0x800a139e - JavaScript runtime error:...
View Article