SQLDataSource FilterExpression reset question

F

fniles

I am using VS 2005 and sqldatasource.
Once I set the FilterExpression of the sqldatasource, how can I set it back
to the original sqldatasource without the FilterExpression ?
Say, I have a sqldatasource "select col1,col2 from tbl1"
When a filter button is hit, say I set sqldatasource.FilterExpression =
"col1 = 5"
After that if I want to go back to "select col1,col2 from tbl1", how can I
do that ?
Thank you.
 
G

Guest

I am using VS 2005 and sqldatasource.
Once I set the FilterExpression of the sqldatasource, how can I set it back
to the original sqldatasource without the FilterExpression ?
Say, I have a sqldatasource "select col1,col2 from tbl1"
When a filter button is hit, say I set sqldatasource.FilterExpression =
"col1 = 5"
After that if I want to go back to "select col1,col2 from tbl1", how can I
do that ?
Thank you.

I think it must be set to Nothing
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,578
Members
45,052
Latest member
LucyCarper

Latest Threads

Top