|
himself (m)
|
Please can any one send me how to encode the url using asp.net c# and please i want to know how to cal an authentication or login page before opening a webpage thanx
|
|
|
|
|
|
Cactus (m)
|
read your book
|
|
|
|
|
|
sbucareer (f)
|

Wasn't that a little hashcode, Cactus?
|
|
|
|
|
|
kenshin (m)
|
What kind of authentication do u want to use? forms or windows security?
|
|
|
|
|
|
chilele (m)
|
hallo sbucareer, i wrote you a mail concerning CCNA materials but you did not reply me, please kimdly help me out. my email is charles4at@yahoo.co.uk
|
|
|
|
|
|
sbucareer (f)
|
Sorry chilele, I have just sent it to you.
|
|
|
|
|
|
Viper (m)
|
read your book
lmao! cactus take it easy jo. chilele, it should just be a method call naw, just like in java. check the api.
|
|
|
|
|
|
watson
|
Hay guys i am new here, i am in need of CCNA reading\practice materials so as to pass the exam.the one my guy sent to my box was 10MB and i could not download it please kindly host it here and notify me on barristerbott@yahoo.com. thanks guys
|
|
|
|
|
|
Zahymaka (m)
|
If you want to encode a url just call
HttpUtility.UrlEncode('your url');
Ensure you have a reference to System.Web at the top of your file ie:
using System.Web;
If I have time later I'll show you how to force a login page using web.config and a login page of your choice.
|
|
|
|
|
|