Category: Event

  • LinkButton ,Label inside Repeater – ASP.NET

    Hello All Today I will show you how to fireĀ  Link Button’s event with argument and initialize a label inside of a repeater. To do that first we have to take LinkButton and a Label control inside the ItemTemplate of the repeater. Then we have to initialize the the Label from OnItemDataBound event of the […]

  • Custom Event in .NET

    Hello All, Today I will try to deliberate my experience on custom event creation in .NET , Actually I was trying to find something like hands on for event creation in .NET application, suddenly I got a quick help from one of my brother Sadique, who helped me out to resolve the thirst. We are […]