Skip to content

Magenaut

  • Home
  • Topics
    • Notes
    • Tutorial
    • Bug fixing
    • Extension
    • Server
  • Q&A
  • Privacy Policy
  • About

c#-2.0

C# ASP.NET Send Email via TLS

September 1, 2022 by Magenaut

In order to comply with HIPAA regulations, we need to send email from an external site (outside the firewall) to an internal Exchange server (inside the firewall). Our Exchange admins tell us we need to use TLS encryption to send mail from the web server to the email server.

Categories ASP.NET, Q&A Tags asp.net, c#-2.0, ssl Leave a comment

OnCheckedChanged event handler of asp:checkbox does not fire when checkbox is unchecked

August 30, 2022 by Magenaut

I have a repeater, in each ItemTemplate of the repeater is an asp:checkbox with an OnCheckedChanged event handler set. The checkboxes have the AutoPostBack property set to true. When any of the checkboxes is checked, the event handler fires. When any is unchecked, the event handler does not fire.

Categories ASP.NET, Q&A Tags asp.net, c#, c#-2.0 Leave a comment

Faking browser request in ASP.net C#

August 29, 2022 by Magenaut

I’m using the code below to pull one of our 3rd party developed pages in so I can parse it as XML for my random bits of work.

Categories ASP.NET, Q&A Tags asp.net, c#-2.0, http-headers Leave a comment

Server.Transfer throws Error executing child request. How to resolve?

August 29, 2022 by Magenaut

I have a HttpModule in C# 2.0 which handles exceptions thrown. Whenever the exception is thrown, an error page (aspx) with some querystring will be called. It is done through Server.Transfer().

Categories ASP.NET, Q&A Tags asp.net, c#-2.0, server.transfer Leave a comment

jquery ajax with asp.net not working

August 28, 2022 by Magenaut

I’m about to pull out any remaining hair that I have, so please help me out if you know what the problem might be… Thanks.
All my googling and searching has not paid off either.

Categories ASP.NET, Q&A Tags ajax, asp.net, c#, c#-2.0, jquery Leave a comment

Enterprise Library 3.1 Logging Formatter Template – Include URL Request

August 23, 2022 by Magenaut

We have a custom web app built using Ektron v8.0 which uses EL 3.1 and the format template in the logging config is configured as such:

Categories ASP.NET, Q&A Tags asp.net, c#-2.0, enterprise-library, logging Leave a comment
  1. michealSmith07 on Is there a way to dynamically refresh the less command?August 21, 2022

    That is a very nice post. I like this post.

  2. anonymous on Fix libwacom9 dependency issue when upgrade DebianJune 27, 2022

    saved my day!! Thanks for the help…

  3. sreedhar on Fix libwacom9 dependency issue when upgrade DebianMay 10, 2022

    Thanks its working

  4. saintnick on Fix libwacom9 dependency issue when upgrade DebianMay 10, 2022

    remove libwacom2 worked for me as well

  5. ranafoul on Fix libwacom9 dependency issue when upgrade DebianApril 22, 2022

    apt remove libwacom2 helped on kali 2022.01. gr8

.net ajax asp.net asp.net-core asp.net-mvc asp.net-mvc-3 asp.net-mvc-4 asp.net-web-api bash c# command-line css custom-post-types custom-taxonomy dataframe dictionary django entity-framework functions gridview html iis javascript jquery json linux list matplotlib numpy pandas php plugin-development plugins posts python python-2.7 python-3.x security shell shell-script sql string vb.net webforms wp-query

© 2026 Magenaut • Built with GeneratePress