ConvertEmptyStringToNull not working with ASP.NET SqlDataSource Parameters

The ConverEmptyStringToNull property of SqlDataSource Parameters does not work for asp.net 2.0 applications. You probably need this kind of setting when you have a stored procedure that can handle null as a valid parameter value, but the framework assumes nothing has been supplied and prevents the select/insert/update/delete statement from executing. (more…)

Accessing Controls in a DIV with the runat=server attribute

When you use the runat=”server” attribute with a div tag in asp.net, any controls nested in the div will not be accessible directly via the page’s Controls collection. They will be in the Controls collection of the div.
(more…)

Posted in Tech Tips. Tags: , . No Comments »