Forum: VB.NET Jul 9th, 2009 |
| Replies: 2 Views: 216 I think you are very new to asp.net. This would help you a lot.
http://www.w3schools.com/ASPNET/default.asp
Code for your need.
Partial Class _Default
Inherits System.Web.UI.Page |
Forum: VB.NET Jun 16th, 2009 |
| Replies: 5 Views: 842 Unlike, windows services, windows applications need user to be logged on before it can be run. So, I think it is not possible to log on the user using vb.net windows applications.
If you are just... |
Forum: VB.NET Jun 15th, 2009 |
| Replies: 16 Views: 743 I think your SQL string is not well formatted. This is correct, I think.
com.CommandText = "insert into Watches values(" & txtWatchId.Text & ",'" & txtWatchBrand.Text & "','" & _... |
Forum: VB.NET Jun 14th, 2009 |
| Replies: 1 Views: 447 Make sure that your firewall is not blocking any remote MS SQL connection ports and your MS SQL server is online and accepting the remote connections. Here are the trouble shooting directions.
... |