Click here to Skip to main content
16,020,377 members

Comments by Dipesh202 (Top 6 by date)

Dipesh202 25-Jun-12 3:08am View    
but i require code to implement it in c#
so that i can import excel file to db
Dipesh202 19-Apr-12 1:15am View    
why there will be some limitation with listbox that i can contains only that much item and i just add items in listbox and do not make it null anywhere and item wich i add is string like this
string s = "";
lisbox1.items.add(s)
in a loop for so many days
Dipesh202 16-Apr-12 2:10am View    
then you can use this
select isnull(sum(isnull(amountpaid,0)),0) from tbl_payments where uid=29
Dipesh202 14-Apr-12 2:03am View    
i am just displaying string message in listbox
like this
string message = "";
listboxname.items.add(message)
but it is in a loop and i have used multithreading in my application
and multiple threads access same listbox
for each company id in a loop
Dipesh202 13-Apr-12 8:22am View    
but now i have given much details about error