trying to return aspx page content with ajax
Hi, I have an aspx page that returns the content of another aspx page. I am using $.ajax() to return the page content. But the page is returning the html content too, which I donot want to display....
View ArticleAsync Postback not firing
I have a login control inside an update panel which is not firing the async postback.Here is the code:<div class="login-tabs"><ul class="login-ul-tabs"><li> <a...
View ArticleHow to hide watermark AFTER user started typing?
How to hide watermark AFTER user started typing? plz example or some codes???
View ArticleHow my Java Script get value from Query String
Presently, I apply Progress Bar When page is loading. The sample was from Jerry Weng - http://forums.asp.net/t/1604731.aspx?Progress+Bar+When+page+is+loadingThis is my ASPX Code<%@ Page...
View ArticleTrigger update panel from gridview
I have a gridview with a delete icon in each row. I have an updatepanel and content template around ita nd the command routine does work to delete the row. BUt i am unable to get theupdate panel to do...
View ArticleFindControl in Listview
hey everyone i need help with the findcontrol for the listview control, i want to accsess a textbox in the insertitem template,i used this code to get but it returned Object reference not set to an...
View ArticleLosing focus after AutoPostBack in UpdatePanel (solution)
ref: http://forums.asp.net/t/1077882.aspx?Losing+focus+after+AutoPostBack+in+UpdatePanelsolutionyou can call this functionfunction RestoreFocus_For_AutoPostBack() { var oldId; var page =...
View Articleajax ConfirmButtonExtender
I have a ConfirmButtonExtender on a delete button. It all works as i should, but at he top of the confirm dialog it says: The page at localhpst :9221 Says:" before it displays the confirm message anfd...
View ArticleSliderExtender scroll position offset to cursor movement
When i point to the slider it is not aligned correctly to mouse movement so i cannot obtain precise counter setting ?How can i set mouse to slider coordinate movements ?
View ArticleMoving website files to 2nd PC - AJAX Toolkit Issues - Big Problem
Hi,Please help.I am moving the files of my ASP.NET website to another PC.The 2nd PC has Visual Studio Express for Web newly installed (same version as on original PC).To move website to 2nd PC, I am...
View ArticleAjax call
Hi,I use ajax call to upload file, during the upload I want to show a progress bar or ajax-loader image.The ajax call code follows -$.ajax({ url: "fileHandler.ashx",...
View Articlehow to use update pannel in gridview control
dear all, how can i use update pannel in gridview control . below is my code<td colspan="2" align="center"><asp:GridView runat="server" ID="grd1" AutoGenerateColumns="false"...
View Articlehow to avoid page refereshing when click model popup close button
script to model popup hide and show-----------><script language="javascript" type="text/javascript"> //Function to Hide ModalPopUp function Hidepopup() {$find('mdp4').hide(); return false;...
View ArticleCould not load type
Hey, guys. I hope everyone is having a great day. I am encountering a problem and I think I probably missed a simple step, but I have Ajax-ed in a while, so I can't remember.I have a file upload...
View Articleajax contrl toolkit prblm
i want to use editor in webpage for that i took reference fromhttp://ajaxcontroltoolkit.codeplex.com/I used whole code from above URl.I am getting error that:HtmlEditorExtender is not known element....
View ArticleASP.Net V2.0 website with AJAX control tool kit 1.0 on win2008 & IIS7.0 Not...
Hi,We have recently upgraded the development server environment from Win 2003, IIS6 to Win2008 IIS7.0Application still the same: asp.net v2.0 using Ajax control tool kit 1.x.Application works fine in...
View ArticlePrint Invoice In asp.net Web Application
I am developing web application . we need to print invoice either directly or with preview in client sidehow can i do that .i already designed invoice in rdl designer . i created a pdf file from rdl...
View ArticleAJAX Calendar Issue
Hi All,My AJAX Calendar does not show all the dates of a month. For example as shown below for April 2014 Month.SuMoTuWe303112678913141516<Ajax:CalendarExtender ID="cal1" runat="server"...
View ArticleAjaxControlToolkit:TextBoxCounter - does anyone remember it? Is there a...
Does anyone remember an AjaxControlToolkit control named AjaxControlToolkit:TextBoxCounter (cc1:TextBoxCounter)? I have some old code from 2010 that I used to show a user how many characters they had...
View Articleforcing a div in an updatepanel to scroll down when the updatepanel is...
Suppose I have an updatepanel with a div inside it. (actually, the div itself is really an asp.net panel control, but that probably doesn't matter). I want the div to scroll down.So what I did was...
View Article