Unable to use controls of Ajax Control toolkit
HelloI have followed the steps as per the following link but I am still not getting the Ajax controls on the page.The link is :...
View ArticlePassing dropdown selected value to controller using ajax call
Hi devs, i am working with mvc 4 dropdown list, i want to pass the dropdown selected value to my controller on change event, which is not working. kindly do help me to resolve the same, for ur...
View ArticleReorderList drag and drop
Dear All,<div>My reorderlist control is attached to a database table. Below is the structure of my table. I am only dispalying the name column in the Reorderlist .IDNAME...
View ArticleajaxToolkit: NumericUpDownExtender providing dynamic values
So I have the ajaxToolkit: NumericUpDownExtender on my web form. Something like this1 visit To ===> 4 visit5 visit To===> 9 visit10 visit To===> ~MoreSo based on what they...
View ArticlePDF File upload in safari browser using Ajax fileUpload control
Hi, I have ajax fileupload control in my page to upload image files and pdf files. When uploading image files the functionality is good(Uploading file completely and refreshing the gridview control)....
View ArticlePDF File upload in IE8 browser using Ajax fileUpload control
<div>Hi, I have ajax fileupload control in my page to upload image files and pdf files. When uploading image files the functionality is good(Uploading file completely and refreshing the gridview...
View ArticleHow to handle cancel click event in Ajax on ConfirmButtonExtender ?
HelloI am using ConfirmButtonExtender from AjaxControlToolkit.I want to write some code on cancel click event after Confirm button press.How shall I do it ?
View ArticleWhats the difference between the ajax control toolkit and the native asp.net...
I notice that my asp.net project comes with UpdatePanels and a few other controls, but if I want other controls, like an extender that converts a textbox into a full-fledged html editor, I have to use...
View ArticleMultiple record in form of JSON bind to Asp GridView
Hello Every One Can i bind multiple record in form of JSON with asp.net grid view.I don't care about the way in which we can bind grid view with json data if there is any posibility to bind it.What my...
View ArticleLinkButton click event is not displaying Panel when LinkButton is inside...
Getting below error while LinkButton navigation inside updatePanel. Please help me to resolve this issue. On click of LinkButton it is hitting the OnClick method but its not displaying the panel(in...
View ArticleRegularExpressionValidator inside UpdatePanel not working
Hi Alll,I have created a membership interface inside un UpdatePanel as per below: <asp:ScriptManager ID="ScriptManager1" runat="server" EnablePageMethods="true"...
View ArticleTextBoxes inside the Updatepanel don't update on Timer_tick event
Hi,I have several textBoxes which should be updated every 5 sec. I have a timer in the updatepanel as well and a label showing the refreshing time. The label is updated every 5 minutes, but not the...
View ArticleStop adding item in Combo Box
Hi,I have a combo box with some item. However, when I input an invalid item (that is not existed in the list), it postbacks and add this invalid item to the list.I want to disable the adding item...
View ArticleUpdateProgress Control
I have an UpdateProgress control that works great on my form. What I would like to know is if tere is one for when there are calls to the form for other things. in IE you see at the bottom "Waiting for...
View ArticleIs it possible to refresh/update the infoboxes in Google Maps
Hi,I have several markers and infoboxes on Google Maps. I want the text in infoboxes to be refreshed automatically with the data passed from another web form.Is it possible to make the labels/infoboxes...
View ArticleHow to show countdown timer
I am making online examniation. Now i want to show countdown timer to user and after prespecific time one alert message show and then user redirect to another page
View ArticleHtmlEditor text to h3 ore p
HeyI have a small problem, when I'm saving the text from a textbox with HtmlEditorExtender and save it in a database, and the takes it into a h3, p ore div, it writes the code as well, like...
View ArticleSelectedIndexChanged event of Asp.Net CheckBoxList control is not firing due...
I have created a multiselect dropdown list control by using textbox,checkboxlist,panel and popupcontrolextender.I have placed all the controls inside UpdatePanel. Now when i checked a checkbox in the...
View ArticleUpdate panel is locking the page.
Hi I have a wem method defined in my codoe behind. Pupose : On an Image button click , call code behind web method(that updates your tables) asynchronously(in background).So far I have...
View Articleget data from textbox which have extended with ajax auto complete extender
Hi All,I have 3 textboxes called code, name, ref. Code text box has ajax auto complete extender and it working perfectly fine.after chosing from ajax auto complete extender, i will get value into Code...
View Article