views:

214

answers:

0

Hi, I can able to read the Excel sheet in grid. but I have grid that have textboxes & dropdown list (in template field -> itemtemplate ->Text box) . I want to be take data from Excel file in respective cell (textbox) of grid. Like we can take data from database by Eval() , is there any way to get such functionality?

One think i know that first insert data of excel in database & then get it in regular way by Eval(). but it is some thing foolish, that mat low performance. Please suggest me another way.