Q
Quinn
Hi,
I have the same problem as this topic posted
http://groups-beta.google.com/group...ent+in+datagrid&rnum=2&hl=en#c0e83f77395fbf64
however, when I copied the code, everything works fine, except the
SelectedIndexchanged event for the radiobuttonlist in the template
column of hte datagrid does not fire.
I wonder if I need to add these two functions to my codebehind page as
well. I thought those two functions are usually added by the code
behind already so I don't have to add them. I am using VB. I am
having a hard time to translate this code to VB code. Thanks very
much!
override protected void OnInit(EventArgs e)
{
InitializeComponent();
base.OnInit(e);
}
private void InitializeComponent()
{
this.Load += new
System.EventHandler(this.Page_Load);
}
I have the same problem as this topic posted
http://groups-beta.google.com/group...ent+in+datagrid&rnum=2&hl=en#c0e83f77395fbf64
however, when I copied the code, everything works fine, except the
SelectedIndexchanged event for the radiobuttonlist in the template
column of hte datagrid does not fire.
I wonder if I need to add these two functions to my codebehind page as
well. I thought those two functions are usually added by the code
behind already so I don't have to add them. I am using VB. I am
having a hard time to translate this code to VB code. Thanks very
much!
override protected void OnInit(EventArgs e)
{
InitializeComponent();
base.OnInit(e);
}
private void InitializeComponent()
{
this.Load += new
System.EventHandler(this.Page_Load);
}