Thanks Burningice for your reply.
I'm working on a Store App which needs a URL pattern like [../product/product-name]. To make it simple, I can use .GetPathInfo() method to get parameters and query it against DB. Now what I want to accomplish is to change the Page title. If I'm not wrong, I must inject value inside <title></title>.
I tried to set value with LoadUserControl function to load ASP User control but it returns an Empty String value.
What are the possible solutions ?
Thanks in advance.
I'm working on a Store App which needs a URL pattern like [../product/product-name]. To make it simple, I can use .GetPathInfo() method to get parameters and query it against DB. Now what I want to accomplish is to change the Page title. If I'm not wrong, I must inject value inside <title></title>.
I tried to set value with LoadUserControl function to load ASP User control but it returns an Empty String value.
What are the possible solutions ?
Thanks in advance.