HoverMenuExtender does not work in IE8, IE7
Hi I have a listview inside a hovermenu extender being used as a dropdown for categories.It works in Chrome, Firefox and IE9. It wont display in IE8, IE7 or IE9 compatibility mode and i've no idea...
View ArticleJavaScript in MVC 4
Good morning, I would like JavaScript code embedded as a ASP.NET function request. <script type="text/javascript"> $(function () { $('#patient').autocomplete({ source:...
View Articleajax:NumericUpDownExtender - generating display style of inline instead of...
The pages are in a master page. I'm looking at it in chrome and the entire div that's generated is on the next line down from the label text. Here's what's being generated: <div style="position:...
View Articlegetting "SCRIPT28: Out of stack space" error...
hi i am getting "SCRIPT28: Out of stack space" error on partial postback in ScriptResource.asd?....................... a long id at line number 1 , some text like "ajaxcontroltoolkit textbox water...
View ArticleAjaxFileUpload stops at 100%
I've copied the code from the example files of AjaxFileUpload to a clean aspx page. When I select a file to upload the meter goes to 100% and then stops. When I try it on the example page it shows a...
View Articlefreetextbox from code behind
I have a freetextbox dynamically created from code behind.dim objCtrl as new Object objCtrl = New FreeTextBoxControls.FreeTextBoxFree textbox is coming up correctly and also able to extract the value...
View ArticleAjaxUpload new Version and Asp.Net Vb
Hi All, I have a project when there is AjaxControlToolkit installed. I Have implement the new version of Ajaxupload. All seems work fine but, when i upload a file, the progress bar arrive to 100% but...
View Articleprinting an image from url in a div in modal popup
Hello friends, I have a gridview linked to sql server and I can download image into gridview. I then use a ajax modal popup tied to the image to show another image. I want to to only print this image...
View ArticleProblem in the UpdatePanel
I have code to generate check box list dynamically according to some conditions, If check box selected will be disabled vs.After that will add this check box list control to placeholder in update...
View ArticleAjaxOptions not working in Ajax.BeginForm
I am trying to use busy indicator in my applicataion. I am using MVC4. This is my view code: (Index.aspx) <script type="text/javascript"> function onBegin() {...
View ArticleChanging date selection in CalendarExtender using up, down, left, right arrow...
The CalendarExtender control is awesome. My only issue with it is that, when the textbox date field is entered by tabbing (using the keyboard), the calendar pops up and the user is forced to use the...
View ArticleAjax Control Toolkit ComboBox NullReferenceException after CheckBox postback,...
Hi all. I'm trying to use ACT ComboBox. I made a Test page. Here the markup code: <%@ Page Title="" Language="C#" MasterPageFile="~/Manuale.master" AutoEventWireup="true" CodeFile="Default.aspx.cs"...
View ArticleAsyncFileUpload not working with *.docx
Hi I've just noticed that my AsyncFileUpload is not working with any document that is docx? It's fine with .doc, .txt, .pdf? Is it because it has 4 letters in the extension? Thanks as alwasy
View ArticleProgress bar issue
Hi could some one point out whats wrong with my code bellow <%@ Page Language="C#" AutoEventWireup="true" CodeFile="ProgressBar.aspx.cs" Inherits="ProgressBar" %><%@ Register...
View ArticleButton placed inside updatepanel does not work in IE10 (Windows8)
Hi experts, I face a new problem as I upgraded my OS to windows8. The ASP.NET Button/Imagebutton placed inside updatepanels does not work in IE10 .It works fine in other browsers. When I placed...
View ArticlePopupControl called by other controls
When I select other control buttons in my form the popup I'm using (which works just fine with it's intended controls) pops up under a javascript 'message box'... Code below and any help is...
View ArticleUpdatePanel won't trigger SelectedIndexChanged event when default index is...
I have a RadioButtonList with a default selection (i.e., Selected="true") and AutoPostBack set to true. In addition, I have an ASP.Net AJAX UpdatePanel around a separate control to be...
View Articlesystem.argumentoutofrangeexception:startindex cannot be less than zero. +...
I'm having a problem with the NotesFor.Gallery assembly whenever I host it in the iis7 server. In dev machine and ii6 server it runs smoothly. It gives the following error: StartIndex cannot be less...
View ArticleTextbox water mark text
Hi All, I have used water mark text in my login page user name password. But if I dont enter anything and click on login button, the water mark text will be considered as input. I want it to be as no...
View ArticleTextbox chinese characters entry becomes English chars after timer refresh
Hi there, We have an asp.net 2.0 ajax page, with a timer refreshing a few GridViews. There is also a TextBox which at the end of the timer activity will set focus on it. <form id="form1"...
View Article