Click here to Skip to main content
15,914,447 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: what is handle in .net Pin
Christian Graus14-Feb-07 0:35
protectorChristian Graus14-Feb-07 0:35 
AnswerRe: what is handle in .net Pin
Thomas Stockwell15-Feb-07 14:26
professionalThomas Stockwell15-Feb-07 14:26 
Questionhow could I use the values of the dataGrid Pin
costavo13-Feb-07 23:52
costavo13-Feb-07 23:52 
AnswerRe: how could I use the values of the dataGrid Pin
Marcus J. Smith14-Feb-07 2:09
professionalMarcus J. Smith14-Feb-07 2:09 
AnswerRe: how could I use the values of the dataGrid Pin
Rahul Appu14-Feb-07 2:12
Rahul Appu14-Feb-07 2:12 
GeneralRe: how could I use the values of the dataGrid Pin
costavo14-Feb-07 2:19
costavo14-Feb-07 2:19 
QuestionRe: how could I use the values of the dataGrid Pin
costavo14-Feb-07 2:32
costavo14-Feb-07 2:32 
AnswerRe: how could I use the values of the dataGrid Pin
Marcus J. Smith14-Feb-07 2:52
professionalMarcus J. Smith14-Feb-07 2:52 
You either need to do something like OnItemDataBound because that will let you access each row or you will need to know the row index and cell number in order to access the .Text property which returns a string. I have found that many times though it will return a & nbsp; (spaced so it will show up) value so I almost always do a .Text.Replace("& nbsp;", "") on the value to make sure I dont have that HTML space.

Check out http://www.datagridgirl.com/[^], there you will find many datagrid answers.

Cleako
QuestionOpen Directory Pin
lone_wolf35113-Feb-07 23:34
lone_wolf35113-Feb-07 23:34 
AnswerRe: Open Directory Pin
Christian Graus14-Feb-07 0:39
protectorChristian Graus14-Feb-07 0:39 
GeneralRe: Open Directory Pin
lone_wolf35114-Feb-07 0:45
lone_wolf35114-Feb-07 0:45 
AnswerRe: Open Directory Pin
WestSideRailways14-Feb-07 7:33
WestSideRailways14-Feb-07 7:33 
GeneralRe: Open Directory Pin
Dave Kreskowiak14-Feb-07 16:14
mveDave Kreskowiak14-Feb-07 16:14 
GeneralRe: Open Directory Pin
WestSideRailways14-Feb-07 21:45
WestSideRailways14-Feb-07 21:45 
GeneralRe: Open Directory Pin
Dave Kreskowiak15-Feb-07 4:25
mveDave Kreskowiak15-Feb-07 4:25 
Questionoption explicit problem? Pin
.NetRams13-Feb-07 23:27
.NetRams13-Feb-07 23:27 
AnswerRe: option explicit problem? Pin
Christian Graus14-Feb-07 0:45
protectorChristian Graus14-Feb-07 0:45 
GeneralRe: option explicit problem? Pin
.NetRams14-Feb-07 1:45
.NetRams14-Feb-07 1:45 
QuestionProgress Bar (Download) [modified] Pin
Injektio13-Feb-07 23:12
Injektio13-Feb-07 23:12 
AnswerRe: Progress Bar (Download) Pin
Dave Kreskowiak14-Feb-07 16:12
mveDave Kreskowiak14-Feb-07 16:12 
AnswerRe: Progress Bar (Download) Pin
haggenx16-Feb-07 8:29
haggenx16-Feb-07 8:29 
QuestionCrystal Report At deployment giving error!!!!Help me Pin
priya_p23313-Feb-07 22:19
priya_p23313-Feb-07 22:19 
AnswerRe: Crystal Report At deployment giving error!!!!Help me Pin
Rahul Appu14-Feb-07 2:01
Rahul Appu14-Feb-07 2:01 
GeneralRe: Crystal Report At deployment giving error!!!!Help me Pin
priya_p23314-Feb-07 18:57
priya_p23314-Feb-07 18:57 
Questionhelp for screen capture Pin
Sachin Pimpale13-Feb-07 22:03
Sachin Pimpale13-Feb-07 22:03 

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.