Click here to Skip to main content
15,892,674 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: To parse a string which is in a specific format Pin
zaimah2-Apr-08 21:35
zaimah2-Apr-08 21:35 
GeneralRe: To parse a string which is in a specific format Pin
josephng2-Apr-08 22:13
josephng2-Apr-08 22:13 
GeneralRe: To parse a string which is in a specific format Pin
zaimah2-Apr-08 22:22
zaimah2-Apr-08 22:22 
GeneralRe: To parse a string which is in a specific format Pin
Dave Kreskowiak3-Apr-08 3:31
mveDave Kreskowiak3-Apr-08 3:31 
GeneralRe: To parse a string which is in a specific format Pin
Colin Angus Mackay2-Apr-08 22:51
Colin Angus Mackay2-Apr-08 22:51 
GeneralRe: To parse a string which is in a specific format Pin
josephng3-Apr-08 19:55
josephng3-Apr-08 19:55 
QuestionHow to Bind Controls in GridView in VB.Net or C#.Net (Windows Application) Pin
Vignesh Krishnan2-Apr-08 18:42
Vignesh Krishnan2-Apr-08 18:42 
GeneralRe: How to Bind Controls in GridView in VB.Net or C#.Net (Windows Application) Pin
Krishnraj2-Apr-08 20:37
Krishnraj2-Apr-08 20:37 
Hi,

u can do it using below code.

Note: ds means DataSet
If ds.Tables(0).Rows.Count > 0 Then
            GridView1.DataSource = ds.Tables(0)
        Else
            MsgBox("No data found!!", vbCritical + vbOKOnly)
        End If
        ds.Dispose()


cheers!!!!!!!!!!

regards,

Rana Krishnraj

GeneralRe: How to Bind Controls in GridView in VB.Net or C#.Net (Windows Application) Pin
Vignesh Krishnan2-Apr-08 22:58
Vignesh Krishnan2-Apr-08 22:58 
GeneralRe: How to Bind Controls in GridView in VB.Net or C#.Net (Windows Application) Pin
Dave Kreskowiak3-Apr-08 3:29
mveDave Kreskowiak3-Apr-08 3:29 
GeneralRe: How to Bind Controls in GridView in VB.Net or C#.Net (Windows Application) Pin
Vignesh Krishnan3-Apr-08 20:04
Vignesh Krishnan3-Apr-08 20:04 
GeneralRe: How to Bind Controls in GridView in VB.Net or C#.Net (Windows Application) Pin
Dave Kreskowiak4-Apr-08 3:04
mveDave Kreskowiak4-Apr-08 3:04 
Questionsearch a range of data by date to display in datagrid view Pin
zaimah2-Apr-08 16:49
zaimah2-Apr-08 16:49 
GeneralRe: search a range of data by date to display in datagrid view Pin
Dave Kreskowiak3-Apr-08 3:27
mveDave Kreskowiak3-Apr-08 3:27 
QuestionRe: search a range of data by date to display in datagrid view Pin
zaimah3-Apr-08 14:43
zaimah3-Apr-08 14:43 
GeneralRe: search a range of data by date to display in datagrid view Pin
Dave Kreskowiak4-Apr-08 5:15
mveDave Kreskowiak4-Apr-08 5:15 
QuestionRe: search a range of data by date to display in datagrid view Pin
zaimah6-Apr-08 14:55
zaimah6-Apr-08 14:55 
Questionhow to get URL of already running firefox in vb.net application Pin
bhavin12302-Apr-08 16:38
bhavin12302-Apr-08 16:38 
AnswerRe: how to get URL of already running firefox in vb.net application Pin
Richard Andrew x642-Apr-08 17:34
professionalRichard Andrew x642-Apr-08 17:34 
GeneralRe: how to get URL of already running firefox in vb.net application Pin
bhavin12302-Apr-08 17:51
bhavin12302-Apr-08 17:51 
GeneralRe: how to get URL of already running firefox in vb.net application Pin
Richard Andrew x642-Apr-08 18:00
professionalRichard Andrew x642-Apr-08 18:00 
AnswerRe: how to get URL of already running firefox in vb.net application Pin
bhavin12303-Apr-08 16:31
bhavin12303-Apr-08 16:31 
GeneralApplication Licensing Pin
Mitch F.2-Apr-08 12:46
Mitch F.2-Apr-08 12:46 
GeneralRe: Application Licensing Pin
Thomas Stockwell2-Apr-08 15:27
professionalThomas Stockwell2-Apr-08 15:27 
GeneralRe: Application Licensing Pin
Richard Andrew x642-Apr-08 17:40
professionalRichard Andrew x642-Apr-08 17:40 

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.