0
votes
1answer
67 views

How to add a view for child action in a one-to-one relationship Given Create method below?

I have 3 entity classes; Team, TeamContact and TeamAddress. Relationships -Team one-to-one TeamContact -TeamContact one-to-on TeamAddress Create Method [HttpPost] public ActionResult ...
0
votes
1answer
342 views

VS2012 - Button Not Posting Back

This has to be simple. Still, I've noticed VS2012 acting very erratic - sometimes it won't generate the designer file entries for example. Has anyone got any idea what might be going on here? I've ...
0
votes
1answer
2k views

Visual Studio 2012, ASP.NET Web Forms & HTML5

I have a question related to Web Forms. Do the ASP.NET Web Controls provided in Visual Studio 2012 emit HTML5 as output? I understand we can use custom controls or content adapters to make web ...
-1
votes
5answers
4k views

Is HTML5 compatible with C#?

I am having trouble finding a clear answer on this one. I have an ASP.NET 4.0 Silverlight app, but recently a ton of users are complaining about not being able to use the site on mobile devices and ...