Top "Asp.net-ajax" questions

A set of extensions to ASP.

Drag and Drop files into a SharePoint webpart to upload into DocLibrary

Is it possible to create a SharePoint (wss3 or MOSS 2007) webpart, to allow files to be dragged and dropped onto …

sharepoint asp.net-ajax upload document-library
ASP.Net AJAX UpdatePanel Fails to Trigger SelectedIndexChanged Event

I have an ASP.Net RadioButtonList control with AutoPostBack set to true. I also have an OnSelectedIndexChanged function that is …

asp.net-ajax updatepanel radiobuttonlist selectedindexchanged
MaskedEditExtender Is Too Hard to Use For Money

The MaskedEditExtender does a good job of enforcing the rules, but my users have trouble typing into its TextBox. I …

asp.net javascript asp.net-ajax maskedtextbox maskededitextender
SCORM compliant LMS in asp.net

I want to develop a LMS with SCORM compliance.What exactly does it mean.Is it that my lms should …

asp.net asp.net-ajax scorm
Page losing title after UpdatePanel asyncpostback

I have just noticed recently that my page title will reset to the standard "Untitled Page" after I perform an …

asp.net asp.net-ajax master-pages
AsyncFileUpload: How do I hide the max request length exceeded alert error?

If I upload a file that is larger than the configs max request length I get a "Server Response Error: …

asp.net asp.net-ajax asyncfileupload maxrequestlength
TinyMCE with AJAX (Update Panel) never has a value

I wanted to use a Rich Text Editor for a text area inside an update panel. I found this post: …

.net javascript asp.net-ajax updatepanel tinymce
Link OnClick code behind does not execute when set as ModalPopupExtender TargetControlID

I did a lot of searching and cannot figure this out. I have a ModalPopupExtender pop-up that I want to …

c# asp.net ajax asp.net-ajax ajaxcontroltoolkit
.net Mvc 3 Ajax.BeginForm, get the form element

I'm trying to work with the form dom element with the OnBegin & OnComplete routines of the Ajax.BeginForm helper …

asp.net-mvc forms dom asp.net-ajax ajax.beginform
ASP.NET Register Script After Partial Page Postback (UpdatePanel)

I have a simple form (textbox, submit button) which is wrapped in an update panel. <asp:UpdatePanel ID="ReplyUpdatePanel" …

javascript asp.net asp.net-ajax updatepanel partial-page-refresh