Archive for the ‘Event’ Category

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 repeater. In the following code blocks its shown how to perform the job. Following is my Default.aspx file: <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs"...

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 going to create a custom control where we will define our event class and event handler.To do that first take a  user control named InputControl.ascx  . The ascx page is...
Page 1 of 1712345NextLast »