c#
Type or namespace could not be found from App_code folder
I have written a class called ArchivedFilesWrapper in the App_code folder of my project, however when I use this class in another file in a different folder i get error:
ASP.NET WebService is Wrapping my JSON response with XML tags
I’m not sure where I’m going wrong of what I’m missing.
Validate decimal value to 2 decimal places with data annotations?
I have this in my view model:
(object) is a ‘field’ but is used like a ‘type’
My intellisense is giving me the error:
‘ClassLibrary1.GetTimeZone.myWorldTime’ is a ‘field’ but is used like a ‘type’
IIS Request.UserHostAddress returning IPV6 (::1), even when IPV6 disabled
In the properties section of my network card, on windows server 2008, i have IPV6 disabled, leaving only IPV4 enabled.
Detect Browser Close on Asp.net
I want to do some functionality on log-out, if the user directly closed his browser then same functionality want to do, we can not do on page unload because there are more than 100 pages in my website because this will work on redirection from each page
Asp.Net Routing: How do I ignore multiple wildcard routes?
I’d like to ignore multiple wildcard routes. With asp.net mvc preview 4, they ship with:
Index (zero based) must be greater than or equal to zero
Hey I keep getting an error: