ASP.NET application doesn’t reflect Regional settings
I’ve set, in my regional settings (for Czech, culture cs-CZ), the short time / long time pattern to following:
I’ve set, in my regional settings (for Czech, culture cs-CZ), the short time / long time pattern to following:
I have an asp.net app which needs to log users into Active Directory using forms authentication (windows authentication isn’t an option with the given requirements).
Since the very begining of writing ASP.NET applications when I wanted to add a threading there are 3 simple ways I can accomplish threading within my ASP.NET application :
I have custom error pages setup on an ASP.NET website.
Yo, i have created a WebProject to test if its possible to create a asyncTask to update a Progressbar:
I’m working on a web application that is referenced from another, external application. The external application tries to do a POST on the vdir when opening. At this point, I get an HTTP 405 Error:
If you want to build enterprise ASP.NET MVC applications that use MSSQL databases is it better to use Windows Azure or Amazon EC2?
I have the following LINQ query:
I having an issue with UpdatePanel where its always causing a full page postback instead of an async one.
I am designing a web application using the ASP.net MVC framework. I would like to use Windows Authentication and do Role Checks using the Role Manager SQLRoleProvider.