Click here to Skip to main content
15,926,596 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: I don't see a data reader in the toolbox? Pin
kenn_rosie3-Jan-06 5:37
kenn_rosie3-Jan-06 5:37 
GeneralRe: I don't see a data reader in the toolbox? Pin
Dave Kreskowiak3-Jan-06 5:48
mveDave Kreskowiak3-Jan-06 5:48 
GeneralRe: I don't see a data reader in the toolbox? Pin
kenn_rosie3-Jan-06 5:52
kenn_rosie3-Jan-06 5:52 
GeneralRe: I don't see a data reader in the toolbox? Pin
Dave Kreskowiak3-Jan-06 6:43
mveDave Kreskowiak3-Jan-06 6:43 
AnswerRe: I don't see a data reader in the toolbox? Pin
Colin Angus Mackay3-Jan-06 5:47
Colin Angus Mackay3-Jan-06 5:47 
GeneralRe: I don't see a data reader in the toolbox? Pin
kenn_rosie3-Jan-06 5:55
kenn_rosie3-Jan-06 5:55 
GeneralRe: I don't see a data reader in the toolbox? Pin
Colin Angus Mackay3-Jan-06 6:40
Colin Angus Mackay3-Jan-06 6:40 
GeneralRe: I don't see a data reader in the toolbox? Pin
kenn_rosie3-Jan-06 6:02
kenn_rosie3-Jan-06 6:02 
Maybe this will help see what I mhave done so far:

I placed a DataGrid on an ASP.NET Web page added the following code:
<asp:datagrid runat="server" id="KennDataGrid">
I placed the code in the HTML form as follows:

<asp:datagrid runat="server" id="KennDataGrid">

Here the id="KennDataGrid will be the name of the DataGrid used when referring to it in our server-side code.
I know I needed to bind data to the DataGrid.
The tutorial said:T
The first thing we need to do is to grab a DataReader containing some database data.

This is all I have done on the project so far. Where I am lost is "grabbing this datareader"they are talking about
GeneralRe: I don't see a data reader in the toolbox? Pin
Colin Angus Mackay3-Jan-06 6:42
Colin Angus Mackay3-Jan-06 6:42 
QuestionHow can i get the system contextmenu of any type files(for example,the *.txt file)? Pin
dyh22223-Jan-06 4:47
dyh22223-Jan-06 4:47 
Questionglitch occurs Pin
tamila_tamila3-Jan-06 2:59
tamila_tamila3-Jan-06 2:59 
AnswerRe: glitch occurs Pin
tamila_tamila3-Jan-06 3:01
tamila_tamila3-Jan-06 3:01 
AnswerRe: glitch occurs Pin
Dave Kreskowiak3-Jan-06 5:29
mveDave Kreskowiak3-Jan-06 5:29 
GeneralRe: glitch occurs Pin
S. Senthil Kumar3-Jan-06 5:44
S. Senthil Kumar3-Jan-06 5:44 
GeneralRe: glitch occurs Pin
Dave Kreskowiak3-Jan-06 6:18
mveDave Kreskowiak3-Jan-06 6:18 
GeneralRe: glitch occurs Pin
tamila_tamila3-Jan-06 19:35
tamila_tamila3-Jan-06 19:35 
QuestionText files and sql server 2000 Pin
fotis-greece3-Jan-06 2:06
fotis-greece3-Jan-06 2:06 
AnswerRe: Text files and sql server 2000 Pin
Colin Angus Mackay3-Jan-06 2:16
Colin Angus Mackay3-Jan-06 2:16 
GeneralRe: Text files and sql server 2000 Pin
fotis-greece3-Jan-06 2:25
fotis-greece3-Jan-06 2:25 
GeneralRe: Text files and sql server 2000 Pin
J4amieC3-Jan-06 2:47
J4amieC3-Jan-06 2:47 
GeneralRe: Text files and sql server 2000 Pin
Colin Angus Mackay3-Jan-06 2:48
Colin Angus Mackay3-Jan-06 2:48 
GeneralRe: Text files and sql server 2000 Pin
fotis-greece3-Jan-06 2:57
fotis-greece3-Jan-06 2:57 
QuestionWeb Service Debugging Problem :( Pin
Sufyan_shani3-Jan-06 1:55
Sufyan_shani3-Jan-06 1:55 
AnswerRe: Web Service Debugging Problem :( Pin
Dave Kreskowiak3-Jan-06 5:25
mveDave Kreskowiak3-Jan-06 5:25 
Questionhow to do authentication and authorisation using login form Pin
ajay bharti3-Jan-06 1:20
ajay bharti3-Jan-06 1:20 

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.