Am a beginner too, I love the video but I find it hard to create given their is no verbal explanation as to what is happening and why it happens they way it is!!! Especially the code part of it!! How did you go about this! Or you didn't face that challenge at all!
for everyone struggling with table in manage orders, this is how I did it: private void button5_Click(object sender, EventArgs e) { if (table.Columns.Count == 0) { table.Columns.Add("num"); table.Columns.Add("product"); table.Columns.Add("qty"); table.Columns.Add("uprice"); table.Columns.Add("totprice"); }
if (QtyTb.Text == "") MessageBox.Show("Enter The Quantity of Products"); else if (flag == 0) MessageBox.Show("Select The Product"); else { num = num + 1; qty = Convert.ToInt32(QtyTb.Text); totprice = qty * uprice; table.Rows.Add(num, product, qty, uprice, totprice); OrderGv.DataSource = table; flag = 0; }
} And this is where I declared table: int num = 0; int uprice, totprice, qty; string product; DataTable table = new DataTable(); If anyone have some questions about this, I have to tell you that someone helped me, I am not responsible by for code.
populate(); populateproducts(); fillcategory(); table.Colums.Add("Num", typeof(int));// data type int; table.Colums.Add("Product", typeof(string));// datatype string; table.Colums.Add("Quantity", typeof(int));// datatype string; table.Colums.Add("UPrice", typeof(int));// data type string; table.Colums.Add("TotPrice", typeof(int));// data type int; "the name 'table' does nor exist in the current context thank for helping me.
I spent the whole last week searching for something like this so i can start getting some idea for my project that i want to do for my work. Hope i can find all solutions in ur videos because and i hope after i finish learning all steps in ur video i can do my own project without copying others code. Ty and keep the good work. If u want i can give u the idea of my project so u can make a future video 😛😛(joking)
At 3:38:40 you have use table.rows.add() can you explain what is that table is ? Is that datatable or what becase i am getting error at that point plzzz reply
Hello there , Great video it actually helped me a lot. I have a question at 3:39:34 you are using a table variable is it a DataTable? And if yes have you used it before? Because I have create 2 datatables and I use them to fill my product gridview and my customer gridview. I created a third to store my order data but it didn't work. Thanks!
@@thisisMihji Yes I actually found a solution but I do not know if it's the right one! But I faced a problem it doesn't add new column but instead it overrides the old one. I don't know why Code Space isn't responding and from what I see he is active.
Good evening sir, thank you for everything you do for us beginners, I have been following you for almost a year, you have helped me achieve many things but I have a concern, I do not know if you can help me, I am making an application, I want to save the images in the database, Access, that is to say the image must be converted, how to convert a text into the database, I do not know if you understand me, text format and not photo format, in byte for example
Really nice work! That is what I was looking for, This project is really helping me in making some elements of my project, May you please send me source code to assist
How did you get passed on the problem with table.rows.add(num, product, qty, uprice, totprice); Mines got and error It says ArgumentException was unhandled
Thank you so much for the video sir . This project is really helping me in making my project . I would be so happy if you can help me in providing the source code of this project . Subscribed 🙌 Eagerly waiting for your reply 😊
Wow just came across to these projects and all of them were superb and great. Anyway How can get the Source_Code of the inventory management and the bakery management project?
@@MyCodeSpace1In Form Order at 3:40, I show a exception (say that the input array is longer than the number of columns in this table.) What is the solution please
@@005mairasultana6 public Form6() { InitializeComponent(); } DataTable table = new DataTable(); SqlConnection Con = new SqlConnection(@"Data Source=(LocalDB)\v11.0;AttachDbFilename=C:\Users\hosal\OneDrive\Documents\inventorysystem.mdf;Integrated Security=True;Connect Timeout=30");
I’d very much appreciate if you could share the source code of this project. I really need, I had built one system and I haven’t been able to fix a bug and your project will help me a lot for my final project. Thanks!
if you change the font family and size on the form before you create a new item, then use this item the same properties from the form. it work faster.
Thank you so much for such a wonderful project especially for beginners.
I have created the same application as explained and developed by you with minor changes...in Visual Studio 2019
ruclips.net/video/DrjnNxYXN78/видео.html
Am a beginner too, I love the video but I find it hard to create given their is no verbal explanation as to what is happening and why it happens they way it is!!! Especially the code part of it!! How did you go about this! Or you didn't face that challenge at all!
@@gaurav-dutt can u give the source code
Click on the join button and become a member of our community to receive the source code
Thank you so much! It helps me with my university assignment.👍
You're very welcome!
for everyone struggling with table in manage orders, this is how I did it:
private void button5_Click(object sender, EventArgs e)
{
if (table.Columns.Count == 0)
{
table.Columns.Add("num");
table.Columns.Add("product");
table.Columns.Add("qty");
table.Columns.Add("uprice");
table.Columns.Add("totprice");
}
if (QtyTb.Text == "")
MessageBox.Show("Enter The Quantity of Products");
else if (flag == 0)
MessageBox.Show("Select The Product");
else
{
num = num + 1;
qty = Convert.ToInt32(QtyTb.Text);
totprice = qty * uprice;
table.Rows.Add(num, product, qty, uprice, totprice);
OrderGv.DataSource = table;
flag = 0;
}
}
And this is where I declared table:
int num = 0;
int uprice, totprice, qty;
string product;
DataTable table = new DataTable();
If anyone have some questions about this, I have to tell you that someone helped me, I am not responsible by for code.
You Great ❤
please how did you solve the problem on the cmd on the button insert Order
Thank you so much for your contribution to youtube this has explained exactly what I needed to know about wpf.
populate();
populateproducts();
fillcategory();
table.Colums.Add("Num", typeof(int));// data type int;
table.Colums.Add("Product", typeof(string));// datatype string;
table.Colums.Add("Quantity", typeof(int));// datatype string;
table.Colums.Add("UPrice", typeof(int));// data type string;
table.Colums.Add("TotPrice", typeof(int));// data type int;
"the name 'table' does nor exist in the current context
thank for helping me.
Thank you very much!!!!!
Thank you so much for such a wonderful project especially for beginners.
i want the source code
nice video
Guys this .net 5 and Angular e-commvers site
ruclips.net/video/-IzpsC-0eBk/видео.html
one of the best and easiest project for me thanks....
Can you send me the source code
Subscribe.
Give your mail id
¡Que belleza!
Gracias por esta grandiosa aportación.
Really aa great project very informative video
@@MyCodeSpace1 thank you so much dear i have already subscribed and also shared to my friends
This wonderful project will help me to develop my C # skills a lot. Can I get the source code?
I spent the whole last week searching for something like this so i can start getting some idea for my project that i want to do for my work.
Hope i can find all solutions in ur videos because and i hope after i finish learning all steps in ur video i can do my own project without copying others code.
Ty and keep the good work.
If u want i can give u the idea of my project so u can make a future video 😛😛(joking)
Thanks and all the best for your project.
Your video is helping me a lot in my final year project. It's biginner level but it's awesome
Thanks
@@MyCodeSpace1 i tried to donate but the link doesnt work thanks, i will be watching the video and trying to do it
www.paypal.me/mrdipkchouhan
Try once more it should work.
Thanks
At 3:38:40 you have use table.rows.add() can you explain what is that table is ? Is that datatable or what becase i am getting error at that point plzzz reply
A question. Where is the variable table defined?
And thanks for the video...
Really useful
Can i get the source code
I stuck in the orders grid 😭
click on the join button and become a member of our community to receive the source code
Hello there ,
Great video it actually helped me a lot.
I have a question at 3:39:34 you are using a table variable is it a DataTable?
And if yes have you used it before?
Because I have create 2 datatables and I use them to fill my product gridview and my customer gridview.
I created a third to store my order data but it didn't work.
Thanks!
am having a similar problem, did you manage to fix this?
@@thisisMihji Yes I actually found a solution but I do not know if it's the right one! But I faced a problem it doesn't add new column but instead it overrides the old one. I don't know why Code Space isn't responding and from what I see he is active.
@@MyCodeSpace1 Thank you lad! It works fine right now! :) No worries keep up the good work!!
@@MyCodeSpace1
You better send a video and show it I got an error at 3.39 and I can't
same problem to me. How to resolve it?
Wow you help me so much with my Assigment
Make a tutorial video for supermarket with barcode scanner
😊
great video .....full of knowledge....
Could you share the source code???
Click on the join button and become a member of our community to receive the source code
Thank you for the video. It was very informative and i have susbscribed to your channel for further videos. Please provide the source code
Give your mail id
From Bangladesh as well
Helpful and appreciated
Can you do a tutorial how to build a To do list Management system using C# language ☹️☹️☹️
Its great... need source code with database Thanks..
Subscribe.
Give your mail id
3.38.59
DataTable table=new Datatable();
أيضًا الدقيقة 3:52
Thank you so much for your Video 😍
Check your mail.
Subscribe
Thanks for share
VERY NICE
Thanks
a great job indeed im glad to have the source code
@@MyCodeSpace1 (tamukadube1990@gmail.com)
@@tamukadube9926 can I have source code and database ? razwanshexa@yahoo.com
Ready good..
All the work is owesome.
but
please tell where we use new varaiable
datable table =new datable;
@MyCodeSpace
Add this line
Datatable table = new Datatable () ;
Hello sir, on the time 3:39:53 and it said from your code table.Rows.Add(num, product, qty, price, totprice);
where does named table came from?
I have subscribed. This has been so informative! May I have the source code?
Thanks and very good tutorial
Hello, I'm new to this area, and I hope you don't mind if I ask which version you are using? Thank you!
I have just started learning C#. should i start with this project. could you please guide me through this Thnaks
thanks you sir! Very good.
In the order management form in the line of code tables .rows.add where did u get tables from
Great project .... please I need the source code of it ...
Excellent 👌
God bless you, thanks for sharing.
i recently joined in your community membersip, and I love your work. can you give me a source code for this?
Watch has done :)
Thank you for sharing this video.
Can u give me the full source code??
Click on the join button and become a member of our community to receive the source code
Great work sir,
Please can i get full source code.
click on the join button and become a member of our community to receive the source code
Nice work there sir I just subscribed and liked your video please can I get the source code?
Pls I enjoyed ur lesson, can u pls send the source code to
Good evening sir, thank you for everything you do for us beginners, I have been following you for almost a year, you have helped me achieve many things but I have a concern, I do not know if you can help me, I am making an application, I want to save the images in the database, Access, that is to say the image must be converted, how to convert a text into the database, I do not know if you understand me, text format and not photo format, in byte for example
thank you so much sir you are great ❤❤❤❤❤❤❤❤❤❤
I have subscribed the channel. you are just awesome. Where shall I contact you for the source code brother?
Click on the join button and become a member of our community to receive the source code
This project is actually a real time application and very informative. Can I get the source code?
@@MyCodeSpace1 Thanks a lot
@@kripashankar2474 pls, can u send me source code?
Subscribe.
Give your mail id
ruclips.net/video/DrjnNxYXN78/видео.html
@@MyCodeSpace1 can i have it too
Next time plz use a mic.
I really enjoyed my stay her :) can i ask the source code?
Subscribed, can I get the source code please I need this badly you're my hero
Subscribe.
Give your mail id
Thanks for the awesome support I am doing BIT degree I got some errors can you send me your source code please it will help me
Subscribe.
Give your mail id
@@MyCodeSpace1 I didn't get the source code could you please send me asap because I ran out of time please
Do you want us to guess your mail id?
@@MyCodeSpace1 hello are you there 👀👀
Thank you very much.Your tutorials are the best.May l get source code with database?
Not to shabby, good job!
Thanks for the helpful videos . Can you Share me the source code
Click on the join button and become a member of our community to receive the source code
I need the source code. I'm already subscribed
Thanks for awesome.. I'm doing BSIS , I need this for my output..Can I get this source code sir?
Click on the join button and become a member of our community to receive the source code
very useful tutorial thank you
ruclips.net/video/DrjnNxYXN78/видео.html
Thank you for this helpful videos. Please kindly send me the source code of this project
Kindly click on the join button and become a member of our community to receive the source code
@@MyCodeSpace1 I have already joined
amazing project tutorial help a lot but that table.rows.add i do not quite understand. Is it possible to have the source code? already subscribed
Subscribe.
Give your mail id.
Great tutorial I did subscribe I can you please send the source code
Really nice work! That is what I was looking for, This project is really helping me in making some elements of my project, May you please send me source code to assist
How did you get passed on the problem with table.rows.add(num, product, qty, uprice, totprice);
Mines got and error
It says ArgumentException was unhandled
@Armed Coffee please check if you converted the qtytb.text to int32, also check if u declared the variable converted the uprice.
Click on the join button and become a member of our community to receive the source code
@@tafadzwatapera1820 thank you I'll give it a try
@@MyCodeSpace1 I would if wasn't broke
great project please send source code
Thank you so much for the video sir . This project is really helping me in making my project . I would be so happy if you can help me in providing the source code of this project . Subscribed 🙌 Eagerly waiting for your reply 😊
Contact us on codeiscodespace@gmail.com
For the modalities
have you got the code? please contact
@@MyCodeSpace1 hi sir
Wow Grate Job , is it possible to have a copy of the source codes?
Click on the Join button and become a member of our community to receive the source code
Sooo fabulous
Could you give source code?please
Subscribe.
Give your mail id
It helps alot😍Sir!can you share this code?
Click on the Join button and become a member of our community to receive the source code
thank you so much
Great! Best application. Can we have your bunifu elements please.
actually not bunifu but GUNA
ruclips.net/video/DrjnNxYXN78/видео.html
Thanks so much for your projects they helped me so much ,
I'm subscribed already can you send me source code plz
Click on the join button and become a member of our community to receive the source code
Can I have the source code please?.. already subscribed
Very helpfull tutorial, where can i download the source code sir?
MyCodeSpace
where to download the source code sir? @
MyCodeSpace
Click on the join button and become a member of our community to receive the source code
Thank you for the wonderful tutorial. May I have the source code with the database.
invoice print or billing prints based on particular customer as well as based on particular products list
hi are you able to run the code? i got stuck at manage order. if you do please let me know. thanks. armansm4@gmail.com
Check your mail.
Subscribe
This video is very helpful. Can you send me code of the project?
Click on the join button and become a member of our community to receive the source code
Thanks for the tutorial I hope i can ask the source code? :)
if i just studied c# and oop what else should i study to be able to wathc the video and make the project
Your video have a lot of knowledge, can you send me the Source code please :(
WOOOOOOOWWWW, Can I have the source code please.....
Subscribe.
Give your mail id
Great video and I love all yours videos. can i get this sours code plz
where i can find the source code? thank you for the answers ♡
Wow just came across to these projects and all of them were superb and great. Anyway How can get the Source_Code of the inventory management and the bakery management project?
Kindly Click on the join button and become a member of our community to receive the source code
Thankyou very much
You used windows form can i Swich windows form to web form? Is the code remain same or changes can be applied? Please reply 🙏
Thats a nice project, im interested in the source code
Kindly send us a mail on codeiscodespace@gmail.com
@@MyCodeSpace1 i sent an email but no answer :(
Well done.
Can I have source code.
Subscribe.
Give your mail id
your videos was very helpful . Can i get the source code?
Click on the join button and become a member of our community to receive the source code
i cant see the join button@@MyCodeSpace1
@@MyCodeSpace1In Form Order at 3:40, I show a exception (say that the input array is longer than the number of columns in this table.) What is the solution please
Awesome project!
Can you send me the source code?
Subscribed and liked the video.
Subscribe.
Give your mail id
@@MyCodeSpace1 Hi sir ,I've sent my email id but still I didn't the source code. Please send me the source code as soon as possible
cool video)
THANKYOU VERY MUCH PLEASE SHARE THE CODE
such an insightful video.. please can i get the source code?
this is my mail--- oscarspecks@gmail.com
3:40:51 exception when adding items to the grid view
@@MyCodeSpace1 just tell me where this line of code DataTable table=new DataTable () ; will be written
@@005mairasultana6 public Form6()
{
InitializeComponent();
}
DataTable table = new DataTable();
SqlConnection Con = new SqlConnection(@"Data Source=(LocalDB)\v11.0;AttachDbFilename=C:\Users\hosal\OneDrive\Documents\inventorysystem.mdf;Integrated Security=True;Connect Timeout=30");
@@005mairasultana6 thank you so much 😅🤣😂I was stuck and getting anxiety..only cos you of saying this im back on track
@@hosalnajam5283 thank you😊
@@hosalnajam5283 i tried this
it worked but it had different problems like being able to use the table
Great work... I'm stuck at table. Rows. Add..can you guide me please
Send a screen shot of the error on codeiscodespace@gmail.com
@sham ch did you solve it ? i have the same problem as you
Thanks!
I’d very much appreciate if you could share the source code of this project. I really need, I had built one system and I haven’t been able to fix a bug and your project will help me a lot for my final project. Thanks!
Hello Sir, thankyou for this, Exactly this is my Project to submit, can I get the full source Code? Please😢
Great job.Could you please send me the source code?Thanks
Click on the Join button and become a member of our community to receive the source code
Can I run this project in vs code instead of Microsoft visual studio will it work..