Browse by Tags

Related Posts

  • FileUpload workaround not workin on IE

    Hi there! I have a FileUpload control inside an UpdatePanel. I found here the workaround to make it work (I added a linkbutton outside the panel and I register: upAttachment.Attributes.Add( "onclick" , Page.ClientScript.GetPostBackEventReference(LinkButton1, "" )); on the Page_Load...
    Posted to "Atlas" Discussion and Suggestions (Forum) by asfaya on 09-08-2006, 12:00 AM
    Filed under: Atlas, Browsers, Atlas Bug, javascript, update, updatepanel, postback, atlass update panel, Partial Rendering, atlas update panel, FileUpload, workaround
  • Question about TextBox with Autopostback=true

    Hi I have developed an intranet site in C# and Ajax. It is not fully AJAX, but a combination of AJAX and ASP.net code behind. I have few text boxes & dropdownlist with AutoPostBack=true. When I am saving data using AJAX, and clear the textboxes from JavaScript code, I am facing a problem. The problem...
    Posted to AJAX Discussion and Suggestions (Forum) by Sajib on 10-13-2006, 12:00 AM
    Filed under: javascript, postback, TextBox, ajax
  • Simple example with UpdatePanel results in full refresh of page after postback

    Has anyone encountered a problem where creating a simple example with the UpdatePanel always results in a full refresh of the page after the postback? I created a page where I have a label outside the UpdatePanel and a label inside the UpdatePanel along with the button to cause the postback. Both labels...
    Posted to ASP.NET AJAX UI (Forum) by codesmithery on 02-20-2007, 12:00 AM
    Filed under: updatepanel, ajax, Javascript, Update Panel, update Panel events, postback
  • Web parts , Web User Control, Update Panel, Javascript

    Hi guys, Hope this time someone replies first of all, Is that possible to combine all above Asp.net and Ajax controls? The below one is my web user control code which I am using in the webpart zone. < asp : UpdatePanel ID ="UpdatePanel1" runat ="server"> < ContentTemplate > < asp : Panel...
    Posted to Web Forms (Forum) by BhaveshPatel on 02-20-2007, 12:00 AM
    Filed under: postback, Client, asp.net 2.0, JavaScript, Request.Querystrings, AJAX, textbox, querystring, DetailsView CommandField JavaScript, FindContol
  • Open pop up, close pop up and reload parent (ignoring the postback)

    Hi, I have a script to open a pop up window following a postback and have got this window automatically closing after 5 seconds and refreshing the parent page using the following javascript: Page.ClientScript.RegisterStartupScript( this .GetType(), "QuickAddPopUpClose" , "setTimeout('window.opener.parent...
    Posted to Web Forms (Forum) by chrisoftoday on 03-07-2007, 12:00 AM
    Filed under: javascript, popup, PostBack, registerstartupscript, refresh
  • Getting Dom Elements

    Hi, I'm trying to obtain a dom element using the guidelines provided here: http://www.asp.net/AJAX/Documentation/Live/ClientReference/Sys.UI/DomElementClass/default.aspx In my case, I would like to modify the innerText of a label whose ID tag is being generated by the server when a request is initiated...
    Posted to ASP.NET AJAX Networking and Web Services (Forum) by the_cubanate on 09-04-2007, 12:00 AM
    Filed under: postback, Javascript
  • Changing dynamically-generated hidden fields through javascript

    Hello, I have a web page where users interact with a variable number of text fields. When a user changes the value of a text field, a javascript function sends their changes to an AJAX handler, which parses info and returns it to the page. The script then updates a hidden field with information about...
    Posted to Web Forms (Forum) by nealdt on 09-21-2007, 12:00 AM
    Filed under: javascript, hidden field, PostBack
  • Master Pages and Postbacks

    I have a problem with postbacks and master pages. I have a website project I’ve quickly put together to test this in Visual Studio 2005 (asp.net & c#). On the master page, there are two ContentPlaceholders. In one of the web pages called search.aspx (which uses the master page), I have a ASP.Net...
    Posted to Master Pages, Themes and Navigation Controls (Forum) by dbrook007 on 03-31-2008, 12:00 AM
    Filed under: Allow html input fields, 2.0, .browser, .NET 2.0, .NET 2.0 master page contentpage, .NET 2.0 master page contentpage gridview, .NET 2.0 master page rebasing, .net 2.0 menu control menuitem css selectedstyle A, .net 2.0 navigation controls tree view......, .net 2.0 Page Load problem, asp 2.0, Asp .net, ASP .net 2.0 Button javascript onKeyUp, ASP .net 2.0 reflection, ASP .net 2.0 VB, asp .net., ASP Master Pages Web Application, asp.net 2, ASP.NET 2 MasterPages Links subfolder, asp.net 2.0, asp.net 2.0 "master pages", asp.net 2.0 "master pages" refresh issue, asp.net 2.0 "master pages" refresh issue postback, asp.net 2.0 aspcompat master pages, asp.NET 2.0 C#, ASP.NET 2.0 Client Callback, asp.net 2.0 master page asp:menu menu control css friendly menu adapters data bind static item template, asp.net 2.0 master pages, ASP.NET 2.0 VB.NET, ASP.net 2.0., ASP.NET C#, asp.net client side code, ContentPlaceholder, contentplaceholder masterpage, java script, javascript, javascript asp.net, javascript customvalidator asp.net dropdownlist, maste page default button focus, maste page event handling postbackurl, maste page forms authentication stylesheet, maste page no javascript check, maste pages, Maste pages with membership controls, master page, Master page - Hidden Menu, Master Page - Web Control, Master page - Reload, Master Page - Web Control, Master page & Css, master page content function call invoke, master page controlos ContentPlaceHolder, Master page Javascript, Master Page Javascript Context Menu, master page user control, MasterPages, mater page, Page.IsPostback, postback, postbackurl, Postbackurl POST INaming MasterPages, asp .net2.0 javascript event handlers, asp 2.0, ASP.NET, asp.net 2.0, content place holder, asp .net formview page unload confirm save changes client side script to server control, ASP .net 2.0 C#, asp .net 2.0 C# multiline textbox javascript IE Firefox, asp .NET 2.0 masterpage master page refresh runtime changes, Asp.NET2.0, master pages, Master Pages - Stylesheet - CSS - Theme, Master.page.IsPostback, masterPage, masterpage contententPlaceholder, masterPage contententPlaceholder menu web.sitemap sitemapdatasource, Masterpage dropdownlist state, MasterPage Images
  • Re: Assigning values to Hidden text control when a button is clicked

    Hi, Passing quesrystring is ok. But here I have to pass more values. In some cases it will be nearly 30 values. In such situation we can't use query string. Is there any other way to do this?
    Posted to Web Forms (Forum) by s.prabakaran on 12-26-2006, 12:00 AM
    Filed under: client-side validation, ASP.NET, javascript, c#, ASP.NET 2.0, asp.NET 2.0 C#, PostBack, asp.NET 2.0 C# postdata web user control, POST
  • Change TextBox Text and Force UpdatePanel to Update

    Can somebody show me a way of forcing an updatepanel to update using javascript. Thanks
    Posted to "Atlas" UI (Forum) by hackman_3vilGuy on 08-31-2006, 12:00 AM
    Filed under: Atlas, javascript, update, updatepanel, postback, force
Page 1 of 1 (10 items)