Skip to content

Magenaut

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

ASP.NET

A better way to get a Windows Username using Forms Authentication?

August 25, 2022 by Magenaut

I’ve inherited a project that uses forms authentication, but a recent feature request requires me to get the Windows username of some users.

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

stream.CopyTo – file empty. asp.net

August 25, 2022 by Magenaut

I’m saving an uploaded image using this code:

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

Singleton and HttpApplicationState

August 25, 2022 by Magenaut

In a web app, I need to have only one instance of a class called ProcessManager. One way is to make it a singleton. The other way is to use the HttpApplicationState to make sure I always access the same instance, like this:

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

ASP.NET Schedule deletion of temporary files

August 25, 2022 by Magenaut

Question: I have an ASP.NET application which creates temporary PDF files (for the user to download).
Now, many users over many days can create many PDFs, which take much disk space.

Categories ASP.NET, Q&A Tags asp.net, c#, scheduled-tasks, temporary-files, vb.net Leave a comment

How to set bootstrap checkbox in razor CheckBoxFor()

August 25, 2022 by Magenaut

I want to use bootstrap styled checkbox in my asp .net mvc form, however I find it very difficult. After hours looking for solution, I couldn’t find anything that works for me.

Categories ASP.NET, Q&A Tags asp.net, asp.net-mvc, html, razor, twitter-bootstrap Leave a comment

ASP.NET Dynamic Data TextSearch Custom Filter Template

August 25, 2022 by Magenaut

I’m trying to implement a custom filter template for all text based searches and running into problems constructing the query. I’ve been following the instructions posted on this blog but not sure how change the GetQueryable method to perform a

Categories ASP.NET, Q&A Tags asp.net, dynamic-data, visual-studio-2010 Leave a comment

Routing Classic ASP Requests To .NET – SEO Redirects

August 25, 2022 by Magenaut

We are replacing an old classic asp website with a .NET 3.5 solution.

Categories ASP.NET, Q&A Tags asp-classic, asp.net, routing, seo Leave a comment

ASP.NET Parser Error Cannot load code behind

August 25, 2022 by Magenaut

Hey I am getting the following error

Categories ASP.NET, Q&A Tags asp.net Leave a comment

Server tag in OnClientClick

August 25, 2022 by Magenaut

The following gives me an error of “The server tag is not well formed”

Categories ASP.NET, Q&A Tags asp.net Leave a comment

Insert data into SQL Server from C# code

August 25, 2022 by Magenaut

I have a table student (id, name). Then I have one textbox, for entering the name, when click on submit button, it inserts the data into the database. So how can I insert only to name, not id because id is auto increment?

Categories ASP.NET, Q&A Tags asp.net, c#, sql-server Leave a comment
Older posts
Newer posts
← Previous Page1 … Page754 Page755 Page756 … Page944 Next →
  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