Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.71K
~120 People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for mikefitz

Hi man i will post this to help you in the situation Here's the code for the parent page: [code=asp.net] [COLOR=blue]public[/COLOR] [COLOR=blue]class[/COLOR] Default : Page { [COLOR=blue]protected[/COLOR] TextBox txtFirstName; [COLOR=blue]protected[/COLOR] TextBox txtLastName; [COLOR=blue]protected[/COLOR] Label Label1; [COLOR=blue]protected[/COLOR] Label Label2; [COLOR=blue]protected[/COLOR] HyperLink HyperLink1; [COLOR=blue]private[/COLOR] [COLOR=blue]void[/COLOR] Page_Load([COLOR=blue]object[/COLOR] sender, EventArgs e) { [COLOR=green]//create our …

Member Avatar for shatnawi
0
120

The End.