Suppose if you want to Insert blank value in database when field is integer type
if (roll.Text == "")
{
roll.Text = "(NULL)";
}
insert into table values('"+roll.Text+"')
Thursday, January 6, 2011
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment