Modal popup checkbok event not fire
Hi,<asp:ModalPopupExtender ID="ModalPopupExtender1" runat="server" TargetControlID="dummyID" PopupControlID="divNameList" DropShadow="true" BackgroundCssClass="modalcontent" Drag="true"...
View ArticleScriptmanager Does not work on partial postback Only on FirFox
I am facing very strange problem. I have tried many thing but could not get it solved. Here is the scenario.I have a GridView with 40 records. I am registering a script in OnRowDataBound Event...
View ArticlePopupextender not working onfocus
<asp:TextBox ID="LicenseBox" runat="server" Width="140px" OnTextChanged="LicensePlate_Changed" AutoPostBack="true" CssClass="UpperCase" TabIndex="1"...
View ArticleChecking Accordion link Style.Value from content page
Hi,I have accordion control in master page to show menus.I am programmatically hiding/showing one of the menu link from master page usingMe.lnkMenu.Style.Value = "display:none;" - to...
View ArticleWebdatagrid column summary by group
Hello,I am using a webdatagrid (infragistics) in my ASP.NET application.My columns are ID, Name, Duration.each ID has multiple records so it is not a primary key.I want the grid to show summary by ID...
View Articleneed auto complete to suggest business and show (address) then on selection...
I have read and experimented myself into a circle of confusion about this question. I know it is simple. I had it once and then lost it...aahhh.In the auto suggest box I can make the business name be...
View ArticleGet AutoCompleteExtender Text and Value
hiI am using Ajax Autocomplete extender, its working fine, i can get the textbox value by using onclientselected in client sideas well as i need to get text value.my codefunction...
View ArticleAdd Labels to Slider Handles
I have a multiple handle slider and I want to display actual text on each of the handles. For example, if I had three sliders A, B, and C those would appear on the handles. I know how to link the...
View ArticleThe OnImageUploadComplete event of HtmlEditorExtender doesn't fire when...
I am trying to use the extender inside a formview. When uploading an image, I need to execute code inside the OnImageUploadComplete event but it doesn't seem to fire. Any ideas please?
View ArticleAjax Control Toolkit Example: Using RoundedCornersExtender
HiI copy/paste fromhttp://asp-net-example.blogspot.co.uk/2009/11/ajax-roundedcornersextender-how-to-use.htmlbut it gives me following error(I already add najaxToolkit.dll in bin folder)How to set this...
View ArticlePopup extender for inserting record to Gridview
HelloI want to add records to a grid view. I have used a popup extender and have used a detailsview in that popup. Fields of details view are controled for corect input foormat with filtered text box...
View ArticleImage preview before uploading using AsynFileUpload
Hello, I tried theexamplehere: http://www.dotnetspider.com/resources/40858-Preview-Image-before-uploading-using.aspxCode: <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs"...
View ArticleHow to set the contents of a HtmlEditorExtender from the client?
I have an asp:TextBox with an Ajax HtmlEditorExtender<asp:textBox ID='reply' ... runat='server' Text='xxx' /><ajax:HtmlEditorExtender TargetControlID='reply' runat='server />renders...
View ArticleHow to hide (or time hiding) a Modal popup extender on mouse click
Hi Forum,I wonder how to hide a modalpopupextender when a click of a mouse occurs outside it (in the shadow area).Also how to time it so that it would hide automatically within a set time of it...
View Articleversion problem for cached urls
Each time I update the Ajax control version I have weeks of errors caused by cached entries on search engines. They use a url which includes the ajaxcontrolkit version. As this older version cannot be...
View ArticleCalender is not showing on the page
Hi,I have an issue in show the calender control on my web page and i have used the update panel in this page. the problem is that canlender control is not showing on click of text box after the...
View ArticlePanel with GridView
Hi All,I am new to ASP.NET and I working on a existing ASP.NET project, I have to change a rounded Popup that is showing some information from database. I am able to show it perfectly well. Now comes...
View ArticlePass Value from Ifram within ModalPopup to Parent Page
Hi everyone,I have two pages "Parent.aspx" and "Popup.asp"my Parent.aspx like that :<asp:UpdatePanel ID="UpdatePanel2" runat="server"><ContentTemplate><asp:DropDownList ID="ddl_Trips"...
View ArticleAutoComplete not working on ComboBox
Hey Guys,I have a form I am building with 2 Ajax Toolking Comboboxes. I have turned on AutoComplete and tried all the different modes, Append, Suggest, etc. Without any luck. :( You can type, but it...
View ArticleCategory Searching
I'm trying to come up with the best solution to this problem....I have a document server type of website it holds several company documents uploaded by users of the site within the company. They are...
View Article