Click here to Skip to main content
15,919,245 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Garbage Collection In VB.Net Pin
Colin Angus Mackay9-Jan-06 22:34
Colin Angus Mackay9-Jan-06 22:34 
GeneralRe: Garbage Collection In VB.Net Pin
kpr_psna10-Jan-06 0:12
kpr_psna10-Jan-06 0:12 
GeneralRe: Garbage Collection In VB.Net Pin
Dave Kreskowiak10-Jan-06 4:14
mveDave Kreskowiak10-Jan-06 4:14 
AnswerRe: Garbage Collection In VB.Net Pin
Guffa9-Jan-06 22:32
Guffa9-Jan-06 22:32 
GeneralRe: Garbage Collection In VB.Net Pin
kpr_psna10-Jan-06 0:13
kpr_psna10-Jan-06 0:13 
AnswerRe: Garbage Collection In VB.Net Pin
Guffa10-Jan-06 7:18
Guffa10-Jan-06 7:18 
QuestionUser Defined query Pin
Landon Spann9-Jan-06 11:40
Landon Spann9-Jan-06 11:40 
AnswerRe: User Defined query Pin
Dave Kreskowiak9-Jan-06 12:23
mveDave Kreskowiak9-Jan-06 12:23 
What is this TextBox2 suppose to show? I hope it's not data because you haven't executed a query to return any.

But, to fix your SELECT statemnet and actually put the value of TextBox1 into the SELECT statement:
SqlDataSource1.SelectCommand="select * from EMPMST where EMP_SSN='" & TextBox1.Text & "'"

You don't need to put the .ToString() on the end of the TextBox1.Text statement because Text returns a String! Why try to convert a String to a String???

I would highly suggest picking up a book on VB.NET and SQL to get the basics down. There's a lot of misunderstandings coming through in your code. Way too many to discuss in the any forum.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: User Defined query Pin
Colin Angus Mackay9-Jan-06 21:06
Colin Angus Mackay9-Jan-06 21:06 
GeneralRe: User Defined query Pin
Dave Kreskowiak10-Jan-06 2:57
mveDave Kreskowiak10-Jan-06 2:57 
GeneralRe: User Defined query Pin
Landon Spann10-Jan-06 4:00
Landon Spann10-Jan-06 4:00 
GeneralRe: User Defined query Pin
Dave Kreskowiak10-Jan-06 11:37
mveDave Kreskowiak10-Jan-06 11:37 
GeneralRe: User Defined query Pin
Landon Spann11-Jan-06 4:01
Landon Spann11-Jan-06 4:01 
AnswerRe: User Defined query Pin
Christian Graus9-Jan-06 12:33
protectorChristian Graus9-Jan-06 12:33 
QuestionTab page issues Pin
eatwork9-Jan-06 10:04
eatwork9-Jan-06 10:04 
AnswerRe: Tab page issues Pin
Christian Graus9-Jan-06 11:56
protectorChristian Graus9-Jan-06 11:56 
GeneralRe: Tab page issues Pin
eatwork9-Jan-06 12:43
eatwork9-Jan-06 12:43 
GeneralRe: Tab page issues Pin
Christian Graus9-Jan-06 12:45
protectorChristian Graus9-Jan-06 12:45 
GeneralRe: Tab page issues Pin
eatwork12-Jan-06 6:06
eatwork12-Jan-06 6:06 
QuestionShutdown Parameters Pin
Adam6669-Jan-06 9:34
Adam6669-Jan-06 9:34 
AnswerRe: Shutdown Parameters Pin
ToddHileHoffer9-Jan-06 10:02
ToddHileHoffer9-Jan-06 10:02 
GeneralRe: Shutdown Parameters Pin
Colin Angus Mackay9-Jan-06 12:07
Colin Angus Mackay9-Jan-06 12:07 
AnswerRe: Shutdown Parameters Pin
Colin Angus Mackay9-Jan-06 12:06
Colin Angus Mackay9-Jan-06 12:06 
AnswerRe: Shutdown Parameters Pin
Dave Kreskowiak9-Jan-06 12:15
mveDave Kreskowiak9-Jan-06 12:15 
QuestionFinding records matching values between 2 parameterized values? Pin
Erwin_Br9-Jan-06 9:12
Erwin_Br9-Jan-06 9:12 

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.