This tutorial video is really helped me to complete my project... Thank you so much 🙏
@FilthyLemon8 жыл бұрын
If I had a penny for every coding tutorial without somebody explaining...
@1BestCsharpblog8 жыл бұрын
enter the id you want to search for, the id type i use in my database is integer so i have to convert the text id to integer, if a data exists with this id show it, if not show a message or ........ the source code in the description
@jay-annoliveros53582 жыл бұрын
hello how about instead of using textbox and button. Use combobox, does the code is still the same?
@1BestCsharpblog2 жыл бұрын
use "comboBoxName.Text;"
@jay-annoliveros53582 жыл бұрын
@@1BestCsharpblog Thank you!! but do I really need to use a button? Can I just select a item in combobox then auto fetch the other data to the textbox?
@sammypaige92863 жыл бұрын
I came across your video and It helped me a lot but I'm wondering... I have a datagridview and wish to automatically select the searched data on it. Hope you can help me..
@tragen136 жыл бұрын
i want to use the getdata query instead of the sql commands, can you help?
@yusufs85757 жыл бұрын
Hi, is it the same code when you want to connect access database? not with sql
@xmaster0407 жыл бұрын
3:21 I dont want to use int for my textbox because i also want to use letters what do i have to do?
@1BestCsharpblog7 жыл бұрын
WHERE id = '" +TextBoxID.Text+ "'"
@xmaster0407 жыл бұрын
thank you!
@satyeshdubey12824 жыл бұрын
how we can show fie path in fileupload like this after clicking button
@coroomchannel4144 жыл бұрын
what about string (textbox) searching?
@RodrigoSilva-eo6mv6 жыл бұрын
you are the best
@OrderOfLemons7 жыл бұрын
Hi #1BestCsharp blog, I tried using this in my code: string sq = "SELECT * FROM new.users WHERE username=" + username_Txt.Text; - but resulted in an error. Is there a away to fix it up correctly?
@1BestCsharpblog7 жыл бұрын
try this : string sq = "SELECT * FROM new.users WHERE username='" + username_Txt.Text+"'";
@OrderOfLemons7 жыл бұрын
1BestCsharp blog thank you. worked :)
@OrderOfLemons7 жыл бұрын
Another question, im getting an error with this: cmd.CommandText = "SELECT * from chat LIMIT " + cCfirst + "," + cClast + "'"; How do i word it correctly?
@garudakurt51663 жыл бұрын
@@1BestCsharpblog 'You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'Code=' at line 1. What's wrong with this I follow this format but I got this error message! I hope you can help me.
@srilankann59474 жыл бұрын
Sir how to Create barcode rdlc report c#
@kamleshjha214 жыл бұрын
please give this code in 3 layer architecture or make a video for this part in 3 layer architecture(files in 3 layer is DAL, BEL, BAL and last but not least is main page or a button_click))
@nareshs39627 жыл бұрын
use full video sir
@alkadedhia24985 жыл бұрын
Not working
@efrainjoseejmj65796 жыл бұрын
danilo gostoi dos teus curso em video mas esto com dilfilculdade