Thanks, yes absolutely. I’ll keep them coming. Good luck!
@andyjohnson56953 жыл бұрын
Thanks for these videos!
@SaturdayNightCoder3 жыл бұрын
You are very welcome. Always glad to help someone out. Stay tuned for more C# related content. Have a great day!
@fatimaalamoudi96803 жыл бұрын
I was just wondering what do we use the for? What its purpose of use
@SaturdayNightCoder3 жыл бұрын
Hello 👋, the div tag defines a division/section which we can style using CSS if need be. Any content can be put inside a div. think of it a little like a paragraph tag only more versatile. I hope that helps, if you’ve not already done so feel free to subscribe for future content. Good luck and thanks for the question.
@LostZoro2663 жыл бұрын
1:11 bro in my system i can only see empty . There is no web forms, mvc and other options how can i get it?
@SaturdayNightCoder3 жыл бұрын
What version of Visual Studio are you using? If you are using VS2019 make sure you select all project types or Web before doing a search. If it’s still not there scroll down to the bottom of the page and click install more tools and features.
@SaturdayNightCoder3 жыл бұрын
If you are using VS2017 make sure on the left hand side you select Visual C# > Web before browsing or use the search box on the top right to search for ‘Web Application’. If it’s still not there at the bottom on the left hand side click ‘Open Visual Studio Installer’.
@LostZoro2663 жыл бұрын
@@SaturdayNightCoder thanks It worked bro. Tysm
@SaturdayNightCoder3 жыл бұрын
@@LostZoro266 you are welcome mate. Don’t forget to subscribe if you can it really helps support the channel. Thanks for watching!
@victoriensukarieh40013 жыл бұрын
hello there i was wondering how do you assure your aspx file has a little arrow that shows the .vb file. when i create my web application it doesnt show.
@SaturdayNightCoder3 жыл бұрын
Hello, there should be a button in the solution explorer to show all files. That should show the code behind files. With C# Visual Studio automatically shows them but doesn’t for Visual Basic. Hope that helps. Stay tuned for similar content and have a great day.
@victoriensukarieh40013 жыл бұрын
@@SaturdayNightCoder thanks a lot man
@SaturdayNightCoder3 жыл бұрын
@@victoriensukarieh4001 very welcome! Happy coding.
@CieloFuentesOviedo3 жыл бұрын
I did the same as you did but in the Solution Explorer I don't have the WebForm1.aspx.cs there's only WebForm1.aspx, where can I find it?
@SaturdayNightCoder3 жыл бұрын
Hello, thank you for watching. I suspect you are using Visual Basic instead of C#? If so, click on the “Show All Files” button at the top of the Solution Explorer. Don’t forget to subscribe for similar content in the future. Thank you 😊.