Just wanted to state i think these controls are great!! just having a little trouble adapting.
This is what im trying to do.
This is what im trying to do.
protected void GridView1_SelectedIndexChanged(object sender, EventArgs e)
{
this.TextBox1.Text = GridView1.SelectedRow.Cells[1].Text;
}
but using the new radgrid its different. can someone help? thanks!
-EricPacheco