Click here to Skip to main content
15,895,142 members

Comments by jaya verma (Top 3 by date)

jaya verma 19-Mar-13 2:27am View    
Deleted
did you want to filter your gridview according to the textbox..?
jaya verma 18-Mar-13 3:40am View    
i think mainid and typeid are of int type..but @ time of setting the values in these fields you have converted them into string formate..

try this(code is in c# just convert it into vb)

String str = "insert into MaintenanceTask (MainID, TypeID ) values
(int.parse( cBx1.SelectedValue.ToString()),(int.parse(cBx2.SelectedValue.ToString()) ))
and so on for another fields
jaya verma 7-Feb-13 1:02am View    
yes sandeep..problem hsa been solved