Working on an ASP.NET MVC application and needed the ability to resolve a URL from a partial view. For example, I have an image I want to display, but I need to resolve the virtual path (say, ~/Content/Images/New.png) into a relative path that the
Multi-row Editing in the ASP.NET DataGrid... This articles demonstrates how you can have multiple datagrid rows available for editing at one time, not just the one row you are normally limited to. By: John KilgoShajahan Kakkattil ("Shaji") Date:
Highlighting Rows in an ASP.Net DataGrid... By: John Kilgo Date: January 11, 2003Download the code. Printer Friendly Version I like the idea of highlighting rows in a DataGrid as the user scrolls the mouse up and down over the grid. The effect can
If you are allowing users to delete rows from a datagrid, you may want to give them the chance to confirm the delete first. By: John Kilgo Date: July 17, 2003Download the code. Printer Friendly Version Allowing a user to delete a row from a
Exporting DataGrids to Excel... Ken Walker's article on exporting DataSets to Excel has proved very popular. This article by Mike Dolan presents a different technique for getting a DataGrid rather than the DataSet into Excel. We believe you will
The Repeater control is a lightweight control but has many uses and has become a favorite of mine. Many developers do not realize that you can use templates with the Repeater. It has a limited set of templates, with few properties, but you can make
By: John Kilgo Date: March 6, 2003Download the code. Printer Friendly Version The Panel Control is so easy to use that I hesitated to even write an article about it. But I have received several questions about it so decided to write the article
By: John Kilgo Date: December 10, 2002Download the code. Printer Friendly Version In this example you will see how to send email and one way of sending attachments from within an .aspx file. The text boxes for the various components of the email