Hello,
I am writing a class which i want to be language independant (ie, asp.net 2.0 or vb.net 2005) but i need to do an urlencode inside, i know in asp.net 2.0 have Server.URLEncode to convert input into URL encoding, but how can i do that in VB.net??? that the place i am creating my class. I have no access to Server.URLEncode() in VB.net... help???
Thanks,
Alan,