In case anyone is interested soundtrack is: Classical Christmas Favorites24
@foxlearn5 жыл бұрын
Thank you !
@anilanandachakrabortty14167 жыл бұрын
how to do insert update delete using store procedures, using SQL server ...plz suggest.. one question after applying metrofram one shadow broader is coming in every form how to remove the shadow broader ????
@foxlearn7 жыл бұрын
You can create a stored procedure, from model designer you can select your stored procedure. To remove the shadow border you can set non border to your control
@stefanstoner69327 жыл бұрын
Thx Fox, great Tutorials. Can you make a similar Crud tutorial with sqlite and EF?
@foxlearn7 жыл бұрын
OK. Thank you for your suggestion
@wildanmufid14536 жыл бұрын
what is pContainer variabel?
@foxlearn6 жыл бұрын
pContainer is a Panel control, you can add control to pContainer
@AtFusion5 жыл бұрын
i loved this tutorial voice please tell me how can i get this voice
@foxlearn5 жыл бұрын
Thank you. You can use nature text to speech
@AtFusion5 жыл бұрын
@@foxlearn Thanks a loot bro
@punzalanmichael96976 жыл бұрын
yow. i got an error when i click the data grid it says that "Value cannot be null. Parameter name: path. and also when i click the upload photo button, it says that "The path is not a legal form." please help :D. thanks by the way for this video tutorial
@foxlearn6 жыл бұрын
First, you need to check your column database, then set allows null value. Check your image path before saving. Thank you !
@punzalanmichael96976 жыл бұрын
@@foxlearn all of my column's are null except the primary key, but i keep getting that error which is "The path is not a legal form." :D maybe i can fix this later. but anyway thanks for the help though :D appreciate it
@impakto912 жыл бұрын
it's possible to have source code?
@zerosandones75475 жыл бұрын
how to do a one to many relationship?
@foxlearn5 жыл бұрын
Thank you for your suggestion. I'll upload soon !
@Juan-zl3fy5 жыл бұрын
where is the update crud code ??
@foxlearn5 жыл бұрын
Using entity framework you can use crud operation via dbcontext