Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. senglory

    Textbox in Updatepanel doesnt submit text

    Hi guys, I seem to have found the solution. See the link: Sys.WebForms.PageRequestManager.getInstance().add_endRequest(EndRequestHandler); function EndRequestHandler(sender, args) { var elId = sender._activeElement.id; if...
  2. senglory

    Textbox in Updatepanel doesnt submit text

    Adding triggers doesn't work at all because it's about external controls to be used as an event source for updatepanel. All internal controls are included in triggers by default. Also I tried your idea with expected result - no text, no server function call.
  3. senglory

    Textbox in Updatepanel doesnt submit text

    Without UseSubmitBehavior it won't show me this dialog box at all.
  4. senglory

    Textbox in Updatepanel doesnt submit text

    Hi, Here's my ASPX page: <%@ Page Title="Home Page" Language="C#" MasterPageFile="~/DEF.Master" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="WebApplication1._Default" %> <asp:Content ID="Content2" ContentPlaceHolderID="PlaceHolderBodyAreaClass" runat="server"> <link...

Part and Inventory Search

Back
Top