Controle CMD Using Asp.net?
May 25, 2011
i have a server running a game server in cmd.exe, I also use that server to hold asp.net website. write VB / C# code, so that i can use the website to input commands into the cmd console.the website will be on the game server
View 1 Replies
Aug 22, 2010
i want to know how to resize my form contols when size of form is changed ?
View 1 Replies
Apr 4, 2009
On the page so far i have 4 text fields and a label and a button the page works up until i put the code in for the submit button then i get this error. BC30451: Name 'labelMessage' is not declared.
The code is Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click
Line 9: If Page.IsValid Then
[code].....
View 6 Replies