Sunday, March 11, 2012

TabContainer/TabPanel and the controls inside the tabs

Not sure if this helps, but this is how I set some of my TabPanel TextBoxes on PageLoad...

((

TextBox)TabPanel2.FindControl("TextBoxTaskStartDate")).Text =Convert.ToDateTime(dataSet.Tables[0].Rows[0]["taskStartDate"].ToString()).ToShortDateString();

No comments:

Post a Comment