Skip to content
.Net DizzyCoding
.Net Question and Answer Documentation
MENU
  • Home

Tag: asp.net

Duplicate Rows when Data Binding with LINQ to Entities

By StevePosted on March 7, 2022

Problem : I have problems binding both a telerik RadGrid and a plain vanilla ASP.NET GridView to the results of […]

How to extract custom header value?

By StevePosted on March 7, 2022

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]

By StevePosted on March 4, 2022

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

By StevePosted on March 4, 2022

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

By StevePosted on March 3, 2022August 30, 2022

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

By StevePosted on March 2, 2022August 31, 2022

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

By StevePosted on March 2, 2022

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

By StevePosted on March 1, 2022

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?

By StevePosted on February 28, 2022August 29, 2022

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?

By StevePosted on February 28, 2022August 30, 2022

Problem : If you want to build enterprise ASP.NET MVC applications that use MSSQL databases is it better to use […]

  • 1
  • …
  • 60
  • 61
  • 62
  • 63
  • 64
  • …
  • 72

Recent Posts

  • Attribute filter syntax for code coverage in TeamCity
  • Strings and Garbage Collection
  • WCF: How can I programmatically recreate these App.config values?
  • .NET 4.5 RC Framework CLR – Windows XP compatibility
  • FlowLayoutPanel – Automatic Width for controls?
  • System.Timers.Timer lifecycle
  • Performance cost of a try/catch block [duplicate]
  • Subsonic ORM experience
  • Will Reactive Extensions (Rx) supersede the Task Parallel Library?
  • Tools to profile function execution times of a .NET program
  • Web API: Content in HttpResponseMessage
  • Is there a better way to trim a DateTime to a specific precision?
  • How to bind ASP.NET Treeview control to a datatable?
  • Detected DLLs that are from the internet and “blocked” by CASPOL
  • How `[System.Console]::OutputEncoding/InputEncoding` with Python?
Proudly powered by WordPress / Php Dizzy Coding