I want to add simple text to my query string
Page.Title = Request.QueryString("UserName")
This code puts the UserName in the title.
I would like the title to look like this:
WEBSITE.COM UserName
Thanks for any help constructing this string
Go to the complete details ...