Click here to Skip to main content
15,879,326 members

Comments by write2varun (Top 73 by date)

write2varun 13-Oct-16 1:25am View    
thank you
This really solved my problem
write2varun 12-Oct-16 9:25am View    
using this it will not eliminate all the values but it only eliminate the values which have option as 0
write2varun 2-Nov-15 6:43am View    
the hidden control has the same id as the id getting rendered
write2varun 2-Nov-15 3:11am View    
you will have to drop the table
drop table #tmp
you can add the temp table in the same sp and retrieve and bind the value into dataset or datatable and bind it with the grid and perform the update, retrieve the value from the grid and save it via table method or via dataset method
write2varun 14-May-15 6:54am View    
right now i'm passing the value from the hidden field and storing the data in the temp table with an identity column and while retrieving i'm retrieving the value where identity id greater than the value passed in the from the application