How to set the contents of a HtmlEditorExtender from the client?
I have an asp:TextBox with an Ajax HtmlEditorExtender<asp:textBox ID='reply' ... runat='server' Text='xxx' /><ajax:HtmlEditorExtender TargetControlID='reply' runat='server />renders...
View ArticleHow can AJAX prevent user from refresh browser and resubmitting database...
I have a web page with two panels. Panel1 has the user input controls and panel2 is a gridview. Once user finsished input of panel1 user controls the criteria is used to upload into SQL datassource and...
View ArticleUpdatepanel in a content page using master page - Element...
I have a very simple master and content page based on it as a testHere is the Master code:<%@ Master Language="VB" CodeFile="t.master.vb" Inherits="t" %><!DOCTYPE html PUBLIC "-//W3C//DTD...
View ArticlePass Value from Ifram within ModalPopup to Parent Page
Hi everyone,I have two pages "Parent.aspx" and "Popup.asp"my Parent.aspx like that :<asp:UpdatePanel ID="UpdatePanel2" runat="server"><ContentTemplate><asp:DropDownList ID="ddl_Trips"...
View ArticleRegarding Collapsible Panel Control
Hi,Pls find code below in these i am getting problem when i am clicking on linkbutton the call is not going on the method assosiated with linkbutton.I have created collapsible panel control in the same...
View ArticlePass nested JSON data from client and deserialize on server?
Not sure if this was the best forum but I'm trying to Stringify my search criteria and pass it as a parameter to an UpdatePanel as follows: __doPostBack('ctl00$ContentPlaceHolder1$upSearchResults',...
View Articledisplay JS message on tab control load
I have an interesting dilema. I have a user control which is being added through tab control with 2 other controls. I want to display a popup message upon user control click through tab control.I am...
View ArticleModal popup checkbok event not fire
Hi,<asp:ModalPopupExtender ID="ModalPopupExtender1" runat="server" TargetControlID="dummyID" PopupControlID="divNameList" DropShadow="true" BackgroundCssClass="modalcontent" Drag="true"...
View Articleajax deployed on server
I have developed a website that employs AJAX4 in .net4 in VS2010. It runs successfully in localhost. When deployed to server, the AJAX part of the website does not operate correctly (yes...
View ArticleObject doesnot support property or method loadScripts
Hello All,I am following the below article and getting this error Object doesn't support property or method...
View Articlerepeated item should not be added to the listbox
HiI have two Listbox controls,among one contains list of items when i select one item in listbox1 that item ll be added to listbox2.If I select the same item again it ll give a message like item...
View ArticleAutocompleteExtender won't allow you to select one of the values in the...
Hi,I'm having a weird issue with the AutoCompleteExtender. I use it for 3 different textboxes to return City and State. In each of the textboxes you can never select one of the values in the list...
View ArticleDetailsView within a Collapsible Panel used for inserting data
I have a page with a gridview on it, and then under it a detailview for inserting rows into the gridview's database table. All works great, but I would like to put the detailview into a collapsible...
View ArticlePopup extender for inserting record to Gridview
HelloI want to add records to a grid view. I have used a popup extender and have used a detailsview in that popup. Fields of details view are controled for corect input foormat with filtered text box...
View ArticleUpdateProgress not working during Download File from server
I have Download button with in the Updatepanel, When I download the file from the server , the updateprogess contents are loaded in the winow(say eg. Loading Image), But even after download completes...
View ArticleCalendarExtender run out of position during time- click only
hi, my calendar run out of position such as appear at the corner of website during my 1st clicked on it. After tat , the calendar go back to his normal position when i clicked 2nd, 3rd and n-times. any...
View ArticleScriptmanager Does not work on partial postback Only on FirFox
I am facing very strange problem. I have tried many thing but could not get it solved. Here is the scenario.I have a GridView with 40 records. I am registering a script in OnRowDataBound Event...
View ArticlePopupextender not working onfocus
<asp:TextBox ID="LicenseBox" runat="server" Width="140px" OnTextChanged="LicensePlate_Changed" AutoPostBack="true" CssClass="UpperCase" TabIndex="1"...
View ArticleChecking Accordion link Style.Value from content page
Hi,I have accordion control in master page to show menus.I am programmatically hiding/showing one of the menu link from master page usingMe.lnkMenu.Style.Value = "display:none;" - to...
View ArticleHTMLEditor Extender , image upload issue
Hi I am trying to use HTMLEditor Extender and save content in ms sql database. I am able to uplaod image to editor but how to save it to database and review it in future.Any help?
View Article