Search Results

4
votes
5answers
234 views

submitting form programmatically

Hi guys, Im trying to submit a specific form programatically, but I allways get the initial page back. I must be doing something wrong or missing something here. Im sending the session cook …
1
vote
4answers
567 views

Multiple SQL Server connection strings in app.config file

Hi guys, I'm interested in displaying in a Windows Forms app a list of N radio buttons for the user to choose a target database server. I would like to add the SQL Server connection strings …
0
votes

submitting form programmatically

Hi Gents, I have cracked it. It seems that the .NET server does not like me changing the Status and the Session at the same time. It works if i change the "ddlStatus" from: …