Skip to main content

Posts

Showing posts from August, 2022

Practical 1(c): Create an application that receives the (Student Id, Student Name, Course Name, Date of Birth) information from a set of students. The application should also display the information of all the students once the data entered.

   BSc IT Sem 5- Advanced Web Programming Practicals...   In this article I have given the solution and step-by-step   explanation for practical 1(c) of  Advanced Web Programming  subject of  BSc IT sem-5  (Mumbai University). I have given a step-wise guidance on creating a new project and designing our webpage to writing the code  on Visual Studio.  I`ll also explain  How the program works?  so that It`ll be easier for you to understand the program and manipulate it according to yourself. Question:  Create an application that receives the (Student Id, Student Name, Course Name, Date of Birth) information from a set of students. The application should also display the information of all the students once the data entered.   Firstly, let us understand what the question demands. Explanation:  We have to create an application that takes inputs from students for information like Student Id, Student name, Course name ...

Practical 1(b): Create an application to demonstrate string operations in ASP.NET with C#.

 BSc IT Sem 5- Advanced Web Programming Practicals...   In this article I have given the solution and step-by-step   explanation for practical 1(b) of  Advanced Web Programming  subject of  BSc IT sem-5  (Mumbai University). I have given a step-wise guidance on creating a new project and designing our webpage to writing the code  on Visual Studio.  I`ll also explain How the program works? so that It`ll be easier for you to understand the program and manipulate it according to yourself. Question:  Create an application to demonstrate string operations.    Firstly, let us understand what the question demands. We have to create an application that demonstrates various string operations. So, what does it mean?  Explanation:  We have to create an application that will be taking a string input from the user and the application will perform various string operations on the inputted string data. For this we need a TextB...

Practical 1(a): Create an application that obtains four int values from the user and displays the product in ASP.NET with C#.

BSc IT Sem 5- Advanced Web Programming Practicals...         This tutorial provides solutions and step-by-step guidance for practical questions of Advanced Web Programming subject of BSc IT semester 5(Mumbai University). This tutorial will be providing solutions for every practical questions in the syllabus. This blog contains the solution for practical 1(a) question.              Follow the below steps to solve the first practical. Step 1: Open Visual Studio. I am using Microsoft`s Visual Studio 2022, you can use any latest versions.  Click on "Create a new project". Step 2:                                                                                                      ...