Samer Ibrahim's Blog

The Samer I Warrior on battles with .NET

Lists/Forums/Etc.

Which Blogs do I read?

Browse by Tags

All Tags » ASP.NET (RSS)
Odd behavior in ASP.NET
So after wasting about an hour and a half debugging why in the world I kept getting an invalid cast exception, I discovered a quirk in the way ASP.NET loads assemblies. Apparently, the .NET framework loads everything in the \bin directory that even looks...
Validator Control that will validate all Controls on a section of a Page
Ever find yourself creating an input form in ASP.NET that required a lot of Controls to be validated? Well, I have. It's tedious. You have to add at least one validator to each Control you wanted validated. Apparently after discussing this with other...
Great article to get you up to speed on SharePoint and WebParts
I finished training and started new position. My official title is “SharePoint Developer” but I knew nothing about SharePoint coming into this job. My boss therefore sent me this article to get my SharePoint knowledge to a working level. I...
ASP.NET DataGrid's AutoGenerateColumns doesn't add the BoundColumns to the Columns collection... WHAT!!
While I ordinarily set AutoGenerateColumns = false on ASP.NET DataGrids, I finally found a pretty good use for them. I had a result set that was coming back with a variable number of columns all of which need to be display. I thought what a perfect use...
ASP.NET Exposed Roadshow
Today I attended the NYC session of ASP.NET Exposed presented by Rob Howard . While the “sneak preview” of Whidbey was very cool and very interesting (I can't wait to get my hands on it now) the presentation, in general, was introductory....
When using ASP.NET Validator Controls... if (Page.IsValid) { Now it's safe to go on! }
It's not often I like to display my ignorance in public but in this case it's worth it. I've been using ASP.NET Validator controls for a while now with the knowledge that they provided me with an easy way to do both client-side and server-side validation...
My favorite session thus far...
My favorite session thus far has been a presentation by Nikhil Kothari on server controls. Tons of great information. I haven't gotten a chance to read his book because I'm backed up with other reading. If you are like me and want a quick and powerful...
Presentation all you ASP.NET fans should check out
Scott Guthrie just did a presentation that I thought was great but deserved more time and should have been a Part I of II. The talk was about ASP.NET Performance Best Practices. You can find the slides and demos on his personal website .
Nikhil Kothari's Blog
[ simplegeek ] via http://woodster.com/rss/dotnet.aspx Nikhil Kothari (of ASP.NET Fame) Blogs Nikhil is online ... Hopefully this isn't ridiculously old news, ie anything over an 1hr in the blogging world, but I've been out of touch lately and this deserves...
More on "DataGrid Columns"
I have replies once again about my DataGrid Columns best practices post, from both Scott and Robert . Scott pointed me to the Andy Smith 's MetaBuilders website. Thanks Scott. Great website and awesome tools. However, Robert was right and Scott is mistaken...
More Posts Next page »