Click here to Skip to main content
15,904,153 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
GeneralRe: How to browse Active Directory from VB.Net Pin
®ol@nd25-Mar-07 8:28
®ol@nd25-Mar-07 8:28 
GeneralRe: How to browse Active Directory from VB.Net Pin
Dave Kreskowiak26-Mar-07 15:50
mveDave Kreskowiak26-Mar-07 15:50 
QuestionProblem - openning PDF file in visual basic Pin
mgbalaji17-Mar-07 2:47
mgbalaji17-Mar-07 2:47 
AnswerRe: Problem - openning PDF file in visual basic Pin
Christian Graus17-Mar-07 3:51
protectorChristian Graus17-Mar-07 3:51 

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.