A
]-[aTc]-[
How do I fire a
private void myTabStrip_SelectedIndexChange(object sender, System.EventArgs
e) to fire again?
I have a post back to my if statment and i have this ...
if(Request["contactID"] != null)
{
divContact.Attributes["class"] = "ShowContact";
myTabStrip.SelectedIndex = 1;
}
I need to have this fire again with the index of 1 to refresh that data
grid.
Thanks
--Mike
private void myTabStrip_SelectedIndexChange(object sender, System.EventArgs
e) to fire again?
I have a post back to my if statment and i have this ...
if(Request["contactID"] != null)
{
divContact.Attributes["class"] = "ShowContact";
myTabStrip.SelectedIndex = 1;
}
I need to have this fire again with the index of 1 to refresh that data
grid.
Thanks
--Mike