excellent stuff you have put on Youtube. could you please share your mail ID? if you dont' want public could you please share me with at raisudhakar1980@gmail.com.
Nailing right on the head. Awesome videos. And I like it when you explain while coding. Helps guys like me to understand what,s going on even without having much prior knowledge of csharp.
Thank you very much for the time you put into your videos.
I was wondering if you can show me how to use phrase perdict using a combo box to search a sql datebase for records? Thank you very much for everything.....
Hi! thanks loads for the tutorial! it was really helpful! wanted to know how to insert primary and foreign key in tables.....that is how to define the tables' relationship in the sql query....please see if you can post the tutorial as soon as possible.i'm doing a C# project and i really really need your help!! i have seen your past tutorials.....it was really really helpful!!! @MultiAnonymous1989 well said......u r a life saver!!
Many thankx for the video tutorial as usual great stuff from u. One question i have thogh the intelliscence in c# is not bringing up the "Rows" and as result i cant actually populate combo box Message i get is an errror message
" 'System.Data.DataSet' does not contain a definition for 'Rows' and no extension method 'Rows' accepting a first argument of type 'System.Data.DataSet' could be found (are you missing a using directive or an assembly reference?) "
@oj4y Sounds like your prolem is as simple as adding "using System.Data;" to the top of your program. Perhaps you are using VS 2008? VS 2010 already adds System.Data namespace to the program. Check out the beginning of my video and how "using System.Data;" is already there. Please let me know if this solves your problem. Thank for watching!
Out of all the videos I've watched on C# and mySQL yours has been the most straight forward, precise, and well explained so far. Thank you.
stezza333 1 day ago
Very helpful, thank you!
uberzdn 1 month ago
Hi,
excellent stuff you have put on Youtube. could you please share your mail ID? if you dont' want public could you please share me with at raisudhakar1980@gmail.com.
thank you so much!
raisudhakar1980 1 month ago in playlist C# Data
thank you! :)
grupio12 1 month ago
perfect video thanks
TheKluivert10 2 months ago
Nailing right on the head. Awesome videos. And I like it when you explain while coding. Helps guys like me to understand what,s going on even without having much prior knowledge of csharp.
omidvarerahmat 2 months ago
brother one question, what is cs in the minute 2:24?
seogery 2 months ago
@seogery it is a reference to the sqlConnection object right above it.
BablioBr 2 months ago
thats gud but i want to know that what we should do when we want to search a particular entry from database
shawnlesner 3 months ago in playlist More videos from BablioBr
My saviour! thx you so much!
157679 3 months ago
thank you! very usefull!
FoSMEF 3 months ago
Hello, I got a quesion, what shuld i do if i want to select one more data table into the same combobox?
thank for your video.
likhith2010 4 months ago
excellent
satishbabu87 5 months ago
Comment removed
satishbabu87 5 months ago
thank u veryyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy much.,.,
satishbabu87 5 months ago
thank u veryyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy much.,.,.
satishbabu87 5 months ago
Thank you very much for the time you put into your videos.
I was wondering if you can show me how to use phrase perdict using a combo box to search a sql datebase for records? Thank you very much for everything.....
littlejen187 8 months ago
thank u very much for the video ....it really worked
martindias11 9 months ago
thank u very much for the video ....it really worked
martindias11 9 months ago in playlist Info C#
what if i want the data to be already in the combobox without pressing the get names button??
jcp10316 9 months ago
@jcp10316
instead of doing it in the button1_Click you could do it in Form1_Load (double-click on the Form in the Designer)
or
just insert the code below "InitializeComponent();" in the Form1() constructor
x1c3x 9 months ago
awesome :) , u helped me alot, thanks mate
meeaamir 10 months ago
Hi! thanks loads for the tutorial! it was really helpful! wanted to know how to insert primary and foreign key in tables.....that is how to define the tables' relationship in the sql query....please see if you can post the tutorial as soon as possible.i'm doing a C# project and i really really need your help!! i have seen your past tutorials.....it was really really helpful!!! @MultiAnonymous1989 well said......u r a life saver!!
lovinee 1 year ago
thanks alot!!!! i went through all these videos but you are a life saver
MultiAnonymous1989 1 year ago
My teacher always teaching me how to work with C# and SQL :D
Keep helping us!!
God Bless you
EnGeLsJ15 1 year ago
Many thankx for the video tutorial as usual great stuff from u. One question i have thogh the intelliscence in c# is not bringing up the "Rows" and as result i cant actually populate combo box Message i get is an errror message
" 'System.Data.DataSet' does not contain a definition for 'Rows' and no extension method 'Rows' accepting a first argument of type 'System.Data.DataSet' could be found (are you missing a using directive or an assembly reference?) "
oj4y 1 year ago
@oj4y Sounds like your prolem is as simple as adding "using System.Data;" to the top of your program. Perhaps you are using VS 2008? VS 2010 already adds System.Data namespace to the program. Check out the beginning of my video and how "using System.Data;" is already there. Please let me know if this solves your problem. Thank for watching!
BablioBr 1 year ago
this is good. you should add more tags because it took me a while to find this.
micahstubz 1 year ago
Thanks! I was getting hung up in trying to do that exact thing.
guitarpunk82 1 year ago
thx
prutvx 1 year ago
Excellent!!! Hope to see some videos on LINQ.
nepalinet 1 year ago