CATEGORIES
How a Datasource will Show all the Records When a Parameter Changed in Dropdown
Published by: Andy (1/6/2009 3:09:24 PM)
JAN 6 2009
I have a set of dropdown options which pulls the information categorically but selecting all should pull all the records from the datasource. Can my asp.net page pass a value for "All" as % and write a sql query to support this? select * from table where id like ’%’ returns all and id like ’1’ returns only that record.
Most Popular Articles
- what is asp .net+?
- What are the new server controls added in latest version of asp.net
- How do I Start Learning Dot Net and What is the Best Book to Follow
- How to display emoticons in an e-mail message using ASP.NET
- What is the difference between the .aspx page and .aspx.vb/cs page
How can I stop visitors going back heating back button in asp dotnet >>
<< what are the benefits of visual studio 2005 over visual studio 2002 and 2003
COMMENT