Hi all,
I am using asp.net with vb.net and creating linkbutton dynamically during run time.
I need to add a handler for all these buttons.
Plz tell me how to add one event handler for all the link buttons.


this is the function i am using

Protected Sub linkbutton4_Command(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.CommandEventArgs) Handles linkbutton4.Command

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.