from the webform i'm doing:
dbc.insert(this, DonorID, formType);
And from the separate code file i'm doing:
public void insert(Control p,int userID, int formType)
{
TextBox tb = (TextBox)(p.FindControl("TextBoxTitle"));
}
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 12 of 12
Threaded View
|
Click Here to Expand Forum to Full Width |