RadioButtonList in Datagrid event does not fire

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);
}
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,482
Members
44,901
Latest member
Noble71S45

Latest Threads

Top