Forum: C# Jul 30th, 2009 |
| Replies: 2 Views: 325 in your select statement are you retrieving that value? if yes verify you have autogeneratecolumns to false you have to create a bound column manually for the primary field and also you can set the... |
Forum: C# May 8th, 2009 |
| Replies: 2 Views: 999 i do this to get the current computer maybe look for something like this.
Dim IPAddress as String = Request.ServerVariables.Get("REMOTE_ADDR")
that is vb, c# is almost the same. |