votes
AddPost.aspx changes
I have two small items that tend to occur when I'm posting to the site: Make "Preview" of a Post IDENTICAL to final post When replying, insure spacing and rendering of the old message is identical to "Preview" and actu ...
blah blah blah is here! blah blah » Close
I have two small items that tend to occur when I'm posting to the site: Make "Preview" of a Post IDENTICAL to final post When replying, insure spacing and rendering of the old message is identical to "Preview" and actu ...
For reference, first read the article: http://www.csharpfriends.com/articles/getArticle.aspx?articleID=377&page=1 mosessaur, Your implementation of a static sort enumeration is a clever approach, but isn't this what the IComparer int ...
Does the .NET Framework have a method that mimics "net send"???
Regarding a common advertisement seen on this site: I was going to buy some "serious windows 2000 web hosting" from MaximumASP, but why does their ad have that super creepy guy staring at me. What web developer in their right mi ...
I'm at my wit's end trying to debug a Windows Service I've written and could really use some help. The application monitors my local network using WMI to monitor performance (Win32_Perfmon classes) of each machine every 15 minutes. A new ...
Can anyone provide or point me to a good example of a technique that adds intellisense to a custom web user control? I'd like intellisense to show available attributes and their possible values when typing in the HTML view like: <test: ...
Before I smash my head through the wall, I thought I'd make a plea for help with a threading issue that I've had for most of the day. Has anyone trying to create a multi-threaded ASP.NET application? Not a multi-threaded Windows Service o ...
Anyone have suggestions for good profiling tools to demonstrate that my program either rocks or sucks @$$? So far I've use the Antz tools, DevPartner Profiler Community Edition & the CLR Profiler available on MSDN (which could be SO go ...
I've been using a data layer modeled after the WROX approach (various objects inheriting from a DbObject that contains SQL access logic). Has anyone seen or come up with a better approach? I feel that this approach is good but that there' ...
Can we get some support for multiple spaces in code example posts or support for the character? Maybe just support for the <pre> tag?
My goal: To define a custom class indexer to take the place of an underlying Hashtable member so that values can be referred to as Class1[index] instead of Class1.someVar[index]. The following code does not work & I believe I understa ...
I recently received a question asking how to deliver part of the web page to the client while allowing the server to finish its processing before delivering the rest. The technique is relatively straightforward, but I thought I'd post a th ...
In several books I've read over the past few years, I've noticed that some people (especially WROX) take a 3-tier approach to ASP.NET development and go so far as to name their business layer "Business" and their data layer " ...
I'm working on a new project design and would love feedback/criticism of this approach. Here's an example of the type of issue I've come across: I'd like to create a class to contain details about a particular machine ("Example.Machi ...
Does anyone know how to mess with intellisense for web forms HTML-side? I would like to have my <@ Page> directive followed immediately by some HTML code & get the same intellisense I would for a user control. My initial thought ...