J
Jeff
....still new with vb in visual studio 2005
how can I refer to the name of my .aspx page to use it in code?
E.g., I have a series of .aspx pages and each has a corresponding column in
a database that I wish to access. The column correponsing to each page has
the same name as the page. Rather than type out the column names for each
page individually, I want to do something to automatically refer to the page
name in the code. Something like, me.pagename
Jeff
how can I refer to the name of my .aspx page to use it in code?
E.g., I have a series of .aspx pages and each has a corresponding column in
a database that I wish to access. The column correponsing to each page has
the same name as the page. Rather than type out the column names for each
page individually, I want to do something to automatically refer to the page
name in the code. Something like, me.pagename
Jeff