2
Answers

How to create Website menu in asp.net master page?

Raja

Raja

9y
284
1
To create website for application monitoring tool in asp.net master page.
Answers (2)
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.