Problem : I have problems binding both a telerik RadGrid and a plain vanilla ASP.NET GridView to the results of […]
Tag: asp.net
How to extract custom header value?
Problem : I have this exact code from the accepted answer in my project which I need to migrate into […]
Thread.CurrentPrincipal.Identity vs HttpContext.User.Identity [duplicate]
Problem : This question already has answers here: Closed 11 years ago. Possible Duplicate: difference between http.context.user and thread.currentprincipal and […]
CurrentThread.CurrentUICulture is set correctly but seems to be ignored by asp.net
Problem : Im struggling with gettings the values from the correct strings.txt in my resource files in my bin folder […]
Using an IHttpAsyncHandler to call a WebService Asynchronously
Problem : Here’s the basic setup. We have an ASP.Net WebForms application with a page that has a Flash application […]
Convert an image to base64 and vice versa
Problem : I want to convert an image to base64 and back to image again. Here is the code which […]
How to get Elmah working with ASP.NET and IIS 5.1 URL Routing
Problem : I am having issues with regards to running my ASP.NET MVC application thru my local IIS 5.1 web […]
redirect to another page from Silverlight
Problem : In side a Silverlight Page, I want to redirect to another aspx page in the same web site […]
Does RegularExpressionValidator use other flavor than Regex?
Problem : I want to do preliminary check if entered string looks like Vehicle Identification Number (VIN). I know what […]
Windows Azure or Amazon EC2 for ASP.NET MVC Development?
Problem : If you want to build enterprise ASP.NET MVC applications that use MSSQL databases is it better to use […]