S
Sara T.
Friend,
Does ASP.NET (VB.NET) have some functions to remove some parameter from UTL
?
Such as
http://www.abc.com?param1=123¶m2=234¶m3=345
I need to remove param1 and param2 from this URL, so that should be:
http://www.abc.com?param3=345
Thanks for advance.
Does ASP.NET (VB.NET) have some functions to remove some parameter from UTL
?
Such as
http://www.abc.com?param1=123¶m2=234¶m3=345
I need to remove param1 and param2 from this URL, so that should be:
http://www.abc.com?param3=345
Thanks for advance.