Click here to Skip to main content
15,916,042 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How to check process status in task manager Pin
EliottA6-Jan-09 2:35
EliottA6-Jan-09 2:35 
GeneralRe: How to check process status in task manager Pin
Wendelius6-Jan-09 2:43
mentorWendelius6-Jan-09 2:43 
Questionvb.net 2005 Pin
debonair1234566-Jan-09 0:11
debonair1234566-Jan-09 0:11 
AnswerRe: vb.net 2005 Pin
Dave Kreskowiak6-Jan-09 10:09
mveDave Kreskowiak6-Jan-09 10:09 
Questionvb 6 issue Pin
Tauseef A5-Jan-09 22:41
Tauseef A5-Jan-09 22:41 
AnswerRe: vb 6 issue Pin
ChandraRam5-Jan-09 22:47
ChandraRam5-Jan-09 22:47 
Questiongetting value of a textbox from a datagrid Pin
uglyeyes5-Jan-09 21:38
uglyeyes5-Jan-09 21:38 
AnswerRe: getting value of a textbox from a datagrid Pin
Fu Manchu6-Jan-09 4:46
Fu Manchu6-Jan-09 4:46 
Well i'm gonna assume here....

i think this is because you may have forgot about the headers in your gridview/datagrid etc..

so you need to do this...

If e.Item.ItemType <> ListItemType.Header Then
    
    Dim tbox As TextBox = CType(e.Item.FindControl("txtQty"), TextBox)

  End if


Hope this helps!

Andy
GeneralRe: getting value of a textbox from a datagrid Pin
uglyeyes7-Jan-09 2:13
uglyeyes7-Jan-09 2:13 
QuestionHow to set language in regional setting with restrat [modified] Pin
Jmsundaram5-Jan-09 19:52
Jmsundaram5-Jan-09 19:52 
AnswerRe: How to set language in regional setting with restrat Pin
Wendelius5-Jan-09 22:04
mentorWendelius5-Jan-09 22:04 
GeneralRe: How to set language in regional setting with restrat Pin
Dave Kreskowiak6-Jan-09 2:45
mveDave Kreskowiak6-Jan-09 2:45 
GeneralRe: How to set language in regional setting with restrat Pin
Wendelius6-Jan-09 2:49
mentorWendelius6-Jan-09 2:49 
GeneralRe: How to set language in regional setting with restrat Pin
Dave Kreskowiak6-Jan-09 2:52
mveDave Kreskowiak6-Jan-09 2:52 
GeneralRe: How to set language in regional setting with restrat Pin
Wendelius6-Jan-09 2:56
mentorWendelius6-Jan-09 2:56 
AnswerRe: How to set language in regional setting with restrat Pin
Tom Deketelaere5-Jan-09 22:37
professionalTom Deketelaere5-Jan-09 22:37 
GeneralRe: How to set language in regional setting with restrat Pin
Jmsundaram6-Jan-09 1:18
Jmsundaram6-Jan-09 1:18 
GeneralRe: How to set language in regional setting with restrat Pin
Tom Deketelaere6-Jan-09 1:38
professionalTom Deketelaere6-Jan-09 1:38 
AnswerRe: How to set language in regional setting with restrat Pin
Dave Kreskowiak6-Jan-09 2:50
mveDave Kreskowiak6-Jan-09 2:50 
QuestionHow to Find if a Computer is Disabled? Pin
lovansoft5-Jan-09 8:39
lovansoft5-Jan-09 8:39 
AnswerRe: How to Find if a Computer is Disabled? Pin
Dave Kreskowiak6-Jan-09 9:47
mveDave Kreskowiak6-Jan-09 9:47 
Questionconvert text or number to barcode format Pin
Mr. Wonderful5-Jan-09 5:40
Mr. Wonderful5-Jan-09 5:40 
AnswerRe: convert text or number to barcode format Pin
EliottA5-Jan-09 6:05
EliottA5-Jan-09 6:05 
GeneralRe: convert text or number to barcode format PinPopular
Jon_Boy5-Jan-09 6:17
Jon_Boy5-Jan-09 6:17 
GeneralRe: convert text or number to barcode format Pin
Mr. Wonderful5-Jan-09 6:19
Mr. Wonderful5-Jan-09 6:19 

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.