ASP.NET Workaround: Calling a JavaScript Function from a HyperLinkField in a GridView
You can call a JavaScript function when a user clicks a HyperLinkField in a GridView control—you just need to use this workaround.
Detect Recursive Calls in Your .NET Code
Using System.Diagnostics, you can check the recursion levels in your code.
Quickly Determine Whether a Column Is Fully Visible in a DataGridView
Find out whether a DataGridView column is partially hidden.
Create ASP.NET Dynamic Hyperlinks from URLs Stored in Web.Config
It's useful to store URLs outside of your application code, because they can change.
Add an Image Command Field to a GridView at Runtime in ASP.NET
Programmatically adding an image command field to a GridView is relatively easy. This tip shows how.
The Best Way to Hide a Column in a DataGrid
A better approach than "hiding" columns in a DataGrid is simply to avoid creating the columns in the first place, as shown in this tip.
Java/.NET Interoperability: Web Services Aren't Always the Answer
Mixing .NET and Java technologies with web services is often easy, but for many tasks web services are not the solution for Java/.NET interoperability.
Use Array Predicates to Simplify Searches
Predicates can often eliminate the need to write loops and iterations over arrays.
Generate Metatags for ASP.NET Pages Dynamically
Including metatags in your pages is useful, but also tedious and error-prone. Learn how to create them automatically.
Deploying the CrystalReportViewer Control to a Production Web Site
Follow this procedure to deploy a CrystalReportViewer control to a production ASP.NET web site.