This code looks ok. You need to make sure that test is declared as a string and you may need to import System.Web into the class. You might also need to add a reference to System.Web if you don't have one already. Imports System.Web Dim test As String test
= HttpContext.Current.Request.Form.ToString()
Tim McBride
This posting is provided "AS IS" with no warranties, and confers no rights.
Hi Timmcb, thanks for your reply. I found out, that VS fooled me. The fact that this method was not in the list did obviously not mean, it isn't there :-) Wombel
__________________________________________
Thomas Wrobel
waslos.de
wombel
Member
295 Points
71 Posts
Form.ToString in VB?
Sep 18, 2003 01:26 PM|LINK
Thomas Wrobel
waslos.de
timmcb
Contributor
2379 Points
471 Posts
Microsoft
Re: Form.ToString in VB?
Sep 19, 2003 08:30 AM|LINK
This posting is provided "AS IS" with no warranties, and confers no rights.
wombel
Member
295 Points
71 Posts
Re: Form.ToString in VB?
Sep 19, 2003 12:28 PM|LINK
Thomas Wrobel
waslos.de