Click here to Skip to main content
15,885,921 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: thanx for the answers, however... Pin
tim sayre26-Apr-12 15:53
tim sayre26-Apr-12 15:53 
QuestionEntity Framework - Mapping 1 to Many Pin
nlarson1125-Apr-12 2:33
nlarson1125-Apr-12 2:33 
AnswerRe: Entity Framework - Mapping 1 to Many Pin
Richard MacCutchan25-Apr-12 2:38
mveRichard MacCutchan25-Apr-12 2:38 
AnswerRe: Entity Framework - Mapping 1 to Many Pin
Mycroft Holmes25-Apr-12 14:21
professionalMycroft Holmes25-Apr-12 14:21 
GeneralRe: Entity Framework - Mapping 1 to Many Pin
nlarson1126-Apr-12 4:05
nlarson1126-Apr-12 4:05 
QuestionDisplay databse table row to gridview Pin
Iamateur25-Apr-12 2:33
Iamateur25-Apr-12 2:33 
QuestionRe: Display databse table row to gridview Pin
Eddy Vluggen25-Apr-12 5:11
professionalEddy Vluggen25-Apr-12 5:11 
QuestionRetrieve record from database and display it in text box Pin
Iamateur25-Apr-12 2:27
Iamateur25-Apr-12 2:27 
How to retrieve the particular column row to the text box?
I mean how to display it in textbox?
The column has got different rows.
The code I wrote in vb net is :

cmd = New SqlCommand("select ida from Issue where aname='" + TextBox3.Text + "'", con)
In the above line I compare the textbox3 data in the table.
And if the data matches then it should display the ida column record that matches with aname row record to textbox4.

I am doing something wrong for sure as I wrote it in this way:
textbox4.text=cmd.ToString.

The above line din't give any error and it din't show anything in textbox4 also.

So ,how to display it?
AnswerRe: Retrieve record from database and display it in text box Pin
David Mujica25-Apr-12 4:03
David Mujica25-Apr-12 4:03 
QuestionDatagridview Pin
ianshack24-Apr-12 14:46
ianshack24-Apr-12 14:46 
AnswerRe: Datagridview Pin
VJ Reddy24-Apr-12 16:36
VJ Reddy24-Apr-12 16:36 
QuestionCompile Date and Time Pin
Fred Andres24-Apr-12 12:22
Fred Andres24-Apr-12 12:22 
AnswerRe: Compile Date and Time Pin
Dave Kreskowiak24-Apr-12 15:44
mveDave Kreskowiak24-Apr-12 15:44 
AnswerRe: Compile Date and Time Pin
Luc Pattyn24-Apr-12 15:46
sitebuilderLuc Pattyn24-Apr-12 15:46 
QuestionSuitable tool for creating app Pin
Crawj23-Apr-12 2:05
Crawj23-Apr-12 2:05 
AnswerRe: Suitable tool for creating app Pin
Simon_Whale23-Apr-12 2:36
Simon_Whale23-Apr-12 2:36 
QuestionLocal Chat Rooms Pin
Midnight Ahri22-Apr-12 22:54
Midnight Ahri22-Apr-12 22:54 
AnswerRe: Local Chat Rooms Pin
Eddy Vluggen23-Apr-12 0:13
professionalEddy Vluggen23-Apr-12 0:13 
GeneralRe: Local Chat Rooms Pin
Midnight Ahri23-Apr-12 16:24
Midnight Ahri23-Apr-12 16:24 
AnswerRe: Local Chat Rooms Pin
Eddy Vluggen24-Apr-12 4:56
professionalEddy Vluggen24-Apr-12 4:56 
AnswerRe: Local Chat Rooms Pin
sixth8924-Apr-12 9:47
sixth8924-Apr-12 9:47 
GeneralRe: Local Chat Rooms Pin
Dave Kreskowiak24-Apr-12 15:45
mveDave Kreskowiak24-Apr-12 15:45 
QuestionHow to remove a handle or dll (xyz.exe) from winlogon.exe? Pin
metagoth22-Apr-12 19:33
metagoth22-Apr-12 19:33 
AnswerRe: How to remove a handle or dll (xyz.exe) from winlogon.exe? Pin
Eddy Vluggen23-Apr-12 0:15
professionalEddy Vluggen23-Apr-12 0:15 
GeneralRe: How to remove a handle or dll (xyz.exe) from winlogon.exe? Pin
metagoth24-Apr-12 19:42
metagoth24-Apr-12 19:42 

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.