Quantcast
Browsing all 5678 articles
Browse latest View live

Tabcontainer issue

Hi I am using a Ajax Tabcontainer in my application. <asp:TabContainer ID="tabconta1" runat="server" OnDemand="true" TabStripPlacement="Top" ScrollBars="None" AutoPostBack="false"...

View Article


AjaxFileUpload not firing UploadComplete event on server

I have a simple form where I want to upload some files and save them on then save them on the server when the UploadComplete event fires. I can not get the event to fire no matter what I do. I've...

View Article


How to set a range of dates to be enabled in Ajax Calendar Extender

Hello Everyone, I need help on above mentioned topic. Actually i need to enable the dates for only next 15 days and rest of the days should be disabled in the Ajax calendar extender. I tried a lot to...

View Article

HttpException Multiple controls with the same ID 'ctrl0' were found

Hi all, I am getting the following error in my website randomly. Exception: Exception information: Exception type: HttpException Exception message: Multiple controls with the same ID 'ctrl0' were...

View Article

dynamic htmleditor extender problem

Hi I am creating an htmleditor extender dynamically. However if the multiline textbox contains a line break then NONE of the data is saved, just a blank string.   If not created dynamicaly then this is...

View Article


AjaxFileUpload Help

<asp:ToolkitScriptManager ID="ToolkitScriptManager2" runat="server" /> <asp:AjaxFileUpload ID="AjaxFileUpload2" runat="server" onuploadcomplete="AjaxFileUpload2_UploadComplete" /> protected...

View Article

Unknown

View Article

asyncfileupload not firing uploadcomplete server event Please help

Step two in my create user wizard adds images to system using the asycfileupload control. When I set the activesetupindex to step two for testing everything works and the uploadcomplete event is...

View Article


Hide modalpopupextender inside usercontrol

Hi All, I have modalpopupextender in updatepanel which is in usercontrol. <asp:ModalPopupExtender ID="mpeConfirmNames" runat="server" TargetControlID="hlPopName" PopupControlID="pnlConfirmNames"...

View Article


Help on UpdateProgrss

Hi, I have an update panel on my page..and an associated UpdateProgess also... I want to show the update progress on Click of a button that is not there in the update panel.... can any one please help...

View Article

ModalPopup throwing Microsoft JScript runtime error: Unable to get value of...

I have this code <asp:LinkButton ID="LinkButton1" runat="server" Text="LinkButton" /> <asp:DragPanelExtender ID="DPE1" runat="server" DragHandleID="pnl1" TargetControlID="Panel1" />...

View Article

Linkbutton in gridview inside updatepanel not clickable in Firefox/Chrome

Hi I have the below Updatepanel with first column a linkbutton which should call a modal popup. However in firefox/chrome no lick is clickable on page <asp:UpdatePanel ID="UpdatePanel1"...

View Article

ComboBox Dropdown Button swallows first key

  If you click on the dropdown arrow of a ComboBox and then type a letter, that first letter is ignored in the search. Has anyone already worked around this? Here is a repro: Go to the sample ComboBox...

View Article


UpdateProgress spinner won't stop!!

hi I have an UpdateProgress AJAX spinner which works ok when any updates occur within my UpdatePanel. However I have an export button which carries out into excel. when the prompt save or cancel appear...

View Article

AsyncFileUpload Control not working in Update Panel

I have a update panel which contain the AsyncFileUpload Control. when i choose any image first time with out fire any event in update panel then this control not working. but once update panel fire any...

View Article


Modal Popup Extender With Different Popup Control id

Hi All, I have stuck in a problem and i am working on this last 10 days but i din't get any optimal solution . please help me out. Problem: I have an aspx page with one dropdownlist, one hyperlink, one...

View Article

Word to HTMl Conversion

Hi All,   How to convert word file to html with formating tag in ASP.Net, its urgent please help me

View Article


ScriptManager is ambiguous

Hi, I am using VS2005.I installed Microsoft ASP.Net 2.0 Ajax Extensions 1.0 to make use of script manager and Update panel.It works fine on my local machine but throws the following error when i hosted...

View Article

AJAX Calendar Extender Control NOT working

I am trying to build a Web Application using Visual Studio 2005 and C# 2005. I need to accept a date in a particular textbox. I tried to use AJAX Calendar Extender for the purpose. I have added AJAX...

View Article

How will an update panel help in this case?

UPDATE: I have tried placing the button in the update panel but nothing happens. Firebug shows that the onclick is not fired. I am working on a website using Google maps apiv3. I have a button through...

View Article
Browsing all 5678 articles
Browse latest View live