3
Answers

How to add scroll bar on asp.net page using jquery

amol

amol

7y
266
1
How to add scroll bar on popup window in asp.net page.I have asp.net application i want to add scroll bar on popup.popup is display when clcik on gridview cell.when I click on gridview cell that time popup is display with data.
Answers (3)
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.