hi
i have write this code to insert data from Asp.net to sql server table and it is work perfectly but
i need to insert just t1 column i don't need t3 to be inserted
how can i do it?
i have tried to write t3=null but it don't work
this is the code::::::::::::
SqlConnection cs = new...