Is it possible to do Ajax AuthenticationService?
Hi,Is it possible if the user disable the cookie? What will happen?
View ArticleWhat's pageload function?
http://forums.asp.net/t/1892632.aspx/1I feel strange——in my mind, Page_Load is a server-side based function, why it can be applied in client js side?Are there any other functions like this?Any...
View ArticleUsing a single update progress for multiple update panels
I have multiple update panels on my web page. I want an update progress to be associated with few(more than one) of them and not with others.Is there any way that this can be achieved? Since using...
View Articlehow enabling ASP.NET debugging in the iis metabase?
Hi,I am finding a way to do fully debug at the iis scope. How to do that?
View ArticleAsp v ajaxtoolkit
I hve a page that uses the ajax accordian control that seems to work ok. But the controls were tagged like <asp:Accordian ...> now I tried to copt that code to another page and it errors saying...
View ArticleTwo components with the same id ‘{0}’ can’t be added to the application
After updating to the 1/23 release of AJAX/CTP/AjaxToolKit I started receiving different versions of the following javascript error message:> Two components with the same id ‘{0}’ can’t be added to...
View ArticleModalPopupExtender issues.
I'm trying to create a simple informational message popup to tell the users errors or other simple messages. I've looked out on the web for code behind functionality of the modalpopup and I added the...
View Articlepartial update~
I am newbie, i haven a problem and stack at here. My application work well if without partial update,but it will postback.... when i using on ajax update panel it occur a problem that cant call back...
View ArticleNumeric extender dosent work probely
picture: http://www.speedyshare.com/zQ65F/numeric.pngHi what is going wrong, i just follewd a tutorial, but the extender just overrule my textbox inputfield.<asp:Panel runat="Server" ID="pnlPopUp"...
View ArticleModalPopupExtender disappears after postback
I have a page with a ModalPopupExtender which is used to show a modal progress animation during postbacks. This control, as well as the asp:Panel which displays the progress animation, are the last...
View ArticleObject Required - ScriptResource.axd
I am stuck, big time. I am trying to use the AJAX Control Toolkit. I am using Visual Studio 2005 and I am creating an ASP.NET 2.0 web application. This application is using ASP.NET AJAX version:...
View ArticleWhat's Application?
http://msdn.microsoft.com/en-us/library/bb386417(v=vs.100).aspxThere's a saying——The Application class is instantiated in the browser when the page contains a ScriptManager control. The Application...
View ArticleWhy is Sys.Application raised when refreshing the whole page INSTEAD OF...
Hi,<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="WebForm1.aspx.vb" Inherits="VB.WebForm1" %><!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head...
View Articletab panel is blank
I have several pages that have two ajax tab panels with information in both. the first panel has an accordian control the second just text. It lookst me like the codeis the same, but one of the pages...
View Articleupdate panel with a modal popup
I have a single label that displays the user name as a concatenated string. Clicking on the Edit button opens a modal popup that allows the user to edit the name. Clicking on the popup button updates...
View ArticleAuto Complete Extender Populates multiple textboxes on mouse click
<div class="body">i am using the autocomplete extender control in gridview ,it's working properly when i select the item with keyboard, but problem will be raised when i select the same item...
View ArticleProblem with BulletedList and AJAX Toolkit
The following code always comes out with the error: "The server tag 'asp:BulletedList' is is ambiguous. Please modify the associated registration that is causing ambiguity and pick a new tag prefix"....
View ArticleProblem only with Grafics
Hii intalled on my IIs (windows 2008 R2, with .net framework 4.5, last version of ajax toolkit component) the Ajax toolkit. All examples work fine with IE9 except... everything related to graphs all...
View ArticleRefreshing parent gridview from modalpopupextender
I have been grappling with the following issue for quite a while now.Situation: I have a myreviews.aspx page which displays a grid of employees and column1 shows the status of a paricular document...
View ArticleProblem with IE10 and Ajax TabContainer
Hi, I cant change tabs in an Ajax TabContanier with Internet Explorer 10. I must to change in compatbility mode to fix this. Wha can I do???
View Article