Skip to content

Magenaut

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

c#

Why isn’t the dropdownlist found by “FindControl” of GridViewRow?

August 31, 2022 by Magenaut

Two exceptions:

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

How to make Json.Net skip serialization of empty collections

August 31, 2022 by Magenaut

I have an object that contains several properties that are a List of strings List<String> or a dictionary of strings Dictionary<string,string>. I want to serialize the object to json using Json.net and I want to have the least amount of text generated.

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

WebClient.DownloadFileAsync – Download files one at a time

August 31, 2022 by Magenaut

I am using the code below to download multiple attachments from a TFS server:

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

Stripping out non-numeric characters in string

August 31, 2022 by Magenaut

I’m looking to strip out non-numeric characters in a string in ASP.NET C#, i.e. 40,595 p.a. would end up as 40595.

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

Can System.Web be used with ASP.Net Core with Full Framework

August 31, 2022 by Magenaut

We are running serveral sites based on different .Net versions.

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

There was no endpoint listening at (url) that could accept the message

August 31, 2022 by Magenaut

I’m building an ASP.NET website – it’s a solution with a few projects, a data base and a web service. Everything worked fine, but last time I tried to run the project, I got the following error:

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

Change the requested url of WebResource.axd

August 31, 2022 by Magenaut

My web application (http://www.something.com/social/competition/) is currently requesting the WebResource.axd file like this:

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

Set ID of Items In a Repeater

August 31, 2022 by Magenaut

In my aspx, I have a repeater which contains three textboxes:

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

Invalid length for a Base-64 char array during decoding/decryption

August 31, 2022 by Magenaut

Q: I face the following big problem :

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

Directory.Exists not working for a network path

August 31, 2022 by Magenaut

I have a line of code checking if a directory exists and then getting the list of files in it.

Categories ASP.NET, Q&A Tags asp.net, c#, directory Leave a comment
Older posts
Newer posts
← Previous Page1 … Page163 Page164 Page165 … Page451 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