Click here to Skip to main content
15,891,657 members

Comments by srigates (Top 46 by date)

srigates 20-Dec-13 5:00am View    
i am using Datetime2(7) data type
srigates 23-Nov-13 13:11pm View    
hi,
I am using Datagridview in C# win form,
here in the Second Column i want to bind a Autocompletion of text... Its work fine in the select query
<pre>
SqlCommand namecmd = new SqlCommand("select Item_name,Item_code,Item_mrsp from Item_table where Item_Active=" + 1 + " order by Item_name ASC", con);
</pre>
here i am want bind a Keyed text by Like "gridviewcolumn2.value%".
i want use a like query in the select statement.How?
srigates 24-Oct-13 11:21am View    
Thanks a lot..............
by srigates....
srigates 24-Oct-13 10:19am View    
windows application using c#
srigates 7-Aug-13 8:07am View    
have u try this answer... may i which type of error, could find on the execution? send me clearly,bcoz it works fine in my page,..