Click here to Skip to main content
15,896,467 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow can I convert a string value to a color? Pin
JUNEYT17-Mar-07 13:36
JUNEYT17-Mar-07 13:36 
AnswerRe: How can I convert a string value to a color? Pin
Christian Graus17-Mar-07 14:56
protectorChristian Graus17-Mar-07 14:56 
AnswerRe: How can I convert a string value to a color? Pin
Guffa17-Mar-07 15:25
Guffa17-Mar-07 15:25 
QuestionMD5 Pin
al96817-Mar-07 12:27
al96817-Mar-07 12:27 
AnswerRe: MD5 Pin
Christian Graus17-Mar-07 14:56
protectorChristian Graus17-Mar-07 14:56 
GeneralRe: MD5 Pin
al96817-Mar-07 15:53
al96817-Mar-07 15:53 
QuestionHow can I bind data to a database Pin
mghiassi17-Mar-07 6:48
mghiassi17-Mar-07 6:48 
AnswerRe: How can I bind data to a database Pin
Dave Kreskowiak17-Mar-07 7:32
mveDave Kreskowiak17-Mar-07 7:32 
It sounds like you have some misconceptions about how all this works. Post the code you're using to get the data and bind the grid and we'll see if we can straighten it out. Is this an ASP.NET app or Windows Forms?

You don't bind to a stored procedure. You call a stored procedure to return the records you want. The records end up in either a DataTable or some other bindable source. You then bind the grid to that record set.


Dave Kreskowiak
Microsoft MVP - Visual Basic


GeneralRe: How can I bind data to a database Pin
mghiassi19-Mar-07 8:41
mghiassi19-Mar-07 8:41 
GeneralRe: How can I bind data to a database Pin
Dave Kreskowiak19-Mar-07 8:46
mveDave Kreskowiak19-Mar-07 8:46 
QuestionOLEDb provider for Sybase on Framework 1.1 Pin
Muhammad Nauman Yousuf17-Mar-07 6:07
Muhammad Nauman Yousuf17-Mar-07 6:07 
AnswerRe: OLEDb provider for Sybase on Framework 1.1 Pin
Dave Kreskowiak17-Mar-07 7:30
mveDave Kreskowiak17-Mar-07 7:30 
GeneralRe: OLEDb provider for Sybase on Framework 1.1 Pin
Muhammad Nauman Yousuf18-Mar-07 9:22
Muhammad Nauman Yousuf18-Mar-07 9:22 
GeneralRe: OLEDb provider for Sybase on Framework 1.1 Pin
Dave Kreskowiak18-Mar-07 12:01
mveDave Kreskowiak18-Mar-07 12:01 
QuestionHow to browse Active Directory from VB.Net Pin
®ol@nd17-Mar-07 4:25
®ol@nd17-Mar-07 4:25 
Answer[Message Deleted] Pin
Mudsoad17-Mar-07 7:25
Mudsoad17-Mar-07 7:25 
GeneralRe: How to browse Active Directory from VB.Net Pin
®ol@nd17-Mar-07 9:26
®ol@nd17-Mar-07 9:26 
GeneralRe: How to browse Active Directory from VB.Net Pin
Mudsoad17-Mar-07 21:36
Mudsoad17-Mar-07 21:36 
GeneralRe: How to browse Active Directory from VB.Net Pin
®ol@nd18-Mar-07 2:07
®ol@nd18-Mar-07 2:07 
GeneralRe: How to browse Active Directory from VB.Net Pin
Mudsoad18-Mar-07 5:15
Mudsoad18-Mar-07 5:15 
GeneralRe: How to browse Active Directory from VB.Net Pin
Dave Kreskowiak18-Mar-07 5:47
mveDave Kreskowiak18-Mar-07 5:47 
GeneralRe: How to browse Active Directory from VB.Net Pin
®ol@nd18-Mar-07 8:47
®ol@nd18-Mar-07 8:47 
GeneralRe: How to browse Active Directory from VB.Net Pin
®ol@nd18-Mar-07 9:52
®ol@nd18-Mar-07 9:52 
GeneralRe: How to browse Active Directory from VB.Net [modified] Pin
Dave Kreskowiak18-Mar-07 11:54
mveDave Kreskowiak18-Mar-07 11:54 
GeneralRe: How to browse Active Directory from VB.Net Pin
®ol@nd25-Mar-07 7:23
®ol@nd25-Mar-07 7:23 

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.