combining radio button list with Balloon popup extender.
Hi all, I'm using linq to sql server to populate a radio button list. I would like to make a balloon popup based on which choice the user hovers over. Can anyone advise me on creating this? Below is...
View ArticleTextBox onTextChanged event & Form Submission
I have a Textbox that the users enter an Employee ID into. The TextBox has an onTextChanges event that looks up the employee details and displays the employee name in a Label.The problem that I am...
View ArticleProblem Using AJAX Toolkit
I saw this same question posted in the General\Web Forms forum about a year ago as I was searching for an answer to my problem and it was never really answered or resolved. So, I thought I would try...
View ArticleMasked Edit Extender question
I am trying to use a masked edit extender for a text box that is to display time zone offset, in the form of 05:00 or -05:00, for example. The following is what I used and it initially displays the...
View ArticleReportViewer Error
Hi,I have been using the ReportViewer for a while with no problems. However, I went in to one of the reports I created a month or so ago with the goal of adding to it. When I attempted to add a new...
View Articlewhat is the working procedure of ajaxfile upload control ?
Actually i'm lookign for the way to upload files to server ... if there is hundredes of user uploading file of size upto 1gb then what is the best way ? will ajaxfile upload control consums high...
View ArticleAppli iOS Modal Popup Issue
Hi,I have a typical Modal Popup Extender on my page. I am experiencing two issues that are occuring only in iOS devices (iPhone and iPad).Issue 1: When the Modal Popup is called, only the <div>...
View ArticleHow to prevent ajax toolkit DropDownExtender from closing on click?
hi every bodyi have a treeView in DropDownExtender, The problem is that when i want expand each treenode, dropdownlist closes and i need to reopen it to select a node.How do i make it so the...
View Articleprint all tabs of ajaxcontrol tabcontainer
I want to print all the tabs of Ajax tabcontainer with a page break, I followed this: http://forums.asp.net/t/1592707.aspx but this is removing tabs anddisplaying grids one after another . I don't want...
View ArticleAjax call to web service giving me Message=Invalid web service call, missing...
I am looping over a gridview so that I have an array of objects:arr = [] $("grid").each(function () { var temp = { "casequestionid": 0, "BDM": 0, "QC": 0, "TL": 0, "QCMAN": 0 }; arr.push(temp) });then...
View ArticleHighlighting and leaving a line when there is a something on the date in the...
Hi all, I want to do something like highlighting the particular date and leaving a note on the date on the calendar.I added this to my aspx page :<script runat="server"> void DayRender(Object...
View ArticleASP.NET AJAX SlideShow Extender on master page - error SCRIPT5007
Hello reader,I use Visual Studio 2010 and ASP.NET 4.0 and code in vb. I have created a website with a master page and have installed a SlideShow Extender on it. Default.aspx uses this master page and...
View Articleview uploded files
heyi uploaded file in gridview and now i want to view these files i.e when any user click view button then this documnet view in broswer or open in other tabcode<asp:GridView ID="GridView1"...
View ArticleI am creating a new web app using aspnet 4.5 and now have problems with the...
I am creating a new web app using aspnet 4.5 and now have problems with the AJAXToolkit unless I remove Microsoft.ScriptManager.MSAjax.dll. If I remove it, all works fine.I am using the july 2013...
View Articleajax loader and file download problem
hii have linkbutton which creates Excel file and then download it. since creating file takes more than 5 seconds i'd like to use ajax loader (clock) to show user that creating file is in progress. so i...
View ArticleMissing ScriptResource.axd and inherited page base problem...
------------------------- ASP.NET version: 2.0 using VB.NET ASP.NET Ajax Extensions version: 1.0 (Final) ------------------------- Hi,I am trying to use the final release version (1.0) of the ASP.NET...
View ArticleajaxFileupload control issue with file name ...while uploading ?
hi...I just found some issue with the ajax file upload control .while i try to upload file with the name like .... a#bc.mp4 with the size 50 mb then file uploads ... but when i save it ... it's name...
View ArticleNeed help on the dates of the calendar!
Hi guys, I want to make a calendar with the text leave under the date when the user has choosen the date. It is working. However,for example today is 24-9-13, the user has already chosen the date thus...
View ArticleGenerating word document using WebMethod and Jquery AJAX Call.
[WebMethod()] public static string SaveRequest() { StringWriter _writer = new StringWriter(); HttpContext.Current.Server.Execute("frmGenerateRequests.aspx", _writer); string...
View Articletextboxes disabled
i have included another template of login in my existing project... the problem is my textboxes arent getting active.. it is not allowing me to enter any text in the textbox... please tell me how to...
View Article