Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. ajax postbak question

ajax postbak question

Scheduled Pinned Locked Moved ASP.NET
questiondatabasesysadmindocker
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    thedom2
    wrote on last edited by
    #1

    i have a gridview within a scriptmanager and within the gridview i have a templatefield which contains a hyperlink control which when clicked resubmits this page with some query strings attached. see code below:

    <asp:TemplateField HeaderText="Order">
    <ItemTemplate>
    <asp:HyperLink ID="Hyperlink3" runat="server" NavigateUrl='<%# "default.aspx?SearchType=Wip&CustPO=" & rtrim(DataBinder.Eval(Container, "DataItem.PO#")) & "&StockCode=" & DataBinder.Eval(Container, "DataItem.MStockCode") %>'
    Target="_self" Text='<%# DataBinder.Eval(Container, "DataItem.PO#") %> ' ToolTip="Check Work In Progress!">
    </asp:HyperLink>
    </ItemTemplate>
    </asp:TemplateField>

    How can i catch this event when the user clicks the hyperlink from the gridview. obviously page.ispostback or ScriptManager1.IsInAsyncPostBack do not catch this event. ? any ideas people - ajax newbie so forgive my ignorance Cheers

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups