or
private
void
gridNegara_CellClick(
object
sender, GridViewCellEventArgs e)
{
int
i = gridNegara.CurrentRow.Index;
txtKodeNeg.Text = (gridNegara.Rows[i].Cells[0].Value).ToString();
txtNamaNeg.Text = (gridNegara.Rows[i].Cells[1].Value).ToString();
txtIbuKotaNeg.Text = (gridNegara.Rows[i].Cells[2].Value).ToString();
}
Telerik.WinControls.
ElementVisibility.Collapsed;
then I want to show the ribbon tab based on code. No matter what I try I cann't seem to get it to work.
Thanks for the help
umm i tried to change the title to Tab but it wont let me :P