AsyncFileUpload does not work in Firefox 22
I tried it on three application on two pcs and result is the same, the async file upload doesn't work in firefox...
View ArticleHow to check whether file exist in the queue to Upload or not
Hi all,I am using ajax toolkit file upload control and on click of my submit button i need to check whether the file selected by the user is uploaded or not and give a error message if not. I tried a...
View ArticleAutoCompleteExtender - Clear textBox when result not found.
Hi,I have an AutoCompleteExtender, a textbox and a hiddenField on my form. What I would like to do is clear the textbox and hidden field's value if user does not select the item from the autocomplete...
View ArticleUploadify and Modalpopupextender
HiI am trying to use the Uploadify control from within a modalpopupextender, however I cannot get the javascript to recognise the input control. How do I reference the inout control (or any other...
View ArticleUpdatePanel in EditItemTemplate of Gridview causing full page refresh
Hi,I tried to search for solutions, but couldn't find any. Everywhere they are talking about Gridview within UpdatePanel. In my case I have an UpdatePanel within the EditItemTemplate of a Gridview and...
View ArticleBrowser refresh problem with ModalPopupExtender
I am using the ModalPopupExtender to add/edit data. It works fine but the problem is that after hiding the modal,if i hit the browser refresh button, the modal appears again (as it did when I clicked...
View ArticleAJAX is server side, What about client side validation?
Am new to AJAX and Javascript. ScriptManager seems to control them both.The ASP.NET 4.0 by Wrox I'm working out of recommends putting this in master page:<% Master Language="VB %><Script...
View ArticleEdit/Delete option in HoverMenuExtender is not pointing to the particular row
Hi,Please help me with this problem. Attached code below.<asp:Panel ID="pnlModifyData" CssClass="saplePanel" runat="server" Style="display: none"><div style="float:...
View Articleasynchronous postback interfering with button click events
Sys.WebForms.PageRequestManager.getInstance().add_beginRequest is causing a button click event not to fire.protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { string...
View Articleverify execution of javascript in asp.net c#
Hello.I havea web application that hasajaxcomponents,theserestrictmultiple characters. But when in the browsersecurityoption"Automation- activescriting"is disabled,theajaxcomponetesnot work.HowI...
View ArticleAjaxControlToolKit not found issue
Split off from http://forums.asp.net/t/1519956.aspx/1?AjaxControlToolKit+not+found+issue. Please don't necroposthii,I m using .NET Framework 4.0 and still I was unable to solve the problem. I had...
View ArticleHow run query if any of the text boxes have value
hiSuppose I have three text boxes One is for user name, second for profile name and third one is for date of birth.All I want to run query if one or more text boxes have value.For example if profile...
View ArticleIndex was out of range.
hey allwhen i try to select command the following error comes in my codeERRORIndex was out of range. Must be non-negative and less than the size of the collection. Parameter name: indexCODEprotected...
View Articlecannot find table 0 in login form
hey all i have 1 login form for 2 users one is admin and second is simple user when i login from theri password then its fine and working but when ienter worng password it gives me error CANNOT FIND...
View ArticleCould not load file or assembly 'AjaxMin, Version=4.97.4951.28478
I run Visual studio 2010 and 2012.I have the ajax control toolkit installed on both. Version 3.5.x in 2010, and the latest version in 2012.I have a project that I am working on in visual studio 2010.I...
View Articlein ajax
Hi, when my controls into updatepanel:<asp:UpdatePanel ID="UpdatePanel2" runat="server"><ContentTemplate><br /><asp:TextBox ID="TextBox2" runat="server" Height="124px"...
View ArticleImage upload and Store in database using ajax file upload
Hey everyone ! i am making a website where i need that the user should upload his photo(the one like facebook, where cropping and rest can be done)for his profile picture. since i dont know what to...
View ArticleGood technique for a ajax for asp dot net?
Hi currently we are using Telerik contols for our web site application. i want to replace telerik rad ajax manager by normal update panel.What are the best way to achive ajax in ASP dot net? is there...
View ArticleDoes your directory structure matter for Ajax Toolkit to work?
Within the root of directory of my website I have created a Application Folder that I am building my .net application in. I have all my .net folders in my application folder, Bin, App_Code, etc. The...
View ArticleIE 10 Issue: SCRIPT5022: Sys.ArgumentOutOfRangeException: Value must be an...
My asp.net site is running well on IE6, IE7, IE8, IE9, Chrome, Safari, Firefox and Opera. But it is not working in IE10. If I click on the Grid in the site it returns the following error: SCRIPT5022:...
View Article