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
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?
@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!
Why are you getting all records from Invoices table? I mean what if u have like 3-4 milion records? Wouldn't it be better to fetch records from Invoices depending on the selected row in Vendors. Something like SELECT * FROM invoices WHERE invoices.vendorid = (selected id in vendors datagrid) on dgVendor ChangeSelection event?
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.
i love ur toturials very usefull keep it up man u r great
t78ns 4 weeks ago
what a piece of tutorial, this is a raw example of master-detail in C#.
Thanks so much BablioBrasil!!!! obrigado :)
tenacious1884 2 months ago
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
pacolopz 3 months ago
How can i make my Own Website with Database?
HajiTAG 4 months ago in playlist More videos from BablioBr
Give me your website link..
kingofbaroda 5 months ago
how can filter with textbox.text ? for example:
ds.Tables[0].DefaultView.RowFilter = "venderID=" + textbox.Text ????
babaktaba 7 months ago
Comment removed
babaktaba 7 months ago
nice! Helped me a lot. Thanks for sharing. =)
feysin 1 year ago
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?
gossipze 1 year ago
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
Nice videos.
Q:
Why are you getting all records from Invoices table? I mean what if u have like 3-4 milion records? Wouldn't it be better to fetch records from Invoices depending on the selected row in Vendors. Something like SELECT * FROM invoices WHERE invoices.vendorid = (selected id in vendors datagrid) on dgVendor ChangeSelection event?
DankoH123 1 year ago
your web is not working ...
leowasif05 1 year ago
great job buddy !! keep it up .. you rock !!
kniranjansingh 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
Thanks for the Gr8 Video .
AHMEDSHARK4313 2 years ago
Nice work mate, keep it up. Loving the tutorials very clear and helpful.
Tireon88 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
sorry, I worded that incorrectly.
I mean is there C# code that can execute external programs?
avery1555 2 years ago