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 ...
6
votes
3answers
5k views
LinkButton in ASP.NET MVC
I need to instantiate some ASP LinkButtons onto an ASP.NET MVC view page. I've tried a few things, and I cant get them to come out right. Heres my most recent incarnation of the code:
the aspx file
...
2
votes
1answer
265 views
What is the easiest (correct) way in ASP.NET MVC 2 to make a button-click display text?
I need to make a quick demo showing how to do interactivity on an ASP.NET MVC page.
I opened an ASP.NET MVC project in Visual Studio 2010, put the view in design mode, dragged in a button, ...
0
votes
1answer
116 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 ...