Click here to Skip to main content
15,913,722 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: VB .NET Interoperability Pin
nlarson117-Nov-06 7:58
nlarson117-Nov-06 7:58 
QuestionNetwork Programming Pin
Nakul Sharma7-Nov-06 3:02
Nakul Sharma7-Nov-06 3:02 
AnswerRe: Network Programming Pin
coolestCoder7-Nov-06 3:42
coolestCoder7-Nov-06 3:42 
AnswerRe: Network Programming Pin
Yona Low7-Nov-06 4:37
Yona Low7-Nov-06 4:37 
GeneralRe: Network Programming Pin
Nakul Sharma8-Nov-06 0:56
Nakul Sharma8-Nov-06 0:56 
GeneralRe: Network Programming Pin
Yona Low8-Nov-06 16:34
Yona Low8-Nov-06 16:34 
AnswerRe: Network Programming Pin
MyAccountDied7-Nov-06 19:14
MyAccountDied7-Nov-06 19:14 
QuestionIs this possible Pin
Pete Newman7-Nov-06 2:49
Pete Newman7-Nov-06 2:49 
Running vs2005 ( vb.net )

im trying to write an intranet app and one of the problems im comming up against is displaying data retrieved from a SQl Select query and displaying one record in text boxes much the same style as the old VB6.

I welcome any suggestion and examples please.

current pageload code
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
Dim sqlConn As New SqlClient.SqlConnection
Dim sqlCommand As New SqlClient.SqlCommand
Dim SqlReader As SqlClient.SqlDataReader
Try
sqlConn = New SqlClient.SqlConnection(System.Configuration.ConfigurationManager.AppSettings("SQLConnectStr"))
sqlCommand = New SqlClient.SqlCommand("Select * from Bossdata.dbo.clientadmin")
SqlReader = sqlCommand.ExecuteReader
Catch ex As Exception
' Code for error trapping goes here
End Try
End Sub


thanks in advance

I really do need help..... all this computer stuff is way over my head !!

Questionchange permission in registry Pin
ingsgr01@gmail.com7-Nov-06 2:16
ingsgr01@gmail.com7-Nov-06 2:16 
AnswerRe: change permission in registry Pin
Yona Low7-Nov-06 4:32
Yona Low7-Nov-06 4:32 
QuestionSystem.InvalidCastException was unhandled by user code Pin
binujeesman7-Nov-06 0:21
binujeesman7-Nov-06 0:21 
Questionadding schema table in treeview Pin
nbulut6-Nov-06 23:34
nbulut6-Nov-06 23:34 
Questionvb 6.0 Pin
sukhchain singh6-Nov-06 22:40
sukhchain singh6-Nov-06 22:40 
AnswerRe: vb 6.0 Pin
Christian Graus6-Nov-06 22:49
protectorChristian Graus6-Nov-06 22:49 
AnswerRe: vb 6.0 Pin
ChandraRam7-Nov-06 0:54
ChandraRam7-Nov-06 0:54 
AnswerHOMEWORK Pin
leckey7-Nov-06 2:32
leckey7-Nov-06 2:32 
Questionnvb6.0 Pin
sukhchain singh6-Nov-06 22:37
sukhchain singh6-Nov-06 22:37 
AnswerRe: nvb6.0 Pin
Christian Graus6-Nov-06 22:46
protectorChristian Graus6-Nov-06 22:46 
GeneralRe: nvb6.0 Pin
Paul Conrad7-Nov-06 6:57
professionalPaul Conrad7-Nov-06 6:57 
AnswerHOMEWORK Pin
leckey7-Nov-06 2:32
leckey7-Nov-06 2:32 
Question,filling a grid at run time in windows application Pin
samerh6-Nov-06 21:53
samerh6-Nov-06 21:53 
AnswerRe: ,filling a grid at run time in windows application Pin
Christian Graus6-Nov-06 21:57
protectorChristian Graus6-Nov-06 21:57 
JokeRe: ,filling a grid at run time in windows application Pin
coolestCoder6-Nov-06 22:48
coolestCoder6-Nov-06 22:48 
Questionwhat is boxing in Concept in .net? Pin
PavanPareta6-Nov-06 21:37
PavanPareta6-Nov-06 21:37 
AnswerRe: what is boxing in Concept in .net? Pin
Christian Graus6-Nov-06 21:58
protectorChristian Graus6-Nov-06 21:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.