Cascading drop down default value
I have cascading dropdowns that pulls data from tables and is working well but I wish to enhance it. The first dd lists databases and the second dd lists the schema and the last one lists the tables....
View ArticleAutoComplete filtering coorelated subquery
I am using ASP.Net Ajax Control Toolkit to populate 3 textbox controls. When any of these controls are used and a postback is performed ... the remaining 2 controls still have yet to be filtered or...
View ArticleIntermittent NotSupportedException using AjaxControlToolkit version 3.5.60919...
We have an ASP.NET web application using .NET 3.5 and version 3.5.60919 of the Ajax Control Toolkit and we intermittently have been getting the following exception since we started using that...
View Articleprofile empty
heywhen user once comes then he/she edit their profile and save it and when he again comes and login with username and password and then view his/her profile then his profile his empty..this is update...
View Articlepopulate gridview inside BalloonPopupExtender inside other gridview
Hello all -- I've spent considerable time playing with this over the last few days and have barely got anywhere. I have a gridview created from 2 dropdowns selecting county and class. On class...
View ArticleHow Do I retrieve the Control's ID?
Hi,I have a table, containing inline code that creates a set of contains.This is the code:<asp:UpdatePanel runat="server"...
View ArticleCapture Modal Pop up value on to a text field which is on a gridview on the...
i have a gridview on page which a text field( read only ) and a link button , which when clicked opens up a pop up. on teh pop up i have a repeator whihc shows some values froma table. These values on...
View ArticleCSS for Password Extender ?
Hi can any body tell me where can i find cool CSS for password extender of AJAX control toolkit
View ArticleAuto Complete Extender for Dyanamic creation textbox
I am in need to set Autocomplete extender for dynamically created textbox in ASP.Net page.I have tried with the following code,but it didn't works for me. TextBox textbox = new TextBox();...
View ArticleAjaxFileUpload control
I am using AjaxFileUpload control it is unable to upload files of types docx,doc,txt . I am also setting peoperty as AllowedFileTypes="tiff,pdf,docx,doc,txt,bmp,jpg,jpeg,png,gif,tif". Kindly help.
View ArticleASP.Net Ajax using Visual Basic .Net for display data
Hye everyone. I need your help regard ajax or javascript method to displayed data from different menu clicked under content placeholder without loading another page.Basically if user click menu1 button...
View ArticleCascading drop down set default value if there's only one item
Hello Gurus,I have cascading dropdown lists and sometimes one of the drop down list will contain only one item. If this happens, is it possible to automatically have it as the default selected item?
View ArticleHtmlEditorExtender - How to add custom button. January 2013 build
1. How do add a custom button on the top toolbar in the HtmlEditorExtender? Without pulling myself through a knot-hole backwards.2. Is there a way to change the...
View Articlecalling WCF service from asp.net ajax
Hi,I have found lots of examples of adding an ajax web service method from inside an asp.net application by adding a new ajax enabled web service as a new item to an existing project. I want to...
View ArticleAjax calendar control selected date error converting string to system.datetime
cannot convert from 'System.Web.UI.WebControls.TextBox' to 'System.DateTime'aspx:<asp:ToolkitScriptManager ID="ToolkitScriptManager2" runat="server"> </asp:ToolkitScriptManager>...
View Articleadvanced time picker (Ajax or Jquery)
hi, friendI want to use time picker by using ajax or jquery for asp.net web application.I found various time pickers when I searched google.what I want to do more is,i.e; first user select 10:00 to...
View ArticleAjax control toolkit for vs 2010
I am using vs 2010.This is my default.aspx page source code as follows<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="aLWAYSvISIBLE.WebForm1" %><%@...
View ArticleRunning Code after Webservice complete
Hi, I have created some cascading drop down lists using Ajax, which are populated using a webservice.after they are populated would it be possible to run some code?How can I run some code when the web...
View ArticleAjax ModalPopup wrong display in IE8
I have a problem with the modalPopup control when I use it on IE8. The panel which is need to be popUp is already poped up.As it suppose to look like ( in newer browsers than IE 8), there are panels in...
View Article