Re: QueryString - WeOnlyDo Discussion board

Re: QueryString (General questions)

by wodSupport, Monday, August 02, 2004, 23:52 (7200 days ago) @ payensa

I really don't understand. Are we using same version? I just downloaded it from our website and tried using VB.NET, here's my code and results:

[code]Public Class Form1
Inherits System.Windows.Forms.Form

Windows Form Designer generated code

Dim WithEvents Web1 As WODWEBSERVERCOMLib.wodWebServerCom

Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Web1 = New WODWEBSERVERCOMLib.wodWebServerCom
Web1.Start()

End Sub

Private Sub Web1_RequestDone(ByVal User As WODWEBSERVERCOMLib.WebUser) Handles Web1.RequestDone
Console.Out.WriteLine(User.Request.QueryVariables.Count)
Console.Out.WriteLine(User.Request.QueryVariables.ToString)
End Sub
End Class

results:
1
id: 6,7,8,9

[/code]

What could be so different in your version than mine? Do you use IE (this should make no difference but...)

Can you add this line (DebugFile is a hidden property)

[code]Web1.DebugFile = c:\debug.txt [/code]

and then send me debug.txt to techsupport@weonlydo.com ?

Thanks,
Kreso


Complete thread: