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. link button in gridview

link button in gridview

Scheduled Pinned Locked Moved ASP.NET
csssysadminhelp
2 Posts 2 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.
  • K Offline
    K Offline
    kishorg1
    wrote on last edited by
    #1

    I HAVE 2 GRIDS ON PAGE... in first grid there is one link button ...on click of tht , i want to bind another grid n make it visible.. but when i click on link button it gives an error error is............(__doPostBack('gdvSelectedCompanies$ctl02$lnkbtnCoName','')) <asp:TemplateField HeaderText="CoName" ItemStyle-HorizontalAlign="left" ItemStyle-Width="100px"> <ItemTemplate> <asp:LinkButton ID="lnkbtnCoName" runat="server" Target="WorkPlanAssign" Text='<%#Eval("CoName").ToString()%>' ></asp:LinkButton> <%--<asp:HyperLink ID="lnkbtnCoName" runat="server" Target="WorkPlanAssign" Text='<%#Eval("CoName").ToString()%>'></asp:HyperLink>--%> </ItemTemplate> <ItemStyle Height="8px" HorizontalAlign="Left" Width="200px" /> </asp:TemplateField>

    N 1 Reply Last reply
    0
    • K kishorg1

      I HAVE 2 GRIDS ON PAGE... in first grid there is one link button ...on click of tht , i want to bind another grid n make it visible.. but when i click on link button it gives an error error is............(__doPostBack('gdvSelectedCompanies$ctl02$lnkbtnCoName','')) <asp:TemplateField HeaderText="CoName" ItemStyle-HorizontalAlign="left" ItemStyle-Width="100px"> <ItemTemplate> <asp:LinkButton ID="lnkbtnCoName" runat="server" Target="WorkPlanAssign" Text='<%#Eval("CoName").ToString()%>' ></asp:LinkButton> <%--<asp:HyperLink ID="lnkbtnCoName" runat="server" Target="WorkPlanAssign" Text='<%#Eval("CoName").ToString()%>'></asp:HyperLink>--%> </ItemTemplate> <ItemStyle Height="8px" HorizontalAlign="Left" Width="200px" /> </asp:TemplateField>

      N Offline
      N Offline
      Nishant Singh
      wrote on last edited by
      #2

      Wat u are writing at code Behind ??

      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