Skip to main content

Posts

Showing posts with the label awp

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...