Skip to content

Magenaut

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

ASP.NET

Must declare the scalar variable “@Email”

August 27, 2022 by Magenaut

I am trying to pass values from a database table to a couple of labels where the email column matches the email entered.I have passed the email entered from login page to this page using a session.Like This :

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

Custom HTTP Basic Authentication for ASP.NET Web Services on .NET 3.5/VS 2008

August 27, 2022 by Magenaut

I am refactoring a working ASP.NET Web Application to expose Web Services interface using ASP.NET Web Service. According to Web Services authentication – best practices, Basic Auth over https is the way to go. Let’s assume it is, as opposed to doing WS-Security, X509, etc..

Categories ASP.NET, Q&A Tags .net-3.5, asp.net, basic-authentication, security, web-services Leave a comment

Are there any utilites that will help me refactor CSS

August 27, 2022 by Magenaut

I am working with some CSS that is poorly written to say the least. I am not a design/CSS expert, but I at least understand the C in CSS. While the builtin CSS support inside of VS-2008 is far improved over previous versions, it still doesn’t quite do what I am looking for. I was … Read more

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

How to add Double Click mouse event to listbox?

August 27, 2022 by Magenaut

I would like to add a double click mouse event to a listbox. When I double click an item I’d like to get the specific item and assign a method.
I have been searching for tuturials in this field, but tried but somehow wasn’t working.

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

What is the Best Practice to Kick-off Maintenance Process on ASP.NET

August 27, 2022 by Magenaut

You need to really be careful on the
length of the task running. Every new
Task is a new Worker Thread and
there’s a limited number of those – as
it “borrows” a thread from the managed
thread pool.

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

Where can I find a good NHibernate and ASP.NET MVC Reference Application

August 27, 2022 by Magenaut

Where can I find a good NHibernate and ASP.NET MVC Reference Application? I downloaded S#arp and this seemed to be a lot more than I needed (IOC and CodeGen via T4). I might work my way up to this later, but I need something smaller at first.

Categories ASP.NET, Q&A Tags .net, asp.net, asp.net-mvc, nhibernate, reference-application Leave a comment

how to restart asp.net application besides modifying web.config

August 27, 2022 by Magenaut

Is there a recommended way to bounce an asp.net application besides touching web.config from inside the application? is HttpRuntime.UnloadAppDomain(); the preferred way to do this ? and if so where do you do this? In the unload of a page or some other place in the application?

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

Html popup window from code behind file

August 27, 2022 by Magenaut

This could be a simple but I havent found any easy solution.

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

Using LINQ to group by multiple properties and sum

August 27, 2022 by Magenaut

I have a collection of items, here it is: AgencyID VendorID StateID Amount Fee 1 1 1 20.00 5.00 1 1 1 10.00 2.00 1 1 1 30.00 8.00 2 2 1 20.00 5.00 2 2 1 5.00 5.00 1 1 2 20.00 5.00 2 2 2 20.00 5.00 2 2 2 40.00 9.00 1 … Read more

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

How to enable MultipleActiveResultSets

August 27, 2022 by Magenaut

I have the following connection string in my code:

Categories ASP.NET, Q&A Tags asp.net, c#, sql Leave a comment
Older posts
Newer posts
← Previous Page1 … Page607 Page608 Page609 … 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