Hi All,
I've got a sqldatasource bringing back the value (field name: FullName) that I need.
I've got this so far in the code behind
How do I set the title to the value being brought back from the sqldatasource??
Any help would be much appreciated ...
Thanks
Julie
I've got a sqldatasource bringing back the value (field name: FullName) that I need.
I've got this so far in the code behind
Code:
Protected void Page_Load (object sender, EventArgs e)
{
Page.Header.Title =
}
How do I set the title to the value being brought back from the sqldatasource??
Any help would be much appreciated ...
Thanks
Julie