structure

  • Thread starter Thread starter Muhammad Sheikh
  • Start date Start date
M

Muhammad Sheikh

what is the best way of sharing a structure among different pages of my
asp.net application?
 
Hi,

Try putting the Structure in a separate file to your web pages and making it
'public static' (or 'Public Shared' in VB.NET).

James
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top