I'm not sure what it is called that I'm after, but I'll do my best to describe it... :)
I have a database with hundreds of records. When I look at the details of a record (details are views in either a FormVIew or ListView). At the top of the browser, in the TAG area, I think, is displayed:
"My Site - Inventory: Item Details".
What I want to do is extend this TAG so that the Item Name is displayed like so:
"My Site - Inventory: Item Details - Part Name Here"
All my items are in SQL 2008 database.
How do I do this using C# with 3.5 .net?
Thank you.