Logo 
Search:

Asp.net Answers

Ask Question   UnAnswered
Home » Forum » Asp.net       RSS Feeds
  Question Asked By: Grant Young   on Nov 30 In Asp.net Category.

  
Question Answered By: James Evans   on Nov 30

your code suggests you have your Properties defined in your page
load ?? that's wrong .. define them in your variables declaration.

don't know if this will make a difference


private void Page_Load(object sender, System.EventArgs e)
userObj.generateUser()
bla...

public string name
{
get
{
return userObj.name;
}
}


Also I have done a little project that will help you, if not confuse you,
involving asxc, customcontrols etc ... and at no point does it fail to get
to the control's variable.
It should alos give you some food for thought.

Give it five mins to allow me to zip it and upload it.

Share: 

 

This Question has 7 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Getting data from the header control Or get search suggestion and latest updates.


Tagged: