protected override Point ScrollToControl(Control activeControl)
{
return this.AutoScrollPosition;
}
Showing posts with label User Control. Show all posts
Showing posts with label User Control. Show all posts
Monday, July 14, 2008
Wednesday, July 18, 2007
[ASP.Net] Get Object Value from User Control
[C#]
UserControl.FindControl method
TextBox firstNameTextBox = (TextBox) uc1.FindControl("firstNameTextBox");
UserControl.FindControl method
TextBox firstNameTextBox = (TextBox) uc1.FindControl("firstNameTextBox");
Subscribe to:
Comments (Atom)