ScriptManager.RegisterStartupScript some time not calling javasscript
I m calling ScriptManager.RegisterStartupScript inside a selectedeventcahnged event but i hv observed that some time it do not calls the Below is code ....
View ArticleSend html form data to a class file
I have to send my html form data to a class file. Is there any way we could do this. Any suggestions are appreciated.
View ArticleComboBox in Ajax ControlToolkit
I have tried the combobox example herehttp://www.asp.net/AjaxLibrary/AjaxControlToolkitSampleSite/ComboBox/ComboBox.aspxbut I can't edit anything in the combobox. I have read the documentation and as...
View ArticleFont and Size selection in ASP.NET HTMLEditorExtender changes any selected...
When I select the text outside the editor like headers and select the Font and Size from the HTMLEditorExtender dropdowns, it modifies the selected text's font and size.For example in...
View ArticleWhy is it not possible to edit Combobox in ajax control toolkit as in this...
Here is a simple example from Ajax Control Toolkit. I can't edit anything in this control. What is it that I have missed ?<asp:ComboBox ID="ComboBox1" AutoCompleteMode="Append"...
View ArticleGet behaviour id of the ajax calender extender
<div>PLease can some one tell me how can i get the behaviour id of a calender extender when i handle its Onshown event on the client sidePlease Help</div>
View ArticleThe NoBot control
I'm very unsure about the code for NoBot that I have. Is this code reasonable that it could work or has a missed something<asp:NoBot ID="NoBot1" runat="server" CutoffMaximumInstances="3"...
View ArticleMasked Edit Extender
Hi Folks,Hoping someone can help me on this:I am using a maskededit extender on a textboxI want a user to be able to input a decimal value up with no more than 2 decimal places In a standard scenario...
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 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 ArticleWhy does htmlextender reject some html?
I attached a textbox to an htmlextender, and it works, but certain html tags are rejected.For instance, I went into source view, and put the following equation:<p...
View ArticleCreate User with AJAX
Hi All,while it appears simple to create a login interface using AJAX (http://msdn.microsoft.com/en-us/library/bb398896(v=vs.100).aspx), I cannot figure out how to replace the create user wizard with...
View ArticleAjax.resquest Language text is not handling in IE
Hi, this is my code function Answer_Selected(queryString, questionID, formName, columnName) { var FormElements = getFormElements1($('form1')); FormElements += "SourceQuestionID|" + questionID; var...
View ArticleAjax Tookit controls behaviors not working
Hai,Recenly i installed ajax tool kit 4.5 on 2012 visual studio.and i try to test sample textbox watermark extender.Register dll<%@ Register Assembly="AjaxControlToolkit"...
View ArticleAsyncFileUpload with UpdatePanel and UpdateProgress not working
I'm trying to use the AsyncFileUpload control along with an UpdatePanel and UpdateProgress but can't seem to get it to work correctly.What I want to do is use the AsyncFileUpload to select a file to...
View ArticleAny good off-the-shelf chat that can be integrated into asp.net?
I have an asp-net website that lets people view dialogue. One way to obtain dialogue is via chat programs like skype. . You just paste the transcript from your skype into the website. The problem...
View ArticleValidation Summary from Modal Popup
I ave a modal popup that opoens wheni user wants to log a ride. The ride date cannot be in the future or more than 2 weeks past. I use a range validator for this. owever, when i click on the insert...
View Articlehow to create a WYSIWYG web application
I need to create WYSIWYG web application in asp.net . Are there any free ajax controls which i can use for performing drag and drop functionality and also work well with postbacks.Any Suggestions???
View ArticleHTMLEditorExtender -Clicking on Font size dropdown resets selected text font...
After changing the font size of selected text, if we reselect the text and click on font size dropdown it resets the font size of the selected sext. For example, in the site...
View ArticleUnable to use Ajax Control Toolkit HTML Editor
[VS Version: VS Pro 2013][.NET 4.5][Browser: IE 11.0.7]Hi, I am trying to use the Ajax Control Toolkit to implement the HTML Editor control for an application backoffice. <html...
View Article