-----------------------------------------------------------

New Message on BDOTNET

-----------------------------------------------------------
From: Pandurang_Nayak
Message 5 in Discussion


 
Some other ways - not the ideal ones - is to 
do this:
1. have folder structures for every small 
sub-module you can make out of your project. 
2. have default.aspx in each of the folders. 
so you can link directly to the folder and not to the default.aspx page - which 
means you are not showing the page name anywhere.
3. querystrings can be passed to the folder 
directly, but you could also just avoid querystrings totally using FORM 
posts.
 
Frames - people have already mentioned, 
though it is possible to get the page name and querystring params even if you 
are using frames. this is possible by a simple right-click and properties. and 
no, even if you block right-click, it is possible.
 
Have a page - say default.aspx - which takes 
one long querystring parameter which is an encrypted string (some encryption 
algo of your own would do). the default.aspx just decodes this info and gets the 
page name and querystring params and does a server.execute of that page.  
This means the user is always seeing default.aspx with a long 
querystring.
 
rgds
pandurang

-----------------------------------------------------------

To stop getting this e-mail, or change how often it arrives, go to your E-mail 
Settings.
http://groups.msn.com/BDOTNET/_emailsettings.msnw

Need help? If you've forgotten your password, please go to Passport Member Services.
http://groups.msn.com/_passportredir.msnw?ppmprop=help

For other questions or feedback, go to our Contact Us page.
http://groups.msn.com/contact

If you do not want to receive future e-mail from this MSN group, or if you received 
this message by mistake, please click the "Remove" link below. On the pre-addressed 
e-mail message that opens, simply click "Send". Your e-mail address will be deleted 
from this group's mailing list.
mailto:[EMAIL PROTECTED]

Reply via email to