Developing ASP.NET 2.0 Applications using AJAX
Developing ASP.NET 2.0 Applications using AJAXHello,I can't load the site for some reason. i got Errors all the time. How can i do it?Any help? Thank you.The Error I get:Server Error in '/'...
View ArticlePassword Strength Bar Indicator Not Showing
Hello Folks,I have looked everywhere and found so many issues like this one but none of the solutions seem to be working. First, my bar indicator does not show AT ALL. The text indicator works but I...
View ArticlePassword Strength Final Step Bar Indicator
I have my bar indicator working for the AJAX toolkit password strength indicator. I realized it was not working before because the CSS rule didn't have a "color" property. I have one now for red,...
View Article2 async postbacks and EndRequestHandler
crazy problem here. i have a webforms page with two different calls to a web service. here's what's happening:- AutoCompleteExtender on a textbox calls a service;- in the Page_Load event (code behind)...
View Articleaccessing json response from web service
trying to figure out how to access the json response from web service. pretty sure i want to do it in an EndRequestHandler of a PageRequestManager. i can not figure out how to access the response.
View ArticleAutoCompleteExtender highlighted text truncation
Hi,I have a text box with autocomplete extender attached, showing the results in an associated panel. Here is the relevant code:<asp:TextBox ID="st" runat="server"...
View ArticleIssues with Ajax HTMLEditor - Copy, Paste buttons not appearing in Firefox...
Hi,I'm using an Ajax HTMLEditor in my application. When the page is accessed via FF and Chrome, the Copy and paste buttons on the tool bar are not visible though everthing looks good in IE9 and IE8.In...
View ArticleObject reference ot set to an instance of an object
System.NullReferenceException: Object reference ot set to an instance of an object?I do not understand this error. I have been searching here in this fora but I do not find an answer. I have put an...
View ArticleJustify text in label or textarea ASP
Hello everyone,I am trying to justify the test written in the label:In CSS file using text-align:justify;But it doesn't workCan anyone help?Thanks
View ArticleSlideshow Generator
Hi,I am very new to ASP.NET etc, so please overlook some mistakes.I am trying to create an Slideshow-Generator. This means, a web project that consists of two parts. In the first "creating" mode the...
View ArticleResponse.write is not working inside of update panel
Hi, I want to open a file using c# by clicking a button where button in updatepanel, after opening the file i want to commit some data to the database. For this i have taken button which is in...
View ArticleTimer in UpdatePanel: browser memory-hog
I have googled around for hours now. I haven't found any satisfactory solution to the following problem.Consider the following .aspx<asp:ScriptManager runat="server" /><asp:UpdatePanel...
View Articleajax Updateprogress in masterpage
Hi!i want to use updateprogress in masterpage for all its child pages. Kindly tell me can i use updateprogess control in master page without defining trigger button in master page.Thanx in advance.
View Articleajax file upload
i have two ajax file uploaders at the bottom of my aspx page and there upload_complete() handlers in .cs filemy problem is that when i upload file using any of the two uploaders it always call the...
View ArticleAJax Dop down items listed in next panel
Hi,Iam using AJax drop down ,when i click the drop down button the drop down items are listed in next panel.please help me.I have attched the image .My code is<td width="145" >...
View ArticleMicrosoft JScript runtime error: ASP.NET Ajax client-side framework failed to...
Hi,I am running an asp.net 2.0 application on .net 4.0 in vs 2010 (In VS 2005 it is running fine). It references Ajax Control Toolkit 3.5. In debugging, I got 4 error messages in following screenshots...
View ArticleSomething went wrong with Ajax Controls in toolbars of VisualStudio 2010
Hi,when i drag and drop ajax controls, it does not happen and writes lots of xml code. as seen in attached image.Please advice, what went wrong and solution to it.RegardsPS. My PC's Windows Update did...
View ArticleMaskedEdit ReadOnly from javascript
Hi,We are using MaskedEdit control from AjaxToolkit.We have a requirement of making this control ReadOnly from javascript.I tried setting readOnly attribute of text box from javascript but it doesn't...
View ArticleHover Menu Extender Not Working For Datalist Control
Hi all,I have a Datalist Control Which Contains Images and repeat direction as Horizantal I have Added Hovermenu Extender to it . When i tested it .Hovermenu extender is working for very First Image...
View ArticleAjax ModalPopUpExtender not working in Chrome after hosting.
Dear frnds I have Ajax ModalPopUpExtender in my Design page. Its populating in IE and FireFox.But not working in CHROME after hosting it.Design page Code : <head><style type="text/css">...
View Article