I am a VB.NEt Newbee
I am using VB language
Microsoft .Net Framework 1.0
Windows xp
SQL Server
Kindly help me to solve the following
1) When I double click a particular row in the datagrid, I need to recognize the row value
2) When a field has null value in the database, i do not want the datagrid to display (null) ..I need it to be blank
3) When i try to bind a dataset field which had null value to a text box it gives error "
An unhandled exception of type 'System.InvalidCastException' occurred in microsoft.visualbasic.dll. Additional information: Cast from type 'DBNull' to type 'String' is not valid.
Thanks in advance
Regards
I am using VB language
Microsoft .Net Framework 1.0
Windows xp
SQL Server
Kindly help me to solve the following
1) When I double click a particular row in the datagrid, I need to recognize the row value
2) When a field has null value in the database, i do not want the datagrid to display (null) ..I need it to be blank
3) When i try to bind a dataset field which had null value to a text box it gives error "
An unhandled exception of type 'System.InvalidCastException' occurred in microsoft.visualbasic.dll. Additional information: Cast from type 'DBNull' to type 'String' is not valid.
Thanks in advance
Regards