Top "Asp.net-webpages" questions

ASP.

Win32Exception (0x80004005): The wait operation timed out

I'm running an ASP.NET Web Pages page that upon initial load pulls a list of items from a SQL …

sql-server-2008 asp.net-webpages
Invoke OnClientClick of button in code behind

I have an button in my aspx web page, which should be 'clicked' in my code behind c# code. The …

c# asp.net asp.net-webpages
How can I access a single XML element's value using C#.net web-pages with WebMatrix?

I've looked at a lot of resources, done a lot of research, and tried many "best-guesses" to access a single …

c# xml razor webmatrix asp.net-webpages
Conflicting versions of ASP.NET Web Pages detected: specified version is "1.0.0.0", but the version in bin is "2.0.0.0"

This error appears after updating ASP.NET Web Helpers Library today to version 2.0 which was apparently released today. I updated …

asp.net asp.net-mvc web-config asp.net-webpages
InvalidCastException is thrown after installing ASP.NET MVC 4 Beta

I get the following exception after installing ASP.NET MVC 4 Beta on a machine with ASP.NET MVC 3. System.InvalidCastException …

asp.net asp.net-mvc razor asp.net-mvc-4 asp.net-webpages
Why Is My JQuery Plugin Causing A Cannot Read Property 'length' of Undefined?

I kind of feel bad asking yet another Cannot Read Property 'length' of Undefined question, but no online (SE or …

javascript jquery jquery-ui asp.net-webpages
Razor Host Factory error

I get a MvcWebRazorHostFactory error trying to run my app, but it's not an MVC app at all. I have …

asp.net asp.net-mvc razor asp.net-webpages
Conflicting versions of ASP.NET Web Pages detected: specified version is "1.0.0.0", but the version in bin is "2.0.0.0" in ASP.MET MVC 3

I am getting the following error after installing microsoft web helper: Conflicting versions of ASP.NET Web Pages detected: specified …

.net asp.net-mvc razor web-config asp.net-webpages
Build Errors - 'System.Web.Mvc.ModelClientValidationRule' Conflicts

I am trying to 'build' my MVC3 web app in VS2010 however keep getting the following error: Error 2 The type …

asp.net-mvc visual-studio asp.net-webpages
Asp:FileUpload edit "No file selected" message

I just need to know if there's a way to change the message shown by the Asp:FileUpload when no …

c# css asp.net asp.net-webpages