filter for DataridView

R

Ryan Liu

Hi,

New control DataGridView in .NET 2.0 is very powerful, and together with Vs
2005 data design is very handy.

But how hot filte data in DataGridView, prefered in VS 2005 visual design
mode.

Thanks!

~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.

Ryan Liu
Shanghai Fengpu Software Co. Ltd
Shanghai , China

http://www.PowerCATI.com Powerful CATI!
http://www.fpsoft.net.cn
~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.
 
R

Ryan Liu

Ryan Liu said:
Hi,

New control DataGridView in .NET 2.0 is very powerful, and together with
Vs 2005 data design is very handy.

But how hot filte data in DataGridView, prefered in VS 2005 visual design
mode.

Thanks!

Late I find I can use code like:

this.jobBindingSource.Filter = "id<3";

But how to use "order by id asc LIMIT 1,2". It can not be filter string,

And the query designer in VS 2005 does not allow my use "order by limit" to
build a new query as well.

Thanks!
 

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

Top