Tagged Questions
11
votes
4answers
5k views
What is the status of runat=“server” tags in ASP.NET MVC?
Some texts on ASP.NET MVC state that "there are no runat server tags", even this MSDN article says this, when, right above that statement there is a code example with a runat server tag in the HEAD ...
0
votes
1answer
115 views
ASP.NET MVC html writer bug?
It's probably a bug. Steps to reproduce:
(1) Create a ASP.NET MVC 3 project (ASPX view engine)
(2) Go to the Models folder and create a new simple model
namespace MvcApp.Models
{
public class ...
0
votes
4answers
1k views
Getting ID from asp.net runat server in jQuery
i'm trying make some stuffs in jQuery using asp.net. but the id from runat="server" is not the same as the id used in html.
i'm used to use this to get the id from this situation:
...