1
Answer

How to view the excel file using asp.net c#?

Raja

Raja

8y
211
1
 i upload the excel file in file upload button.and click the show button to view the excel means pop up view of excel (if attached excel file in gmail and view the excel file in pop up window )how to do it.
Answers (1)
0
Manas Mohapatra

Manas Mohapatra

NA 29.3k 3.3m 8y
Eval() is used to bind to an UI item that is setup to be read-only (eg: a label or a read-only text box). However, you are using as inline coding so you are getting exception.
What is the need of Eval() to check condition. Create a function and pass value to the function so that you won't use Eval() as inline coding.