Robert McLaws: FunWithCoding.NET

Public Shared Function BrainDump(ByVal dotNet As String) As [Value]

News

<script type="text/javascript"><!-- google_ad_client = "pub-4330602465258980"; google_hints = "ASP.NET, VB.NET, C#, C#.NET, WindowsForms, .NET Framework, VS2005, Visual Studio, XAML, WinFX, Windows Workflow, WPF, WCF, Atlas, NetFX3, Visual Studio Orcas"; google_ad_width = 120; google_ad_height = 240; google_ad_format = "120x240_as"; google_ad_type = "text_image"; google_ad_channel ="4997399242"; google_color_border = "B6C9E7"; google_color_bg = "EFEFEF"; google_color_link = "0000FF"; google_color_text = "000000"; google_color_url = "002C99"; //--></script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script>
<!--
-->

You should feel free to challenge me, disagree with me, or tell me I'm completely nuts in the comments section of each blog entry, but I reserve the right to delete any comment for any reason whatsoever. That said, I will most likely only delete abusive, profane, rude, or annonymous comments, so keep it polite, please.

Blogroll

Cool .NET Articles

My .NET Tools

My Builder.com Articles

My MSKB Articles

Browse by Tags

All Tags » DataGrid (RSS)
Scrolling Observations
I came across this very insightful post on the ASP.NET Forums (remember those?) about the pitfalls of making a DataGrid scroll. Great stuff. I hadn't even thought of trying points 3 and 4 that way.
Cool DataGrid Trick
Did you know that you can trick the DataGrid's ButtonColumn to use an image for a button without having to use a TemplateColumn? It's actually really easy. In the DataGrid Property Builder, change the column's Button Type to “LinkButton”,...
Posted: Nov 29 2003, 02:40 AM by interscape | with 9 comment(s)
Filed under:
DataGrid Columns
I have to write this over again AGAIN. GRR. CLARIFICATION: I was angry at the WebLog app for losing my post again and having to start over. It's been doing that to me a lot lately. OK, I'm going to beat DataGridGirl to the punch on this one. Samer asked...
Posted: Apr 08 2003, 11:46 PM by interscape | with 2 comment(s)
Filed under:
More Posts