hi guys
I have 1 column name date i.e date type declared
but i have to store datetime in date column...i tried something like
cmd.Parameters.AddWithValue("date", System.DateTime.Now);
above code is not giving pnly date not time. so how to modify above code.
Go to the complete details ...