Hi
I always heard the benefit of making html helpers but no one really shows how it would look if you did not right an html helper.
So I just wanted to write a label with plan html and not my html helper I made
<label for="<% ViewData["View_CoursePrefix"].ToString(); %>"></label>
I am trying to put a viewData in the "for" part but it keeps saying semi colon expected. I tried to escape the quotes but that does not work. What do I need to do to make this work?