ASP.Net Textbox control doesn't return NULL when it is empty
        Posted  
        
            by iansinke
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by iansinke
        
        
        
        Published on 2010-03-16T02:02:23Z
        Indexed on 
            2010/03/16
            6:56 UTC
        
        
        Read the original article
        Hit count: 381
        
ASP.NET
|sql-server
In reference to this question that I just asked, http://stackoverflow.com/questions/2451579/sql-select-all-when-filter-value-is-empty, it appears that for some reason, an empty text box's value is not being fed to SQL Server as NULL, as it ought to be. Any ideas on how to fix this?
© Stack Overflow or respective owner