Using the DataTable RowFilter Property in C#
Uploader Comments (BablioBr)
All Comments (20)
-
i love ur toturials very usefull keep it up man u r great
-
what a piece of tutorial, this is a raw example of master-detail in C#.
Thanks so much BablioBrasil!!!! obrigado :)
-
hi
great job
sorry 4 my english
can you help me with a tuto about how to save changes that I make in a datagrid that is loaded first with databinding then I made a filter with a textbox and display the results in the same datagrid the thing is that when I make the search I want to update the results but when I click the update button it updates the original positions in the databinding not the selected row on the filter
note: information of the selected row is displayed in textboxes
-
How can i make my Own Website with Database?
-
Give me your website link..
-
how can filter with textbox.text ? for example:
ds.Tables[0].DefaultView.RowFi
lter = "venderID=" + textbox.Text ???? -
nice! Helped me a lot. Thanks for sharing. =)
-
i was trying out this tutorial and was experimenting with the pubs database. Noticed that the filter only works for integer values. How can i filter a string? say if i wanted to filter title id = ps2091?
what is your webste
ahzan100 1 year ago
@ahzan100 Check out our Facebook group " Learn C# - The Right Way " Its steadily growing, and we are always helping each other... Come check us out! :) Thx for watching!
BablioBr 1 year ago
Great video helped a lot, best on youtube. You should embed all your tutorial videos on your "blank freaking website"
07
sev070707 2 years ago
hehehehe... true!! :) I am starting a new one.. I am not publishing it until it is ready...
BablioBr 2 years ago
I have a question, how can I execute .exe programs in C#? I want to execute a compiled .exe file I wrote in BASIC.
avery1555 2 years ago
I C# you need to browse to the bin\debug folder of your build. The .exe file will be there. If you right click your project and choose "Open Folder in Windows Explorer" the bin folder should be the first one on the top.
BablioBr 2 years ago