Other News

Uncategorized

SQL Server Best Practices Review

The SSWUG SQL Server Virtual Conference starts Tuesday Register here – All about getting started with SQL Server – technical sessions, how-to information and other goodies for real-world people that work with databases. TSQL 101, Backups, Restores, Database Options, Replication Basics… All sorts of great information. Also, our special report on 21 great SQL Server tips, backup and recovery planning […]

Community

ASP.NET Code Debugging

(Assessino) There are several kinds of mistakes you can make when you coding, no matter how skilled you are. It can be very hard to track down the problem in your code. Fortunately the .NET Framework SDK includes a lightweight debugger that is perfectly suited for this task. Together with Tracing an

Community

Mixed content in Glimmerized XML

(Andy Maleh) In my last post about Glimmerized XML, I talked about one way of authoring mixed element text content. I also talked about two surprises that will make it easy to author mixed content. I’ll go over one of them (the bigger one) in this post, which makes it super easy to create mixed cont

Community

Persisting State Information

(Bipin Joshi) In the previous lessons you developed HyperLinkGroup control. The control is working as expected but it has one limitation. It can’t retain its state information across post backs. For example, if you set the SourceFile property programmatically to some other XML file then across post