Wednesday, January 2, 2013

Get Current Page Name in ASP.NET


Use below code to get the current page name.

string pageName= Page.GetType().Name;


No comments:
Write comments
Recommended Posts × +