Click here to Skip to main content
16,021,125 members

Comments by Amit Jamwal (Top 10 by date)

Amit Jamwal 12-Dec-12 3:26am View    
thnx for ur reply
i already tried that solution.
that was my mistake and i did it as u said.
but still same problem
amit jamwal
Amit Jamwal 2-Nov-12 2:45am View    
Thnx for reply..
on google i found same example.
but in my store procedure following error is coming

parameter cannot be declared as readonly as it is not table value type
plz give the soln for abov prob.....
Amit Jamwal 2-Nov-12 1:40am View    
thnx for ur reply...
but my prob is that i hav a table emp in which emp_code is there.Now i am uploading an exl file in which emp_code and amount is there. Wht i have to do is to first m filling a datatable from exl and after that i have to match those emp_code with my emp table.
and my exl file contains more than 7000 records and checking them one bye one in loop is time consuming so i m thinking to pass datatable to storproc and match there once...
any solution.....
Amit Jamwal 31-Oct-12 5:54am View    
How to scan gridview can u giv some example..............
Amit Jamwal 31-Oct-12 5:44am View    
thnx for reply...
gridview is binding with datatable only.....
i am creating datatable from data coming from excel file.......
but after binding gridview user also add some additional data in gridview......