Previous Modal popup shows on button postback.
I have a page with a number of modal popups, some that have content within an update panel.I show one of these modal popups then close it. If I then click on a different button on the page (not...
View Articlereorderlist not working with 40412/VS2010
using 40412 in VS2010, I can't get reorderlist to work - can't pick any items up and move them around in any browser. sample site works fine, and I even tried referencing the dll from the bin directory...
View Articleproblems deploying aspnet with ajaxcontroltoolkit
helloI am finishing my asp.net web application and I am using some controls from ajaxcontroltoolkit, I just did the publication proccess over my production server and I got problems with some pages...
View ArticleAsp.net Message Box
I get the following error when I use this with AJAX. Is there a way around this problem? Sys.Webforms.PagerequestManagerParserErrorException Any help is appreciated!!
View Articledatalist inside Accordion
Hi all,I am displaying a list of data as grouped list using accordion control.The data gets binded and it displays the expected result.My issue is when I click on the header, the datalist gets...
View ArticleHOw to convert dd-mm-yyyy format to dd-MMM-yyyy in maskedTextBox
Text Box Code :<asp:textbox id="txtwefDate" runat="server" __designer:wfdid="w37" cssclass="txt10" width="88px" TabIndex="4" ></asp:textbox>MaskEditExtender Code :...
View Articleajax and modal popup extender
hi to all I have a scanerio thai need to be resolved .. I have grid and it shows certain record on searching ..and have few columsn like transactionID .Stauts etc etc ..also it have ModalPopupExtender...
View ArticleAccordion Pane i have used as my menu for navigating pages .
HI all, I have used accordion as my menu in my asp.net web application. but i have created it dynamically by coding . below is the code :-//Binding the Accordion menu for each and every user according...
View Articleweb service method with parameter is not calling with auto complete text box...
Hi to all ..thanks uin advance web service method(getMainHeads) with parameter is not calling with auto complete text box extender(same method with out parameter is calling fine) .Please tell me...
View Articlehow can I set htmleditorextender to readonly?
I have a textbox "txtMessage" extended by a htmleditorextender.In a workflow, the textbox has to be readonly at a certain state.txtMessage.Readonly = true or txtMessage.enabled = false has no...
View ArticleHow to control alternativing color via CSS in AccordianPane?
I'm using an Accordion control. For each item inside of a pane, I like to have alternating background. How do I control this background color via CSS? Below is my pane code.<asp:AccordionPane...
View ArticleModalPopUp not poping up
Hii have setup a simple modal pop.i manage to find exacly the problem:if i use this tag at the beginning of the page<!DOCTYPE html>witch is the asp web form default, modal popup works ok.if i use...
View ArticleAdd numericupdown extender in code
I have implemented this extender in the .aspx page as a test and it is working fine.However, I am actually adding controls dynamically in the .cs file and would like to add this to a text box. Please...
View ArticleAutoCompleteExtender - Cannot deserialize. The data does not correspond to a...
I am using the AutoCompleteExtender in the latest AjaxControlToolKit from Nuget in a ASP.NET 4.5 web form project.It is a very basic demo app just to show the control. Everything works fine, but...
View ArticleAjax Nested Tab Container does not display in IE
I have the below nested tab container. The Root tab container does not display in IE but display in Chrome. <form id="form1" runat="server"><cc1:ToolkitScriptManager ID="ToolkitScriptManager1"...
View ArticleAjax functionality changed with newer jquery versions - cannot figure out...
I am working to modify a code sample called "WebMatrix and jQuery Form" from Mikesdotnetting. That code sample is based on jQuery 1.4.2. Current jQuery is on version 1.9.1The problem lies in the...
View Articlehow to fix popup position to center of screen
I am using popupcontrolextender but position of popup doesnt get fix at center of screen,it keeps changing with changing resolution.how to fix position at center of screen, so that resolution of...
View Articlehow can i prevent file from upload if it is exits (ajax file upload )
dear alli have use ajax file upload and i want it not upload file if it exitsi try this in my code but i dont see any thing in lblmsg.text ? i want to prevent the upload and alert the client for that...
View ArticleAjaxControlToolkit.Properties.Resources.resources
Hi,Please suggest me how to fix following error permanently,"Could not find any resources appropriate for the specified culture or the neutral culture. Make sure...
View ArticleHow to disable past date in ajax control toolkit calendar extender
Goodmoring,I have two textboxwithcalendar extenderinajax.I would likeonce you select thefirst datefrom the first textboxinsecond textboxthere are onlythedate >of the first textbox.How can I...
View Article