hi
below is the code which i am trying to execute. the function
public void iList_Command(Object objSender,DataGridCommandEventArgs objArgs)
{
test.Text = " Reached here ";
}
Which is an event handler for command button in the data grid is not working. It is not catching the event. so nothing is happening when i am clicking on the button the text for the label is not changing. Anybody can you please tell me where i have done things wrong.
Thank you ,
vijay.
[C#]
<%@ Import Namespace="System.Data.OleDb" %>
<%@ Import Namespace="System.Data" %>
<%@ Page language="c#" Codebehind="WebForm1.aspx.cs" AutoEventWireup="true" Inherits="test.WebForm1" %>
ilearn8
Projects on Work