Click here to Skip to main content
16,005,734 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionGet FullPath Pin
georgegarvasis15-Nov-07 0:20
georgegarvasis15-Nov-07 0:20 
AnswerRe: Get FullPath Pin
nishkarsh_k15-Nov-07 3:47
nishkarsh_k15-Nov-07 3:47 
QuestionHelp on Using Resources in VB.NET Pin
Dan Suthar15-Nov-07 0:08
professionalDan Suthar15-Nov-07 0:08 
Questionprinting problem using crystal report [modified] Pin
sathyan_829414-Nov-07 21:44
sathyan_829414-Nov-07 21:44 
Questionhow to entry in data grid view Pin
warwarphoo14-Nov-07 21:32
warwarphoo14-Nov-07 21:32 
AnswerRe: how to entry in data grid view Pin
John_Adams15-Nov-07 11:43
John_Adams15-Nov-07 11:43 
GeneralRe: how to entry in data grid view Pin
warwarphoo15-Nov-07 17:46
warwarphoo15-Nov-07 17:46 
QuestionDataGrid_Navigate Event Pin
ejaz_pk14-Nov-07 20:31
ejaz_pk14-Nov-07 20:31 
There is one datagrid and one textbox in my application.The datagrid is bound to the datatable.Now What I want is that when user navigate the datagrid it should show the value of datagrid first colum in textbox.

I am using the following line in the datagrid_navigate event.

textbox.text = datatable.rows(datagrid.currrowindx).item(0).tostring

But the problem is that Datagrid_Navigate event does not fire.

How I can fix this?


Thanks in advance





I am using datagrid in my application which is bound to datatable.

I am trying to use datagrid_navigate event but its not working.

Ejaz
QuestionDatagridView Pin
VB 8.014-Nov-07 20:26
VB 8.014-Nov-07 20:26 
AnswerRe: DatagridView Pin
nishkarsh_k14-Nov-07 20:50
nishkarsh_k14-Nov-07 20:50 
GeneralRe: DatagridView Pin
VB 8.014-Nov-07 22:04
VB 8.014-Nov-07 22:04 
GeneralRe: DatagridView Pin
nishkarsh_k15-Nov-07 3:53
nishkarsh_k15-Nov-07 3:53 
QuestionRead selected data from DataGrid Pin
nishkarsh_k14-Nov-07 20:00
nishkarsh_k14-Nov-07 20:00 
AnswerRe: Read selected data from DataGrid Pin
Paul Conrad28-Nov-07 15:18
professionalPaul Conrad28-Nov-07 15:18 
GeneralRe: Read selected data from DataGrid Pin
nishkarsh_k1-Dec-07 8:39
nishkarsh_k1-Dec-07 8:39 
GeneralRe: Read selected data from DataGrid Pin
Paul Conrad1-Dec-07 8:47
professionalPaul Conrad1-Dec-07 8:47 
QuestionConcurency in vb.net and ado.net Pin
Vimalsoft(Pty) Ltd14-Nov-07 19:25
professionalVimalsoft(Pty) Ltd14-Nov-07 19:25 
AnswerRe: Concurency in vb.net and ado.net Pin
Christian Graus14-Nov-07 19:39
protectorChristian Graus14-Nov-07 19:39 
GeneralRe: Concurency in vb.net and ado.net Pin
Vimalsoft(Pty) Ltd14-Nov-07 19:49
professionalVimalsoft(Pty) Ltd14-Nov-07 19:49 
QuestionInserting a breakpoint in a text file after every 500 characters Pin
Support12314-Nov-07 19:13
Support12314-Nov-07 19:13 
AnswerRe: Inserting a breakpoint in a text file after every 500 characters Pin
Support12315-Nov-07 21:20
Support12315-Nov-07 21:20 
QuestionFacing Error no.1706 while building setup Pin
r_mohd14-Nov-07 18:31
r_mohd14-Nov-07 18:31 
AnswerRe: Facing Error no.1706 while building setup Pin
Vimalsoft(Pty) Ltd14-Nov-07 19:04
professionalVimalsoft(Pty) Ltd14-Nov-07 19:04 
Questionhelp with genetic algorithm for TSP problem Pin
benezuela14-Nov-07 15:48
benezuela14-Nov-07 15:48 
AnswerRe: help with genetic algorithm for TSP problem Pin
Paul Conrad28-Nov-07 15:17
professionalPaul Conrad28-Nov-07 15:17 

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.