comboBox will not allow user to type in it unless dropdown control is first...
hello,using combobox... simple example:<asp:ComboBox ID="yadayada" runat="server" CssClass="ComboBoxInsideModalPopup" DropDownStyle="DropDownList" AutoCompleteMode="SuggestAppend"...
View Articlecreate HTML page using Editor Control content
Hi,My requirement is users upload some html pages (in word file they paste some text with images and save as html) so that i need to display those pages in some other page for this im using iframe.that...
View ArticleProblem with HtmlEditorExtender
HeyI have a strange problem with my HtmlEditorExtender, when I load some html text in to it it looks like this.If I click in the textbox and then click some where else it looks right like this.can any...
View ArticleModal popup closed when i pressed edit button in gridview.
Hi guys,I display my gridview by modal popup. it will close automatically when i click 'edit' button inside the gridview.How can i keep my modal popup when i editing my gridview?pls advice. TQProtected...
View Articletriggering a partial postback of an update panel via javascript
Hi,I have this update panel:<asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode="Conditional" ChildrenAsTriggers="False" EnableViewState="False"><ContentTemplate>Inside the update...
View ArticleOutputCache and core AJAX script blocks not being rendered
We are using the ToolkitScriptManager in a master page to include support for AJAX on all of our pages:<ajaxToolkit:ToolkitScriptManager ID="_scriptManager" runat="server" CombineScripts="true"...
View ArticleAjax Post/JQuery - Refresh WebGrid - Losing filtered dataset
Hi,I am following Mike Brind's example to add records to a webgrid using an AJAX form post.http://www.mikesdotnetting.com/Article/155/WebMatrix-And-jQuery-FormsThe only difference is that I am using...
View ArticleCustom Validator fails to get Combobox ID
I am using the custom Validator as Required Field validator fails for the Ajax Combobox, but I am not able to work it out for the Combobox, howeverr when I pass the Id of another Textbox in the custom...
View ArticleModular popup
Modular pop is closing on Postback, I tired with ModularPopup.Show method, and the issues was solved. But the problem is t taking much time to execute any server side code,and popup the deatils, Is...
View ArticleDetailsview on ModalPopUp only displays first row of gridview
I have a detailsview inside a modalpopup that is supposed to be displaying the selected row in my gridivew, but it is only displaying the first row in my gridview. What am I doing incorrectly? Thank...
View Articlemaster page and initialize culture
helloI know that Initialize culture contains only Page, not masterPage, and I can override it , cos I don't have it in master.cs...but I need to change languages in master pageplease helpregards
View ArticleDisable CascadingDropDown Server-Side
Does anyone know how to disable the CascadingDropDown extender from the server-side but retain the display of the selected value? Basically putting a form into read-only mode for review. Currently it...
View Articleupload file
heyi upload file but it save in directory and i also wnat to show in gridviewmy code isthis is upload button codeprotected void Button1_Click(object sender, EventArgs e) { TextBox1.Text = "";...
View ArticleSys.Application._loaded do not recognize dynamic usercontrols
Hi experts,Our team uses a function that basically waits for controls much like the $.ready().function waitForControls(callback) { /// <summary> /// Waits for the directly in the page/control...
View ArticleAjax AnimationExtender - call cs method on button click which is used as...
Hello all,I want display dynamic content in Panel which is set as animationtarget id on button click which set target id on animation extender.As...
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 ArticleDisable Past Date in AJAX Calender inside Gridview with Validation
Dear all,I have Gridview with two columns Start and End Date i want to disable past date in AJAX Calender and also want to validate that start date should be less than or equal to end date using...
View ArticleTest Box on typing, Repeater Binding
Hi,Scenario:I have a text box and Data table Cache.Wher ever i start typing in the text box, a event need to be fired and that text will be the filter for the Cache.The filtered Cache will be binded to...
View Articlejavascript to control the state of the login session
Hi guys I got a pretty big problem... i need to create in javascript a script that allow me to know if the asp net session is terminated, telling the user to login (in another window ) so it will be...
View Articleautocomplete extender ?
helloI used autocomplete extender. i want it to search only my tables from my database. But it search at web google bing or something. It works good before i upload my web site. But after i upload, it...
View Article