display whole page and certain position
In a webpage, I have many datalist, where certain complex queries have been return to fetch the data and display datalist in the page load event.Meanwhile, is there any possiblity display other parts...
View Articleerror is >>> system.ui.is null
I am trying to get rid of an error comming from the ajax control toolkit the error is >>> system.ui.is nullI tired everything I can think of inculding deleting and re adding the text box and...
View ArticleSpell check in HTMLEditor
Hi,I have a Ajaxtoolkit Editor and would like to embed an open-source spell checker. I tried various posts to use TinyMCE Editor, but it seems to not work when I have it in a gridview.Any insight on...
View ArticleSystem.Web.AspNetHostingPermission - Unblocking AjaxControlToolkit.dll
I downloaded the AjaxControlToolkit, version 3.5.60919 and am using it in my web project. I published my code and deployed to a web server where I get this error when I go to a page in the...
View ArticleProblem with data return from json webservice
I'm using jQuery to return data from a webservice. Done this countless times no problems, till now.This is the data it's returning{"results":[{"id":"1","name":"First...
View ArticleRepeater not triggering DataBinding event from IAsyncResult callback method
I'm trying to update an asp repeater from a REST call. My web request has a callback method that binds the results to the repeater. When I do bind the data the repeater doens't update nor do the...
View ArticleTinyMCE editor in gridview control
Hello All,I have a gridview and am using TinyMCE control inside it. I came to know that TinyMCE doesn't work well with Updatepanel. I tried adding the control in page load as suggested here...
View ArticleAjax pop up disappears instantly while partial postback
Dear All,I am using ajax popup extender to show the confirmation message for editing the row in gridview. But the pop up opens and disappear instantly.Following is the code<script...
View ArticleAJAX NumericUpDownExtender - Disable Manual Entry / Validation
Hi there,This is a pretty straight-forward question, which I'm sure has a very easy answer that I'm just missing.I have a textbox with an up/down control, with a minimum of 0 and maximum of 30....
View Articlechange display name of AJAX CALNDAREXTENDER months
Can I change the display name of AJAX CALENDAR EXTENDER months without changing he language or culture of the page? in vb.net.For example: i want to display "1" instead of Janthanx in advance..
View ArticleGeneral How to Use AJAX
I built some "ajax" functions using native javascript in 2006 using VS2005; basically a "core" callback send and receive script (shown below) and then a callback sender and receive router in js, and a...
View ArticleAjax tool kit
Hey friends,anyone please tell me ajax tool kit control examples. as i using this but unable to get exact information. anyone tell me tool kit example with...
View ArticleMaskedEditExtender problem in Google Chrome: Delete and Backspace keys don't...
When I use the MaskedEditExtender on a TextBox, the delete and backspace keys don't work in Chrome.This is my code:<asp:TextBox ID="wsDateBox" runat="server" MaxLength="10" Style="width:...
View ArticleHow to insert new images to page without refresh
Hello I have a gallery page which get images location url from DB and bind it to repeater. The images can be added to gallery anytime. Now lets say a user visit my gallery page, and after 2-3 minutes...
View ArticleAjax Update panel
Hi,I am using ajax update panel to get total of 6 textboxes in one other textbox.I placed Total's textbox under updatepanel & added <asynchronouspostback ......> in triggers for 6...
View ArticleInspiration need please
HiI have an app that needs to send automatic emails when a formview updates. No problem there, but I need to present the email content to the user as the formview is updating, ask them to check it,...
View ArticleCascade Dropdown list and browser back button.
Hi, I am using ajax cascade dropdown lists for master and child loads. Also i have given user to use IE back button so that user can browse previous state.I have list page wher user has selected an...
View ArticleSlideshow with images from database (image data type)
Hello,I'm trying to create a slideshow using Ajaxcontroltoolkit with images already stored in a database. To retrieve those images I'm using a handler.Here is the code of the handler file (C#) :<%@...
View ArticleUse of Update Panel
I've got an application with a lot of callback functionality, that I'm hoping to upgrade to formal AJAX controls. in another question, I asked about using ScriptManager instead of my raw javascript...
View ArticleWhy User Update Panel instead of Home Grown Callbacks?
I'm looking at a major change in coding strategy and am hoping for some opinions. Partly I'm writing this to force myself to think it through. But input would be appreciated.The central question is...
View Article