473,385 Members | 1,693 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Rowfilter property..

Hi All,

I find an erro while using dataview.rowfilter.

after i filter the row, the dataview still display before filter data in
datagrid.

may i know y??

thank you in advance.

Best regards,
Ocurnos
Dec 23 '05 #1
3 980
Are you setting the filter before binding to the datagrid?

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/
"Daniel" <Da****@discussions.microsoft.com> wrote in message
news:59**********************************@microsof t.com...
Hi All,

I find an erro while using dataview.rowfilter.

after i filter the row, the dataview still display before filter data in
datagrid.

may i know y??

thank you in advance.

Best regards,
Ocurnos

Dec 23 '05 #2
yes, Karl.
Anything wrong? I try in another project, the similar algorithm works. Only
at the project, it fails..dunno y..

Any ideas? Is it because of memory management clash that lead to the logic
abnormal??

"Karl Seguin" wrote:
Are you setting the filter before binding to the datagrid?

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/
"Daniel" <Da****@discussions.microsoft.com> wrote in message
news:59**********************************@microsof t.com...
Hi All,

I find an erro while using dataview.rowfilter.

after i filter the row, the dataview still display before filter data in
datagrid.

may i know y??

thank you in advance.

Best regards,
Ocurnos


Dec 24 '05 #3
B
Hello,
First filter then bind.
Or after applying filter each time bing againg.

I hope this will solve you problem.

B

"Daniel" wrote:
yes, Karl.
Anything wrong? I try in another project, the similar algorithm works. Only
at the project, it fails..dunno y..

Any ideas? Is it because of memory management clash that lead to the logic
abnormal??

"Karl Seguin" wrote:
Are you setting the filter before binding to the datagrid?

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/
"Daniel" <Da****@discussions.microsoft.com> wrote in message
news:59**********************************@microsof t.com...
Hi All,

I find an erro while using dataview.rowfilter.

after i filter the row, the dataview still display before filter data in
datagrid.

may i know y??

thank you in advance.

Best regards,
Ocurnos


Dec 24 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: vbnetrookie | last post by:
In the dataview rowfilter property, how can I say that I just want Titles that start with 'A' to 'J' ?? ex: dv.rowfilter = " Country = ' France ' " I want dv.rowfilter = " Title = (from...
4
by: Jim Heimer | last post by:
When I use the dataview.rowfilter and I try to display the field value of the first row, the code doesn't seem to show the first row AFTER the rowfilter. This is my code: DataView...
1
by: iCeCLoW | last post by:
Hi there, I´m using the rowFilter property for filtering the rows in a DataView object. If the filter is set to an inexistent value , that is, after filtering i have 0 rows in the DataView,...
2
by: Jensen bredal | last post by:
Hello, I use The RowFilter property to select number of row from my dataview. How can i get the number of rows found ? I experience that the number of rows remains the same as before the...
1
by: Novice | last post by:
Hi all, I've been doing some reading online and have found that some people seem to have had different experiences with DataView's RowFilter property. In my experiences I have never been able to...
10
by: Roy Lawson | last post by:
Can anyone explain the difference between RowStateFilter and RowFilter properties of the DataView objects in simple terms? I am going through a Transcender practice exam and just when I think I...
9
by: Marty McFly | last post by:
Greetings, I'm trying to let my users dynamically filter records from a table that relate to other tables. RELATIONSHIPS: . = . . = . There is a Many-to-Many relationship between...
7
by: Rich | last post by:
Hello, I am pulling master data from one master table and detail data from two detail tables. The rows from the master data are displayed in textboxes on my form which are bound to the data...
1
by: AlexW | last post by:
Hi I am in the process of developing an inventory application in visual basic. I keep coming up against a problem with using the dataview.rowfilter property. Basically what happens is this: -a...
5
by: AlexW | last post by:
Hi I am in the process of developing an inventory application in visual basic. I keep coming up against a problem with using the dataview.rowfilter property. Basically what happens is this: -a...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.