Browse by Tags

Related Posts

  • Linkbuttons event won't fire after resizing a Gridview located inside an ASP:UpdatePanel

    Using Visual Studio 2005 / .net framework 2.0 / asp:updatepanel I have a Gridview located inside of an updatePanel. The gridview allows paging however the actual page links are custom because we need a "view all" link. Initial page size is "5" records. Each row of the gridview shows...
    Posted to ASP.NET AJAX UI (Forum) by BobbyFrazier on 08-11-2008, 12:00 AM
    Filed under: "AJAX .NET 2.0", "updatepanel", C#, GridView, linkbutton, "asp.net ajax"
  • Using GetPostBackClientHyperlink to raise OnCommand event of a LinkButton

    Hello, I have a scenario whereby a LinkButton control needs to be called by a client-side HtmlAnchor element in ASP.NET 2.0. I am using the GetPostBackClientHyperlink() method to retrieve the postback JavaScript expected by the LinkButton. I wish to pass an argument to the LinkButton so I use the second...
    Posted to Web Forms (Forum) by WolfyUK on 11-14-2007, 12:00 AM
    Filed under: c#, Client Side Web Development, ClientScriptManager, javascript, LinkButton, ASP.NET 2.0
  • Click event of the LinkButton isn't fire

    Hi, i have user control on web form with master page. The <form> tag is inside the master page. None of the LinkButtons work. What is the problem? This is the form code: <%@ Control Language="C#" AutoEventWireup="true" CodeFile="SmartMenu.ascx.cs" Inherits="Modules_SmartMenu"...
    Posted to Web Forms (Forum) by adama on 08-28-2007, 12:00 AM
    Filed under: c#, event, LinkButton, linkbutton eventhandler firing click, Asp.net2.0, .Net 2.0, ASP.NET web form
  • Session .... with link button .... :-(

    it works fine to create dynamick link button ///// string [] Dist = { "Dhaka" , "Chitagong" , "Rajshahi" , "Khulna" , "Sylhet" , "Borishal" , "Mymensing" , "Netrokona" , "Comilla" , "Jamalpur" }; private void Page_Load( object sender, System. EventArgs e) { for ( int i = 0; i < 10; i++) { LinkButton...
    Posted to Web Forms (Forum) by kamrul3d on 02-01-2007, 12:00 AM
    Filed under: postback event handling, ASP.NET, asp.NET 2.0 C#, ASP.NET 2.0 Client Callback, c#, forms, LinkButton, POST, sesion, ASP.NET 2.0
  • LinkButton: How to get the ID of the sender?

    Hi I have several LinkButtons and I call the same function when I click on one of them. In this function I want to decide what to do depending on the ID of the LinkButton. Does someone know a way how to get Infos about the Sender? Some Link Buttons: < asp : LinkButton ID ="ProcessZH" runat ="server...
    Posted to Web Forms (Forum) by Downbeat on 01-25-2007, 12:00 AM
    Filed under: c#, event, LinkButton
Page 1 of 1 (5 items)