updatepanel is undefined (in designer file)
Hi all,keep getting this problem and it's driving me nuts. I keep getting "updatepanel is undefined" in the designer file. This occurs for every update panel that I have in te .aspx. To clear it I just...
View ArticleAjaxFileUpload - DirectoryNotFoundException - Could not find a part of the path
hi, experts, I downloaded latest ajax control toolkit from nuget and added to my .net 4.0 web form project.version of the control toolkit 7.1213 , published on 12/14/2013on...
View ArticleWeb config file restricts Activation page from loading
I have working with a project, where activation links will be sent to the user for new registration. When the user clicks the link it has to load the Activation page instead because of my web.config...
View Articlepassing dyanamic path for images to Slideshow extender
my .aspx code is as follows.<html xmlns="http://www.w3.org/1999/xhtml"><head runat="server"><title>Untitled Page</title><style type="text/css"> .style1 { width: 100%;...
View ArticleBalloon Popup does not work inside Modal Popup
Hi,I am using Balloon Popup inside Modal Popup but the text is being displayed behind the balloon popup image. However, they are displayed fine on the regular form.Do you know how to solve...
View Articleaspx web site and mobile ?
HelloI have a web site. it is http://www.veizle.com Moderator please dont remove my web site link. Becouse helper coders should see my web site.my web site works at normal computer and laptop. It show...
View ArticleAJAX CAll Snding JSON Data
Hi all, I don't know where I went wrong but my AJax call is not working. Below is my code:$.ajax({ type: "POST", url: 'http://localhost:12345/MyWebService.asmx/MyMethod', data:...
View ArticleCustom scroll bar issue in Update panel
I have placed a div inside the Update panel for this div am adding jquery Custom scroll bar (size & color has been changing irrespective of the browsers). on page load it is working fine but when...
View Articleuser control and validation control
I have a user control that is used to reset month and day that are griview parameters.<ajaxToolkit:ModalPopupExtender ID="mpedates" runat="server" Enabled="True" TargetControlID="ibpickdates"...
View Articleuse of update panel hierarchically
dear all, How do i use update pannel ? below is my requirement. I need to show "radiobutton list" on checkchanged on RADIOBUTTONLIST open another "dropdownlist"...
View ArticleCalendar Extender Style
I would like to enlarge the Calendar Extender to 2 times. However, when I use the style like following: .ajax__calendar_container, .ajax__calendar_body, .ajax__calendar_days, .ajax__calendar_months,...
View ArticleSporadic Error - The requested script resource...
We get the following error in our production environment (IIS 7.5 and WS 2008 R2 )and not in our dev or qa environments. When this error occurs, an app pool recycle/ iisreset/server reboot fixes the...
View ArticleGenerate dynamic results via search
I have a website, http://www.op.nysed.gov/opsearches.htm, for example where the user selects a **Profession** and enters a **Licensee Name** and clicks on the **Search** button which takes them to a...
View ArticleWhy is my partial not updating with new query results?
Hi everyone, I have a partial view with a datapicker on it. When the user clicks on a link the program calls does a linq query search that looks like this: public ActionResult GetSchedule(string...
View ArticleRetrive data from web services and render to google chart using (json)
Hi,my below code is working fine. bu i need to render dynamic data using webservices and ajax.I think i need to bring data in json format. but how to retireve in json i dont know.<script...
View ArticleCould not check the state of checkbox present in grid view
var gridData = document.getElementById("MainContent_gridRequests"); if (gridData.rows[row].cells[7].firstChild.checked == true)The above code is a part of my javascript code, where i try to read the...
View ArticleCollapsiblePanelExtender not working
Hi,I am trying to use CollapsiblePanelExtender but it does not work, i could see both the panels (Header panel and content panel) on execution.And on clicking on the image has no effect.I am using AJAX...
View ArticleAjax modal pop up extender in IE8
Am facing problem in IE8.After opening the ajax modal pop up extender performing any action it doesn't work it gives java script error message as"Can't move focus to the control because it is...
View Articleget value/session value without post back
hi there, i have a datalist that show colors (.png files), when i choose color from the datalist i have a picture that change base on the color selection , this part i got with no problem now how can...
View Article