S
simon
hello. relatively new to vb.net, i'm using VS 2003 and .net 2.0
i have a web app that i'm i have a user control that displays a simple
1 row table as the header of the page. the user control takes one
input variable, the string that will be displayed as the title of the
page. example call:
<uc1:Header runat=server ID="ucHeader" Title="Home Page" />
what i am looking to do on a certain page is have the "title" value be
dynamic, in that i will pull the string from the database and pass
that to the user control.
i have the process working just fine if i'm passing it into a label,
but the user control is not receiving the setting of this value. i'm
assuming that controls on a page are process first before the page.
how would i do this? example code would be very much appreciated!!
thank you.
i have a web app that i'm i have a user control that displays a simple
1 row table as the header of the page. the user control takes one
input variable, the string that will be displayed as the title of the
page. example call:
<uc1:Header runat=server ID="ucHeader" Title="Home Page" />
what i am looking to do on a certain page is have the "title" value be
dynamic, in that i will pull the string from the database and pass
that to the user control.
i have the process working just fine if i'm passing it into a label,
but the user control is not receiving the setting of this value. i'm
assuming that controls on a page are process first before the page.
how would i do this? example code would be very much appreciated!!
thank you.