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

Visual Basic

 
AnswerRe: conversion from type 'DBNull' to type 'String' is not valid??? Pin
shreekar29-Oct-06 20:19
shreekar29-Oct-06 20:19 
GeneralRe: conversion from type 'DBNull' to type 'String' is not valid??? Pin
Subjugate29-Oct-06 21:00
Subjugate29-Oct-06 21:00 
GeneralRe: conversion from type 'DBNull' to type 'String' is not valid??? Pin
shreekar29-Oct-06 21:28
shreekar29-Oct-06 21:28 
GeneralRe: conversion from type 'DBNull' to type 'String' is not valid??? Pin
Subjugate29-Oct-06 22:36
Subjugate29-Oct-06 22:36 
GeneralRe: conversion from type 'DBNull' to type 'String' is not valid??? Pin
shreekar29-Oct-06 22:51
shreekar29-Oct-06 22:51 
GeneralRe: conversion from type 'DBNull' to type 'String' is not valid??? Pin
Subjugate29-Oct-06 22:57
Subjugate29-Oct-06 22:57 
GeneralRe: conversion from type 'DBNull' to type 'String' is not valid??? Pin
shreekar29-Oct-06 23:48
shreekar29-Oct-06 23:48 
AnswerRe: conversion from type 'DBNull' to type 'String' is not valid??? Pin
Software_Guy_12330-Oct-06 21:52
Software_Guy_12330-Oct-06 21:52 
Hi,

strActionName1 = dTable.Rows(0)("ActionName")

here you should use like

strActionName1 = trim(dTable.Rows(0)("ActionName") & " ")
OR
before assigning value from db to string check for null

Regards,
S Kumar
GeneralRe: conversion from type 'DBNull' to type 'String' is not valid??? Pin
Subjugate2-Nov-06 14:41
Subjugate2-Nov-06 14:41 
Questionget height of detail section in crystal report Pin
aparna.shukla129-Oct-06 19:18
aparna.shukla129-Oct-06 19:18 
Questionhow to show data at DATAGRID using data enviroment? [HELP need to show to my boss soon...] Pin
campbells29-Oct-06 19:02
campbells29-Oct-06 19:02 
AnswerRe: how to show data at DATAGRID using data enviroment? [HELP need to show to my boss soon...] Pin
Are Jay29-Oct-06 19:18
Are Jay29-Oct-06 19:18 
GeneralRe: how to show data at DATAGRID using data enviroment? [HELP need to show to my boss soon...] Pin
campbells29-Oct-06 19:38
campbells29-Oct-06 19:38 
GeneralRe: how to show data at DATAGRID using data enviroment? [HELP need to show to my boss soon...] Pin
Are Jay30-Oct-06 4:08
Are Jay30-Oct-06 4:08 
GeneralRe: how to show data at DATAGRID using data enviroment? [HELP need to show to my boss soon...] Pin
campbells8-Nov-06 17:42
campbells8-Nov-06 17:42 
GeneralRe: how to show data at DATAGRID using data enviroment? [HELP need to show to my boss soon...] Pin
Are Jay9-Nov-06 5:53
Are Jay9-Nov-06 5:53 
AnswerRe: how to show data at DATAGRID using data enviroment? [HELP need to show to my boss soon...] Pin
aparna.shukla129-Oct-06 19:24
aparna.shukla129-Oct-06 19:24 
GeneralRe: how to show data at DATAGRID using data enviroment? [HELP need to show to my boss soon...] Pin
campbells29-Oct-06 21:36
campbells29-Oct-06 21:36 
GeneralRe: how to show data at DATAGRID using data enviroment? [HELP need to show to my boss soon...] Pin
aparna.shukla129-Oct-06 21:55
aparna.shukla129-Oct-06 21:55 
QuestionHow to read pictures from MS Word Pin
mikhail85229-Oct-06 18:05
mikhail85229-Oct-06 18:05 
AnswerRe: How to read pictures from MS Word Pin
aparna.shukla129-Oct-06 22:28
aparna.shukla129-Oct-06 22:28 
QuestionIE Browser control in windows form(vb.net) onBlur event Pin
gspowar29-Oct-06 17:37
gspowar29-Oct-06 17:37 
Questionvb try to skip some data while reading?? [urgent] Pin
campbells29-Oct-06 15:50
campbells29-Oct-06 15:50 
AnswerRe: vb try to skip some data while reading?? [urgent] Pin
aparna.shukla129-Oct-06 19:27
aparna.shukla129-Oct-06 19:27 
GeneralRe: vb try to skip some data while reading?? [urgent] Pin
campbells29-Oct-06 19:35
campbells29-Oct-06 19:35 

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.