Cascading dropdownlist database behaves differents in VB an CS
cascading dropdownlist is ok with CS but the same site in VB doesn't work, in VB the last dropdownlist looses its value when postback, it takes the value of the previous dropdownlist the two sites are...
View ArticleASP.NET 4.0 web application projects and MS Ajax
I am trying to convert a 2.0 web site into a 4.0 web application project. Everything went OK in doing this on my local machine but as soon as I get the application published and put out on a win2k8...
View ArticleMultiple ModalPopup inside one gridview is not working
Hi, I have three modal pop up extender inside one gridview each extender is assigned to different panel, and I assign the tartget controlid during runtime. Script is working fine(Modalpopup is shown as...
View Articlesession variable not updating in btn click event within modalpopup
breaking my head on this one. I have a simple modalpopup with one textbox and a validate btn with a click event. text entered is validated against db for pin number. if valid a session variable...
View ArticleWhat happened to the CDN?
Just noticed a change since installing Ajaxcontroltoolkit for .net 4.0. Previously, ajax was served via the CDN, MicrosoftAjax.debug and MiscrosoftWebForms.debug. Now in firebug, apart from lots more...
View ArticleAJAX on https considered cross domain
I am trying to open a login modal on my site that runs on http. I would like the post thru jQuery\AJAX to be sent in SSL but the browser is complaining this is cross domain. Why is the https...
View ArticleHTMLEditorExtender problems with links
I am going crazy, I have been trying to get a functional text editor working for months now. I've spent days on every one out there and can't get a consistent functional result from any of them. I've...
View Article"sys.extend is undefined" after ajaxcontroltoolkit.dll updated
Im getting error in Firebug :"sys.extend is undefined". and popupcontrolextenders not working. Im going back to older version. everything goes fine. than updating again.and same error ."sys.extend is...
View ArticleModalPopupExtender Screen redrawing problem on firefox
ModalPopupExtender is visible .extender has a textbox, Firefox forgots to redraw on Screen if I type something into textbox unless I resize the Firefox browser. ie. I m writing something into...
View Articlehelp with redrawing -
I have a control in an update panel, its a listbox. On SelectedIndexChanged of the listbox I have a simple routine to change the backcolor of some of the items in the box (see code attached). For...
View ArticleInvoke ajax confirm buttton extender from code behind based on some conditon
i want to use an ajax confirm buttton extender. On researching online, i found that confirm button can be invoked only on click of a button. But my requreiment is that i am doing some calculations in...
View ArticleUpdate Panel on existing project
Hi, I'm planning to add UpdatePanel in existing project. I have several grid controls on page. Inside all grid control there are link buttons, and on click event display another grid, etc. Also, I have...
View Articleajax control in formview
currently i'm using ajax calendar in formview...the problem is when i click the button to redirect into the formview page i got this error Extender controls may not be registered before PreRender, is...
View Articleajax CascadingDropDown - show result in a label
Hi. I have tried the example on this link http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/CascadingDropDown/CascadingDropDown.aspx and got it to work. But the example does not show how to...
View ArticleAjaxFileUpload Control using GridView to show uploaded files
I have spent about 2 days trying to figure out how to use the new AjaxFileUpload control along with a GridView to show what files have been uploaded. My problem is that the GridView is not displaying...
View ArticleHTMLEditor disable automatic calculation of the width
I use the HTML editor. I try to edit an image with specified width in percentages. If I switch to design mode, the width is not anymore specified in percentages. It has a fixed value in pixels. Is...
View Articleproblem with tab continer
hi. im use tab continer in pgae but aotu focos on tab continer when page compile and show . what i doing for this problem ?
View ArticleAutocompleteExtender is not working on GridView From Second Row
Hi, I have a Gridview in that i need to dynamic controls like textboxes and dropdowns. For Textboxes I need to add AutocompleteExtender as well. For me The AutocompleteExtender WORKS only for the...
View ArticleAjaxFileUpload folder !?
Hi. i have an ex. script for this Ajax code.I have some questions for it, that i cant find. - Where do i set the folder that i want to save the images to !?- if I want to save the image name to an db...
View ArticleProblem with htmleditorextender
hi guys I've a htmleditorextender in a addabout page (it's not a public page so I false the EnableSanitization property) there is tow problem: 1- there is no image preview (images save correctly)...
View Article