Thursday 18 April 2024

Form Control Post C# ASP.Net MVC

 Form Post is a simple process to submit data to the server. C# works the same as other languages like PHP works. Problems arise with the radio button and checkbox. These controls are different from the textbox. So we need different ways to detect user selection. This is post will help you to learn checkbox and radio button selection using form POST.

Radio Button selection detect 

HTML

<form method="post" >
  <
input type="radio"  name="SalaryPerson" value="1" checked/> Salary Person
  <input type="radio" name="SalaryPerson" value="0" /> Self Empployee
 
<input type="submit" value="Save" >
</
form>

Wednesday 17 April 2024

Query String URI in Route in Code codeigniter 4

 


You can pass some information using the query string. Query string is very useful for creating dynamic page. As you can see in the image given above, the Query string is a circle of red color. Page content will be changed as per the product ID provided. 

Tuesday 9 April 2024

Online Clinic/Hospital Management Synopsis

 

Online Clinic/Hospital Management Synopsis

The Online Clinic Management System is a web-based application designed to streamline the administrative tasks of a Clinic/Hospital or healthcare facility. It provides a platform for managing patient records, appointments, billing, and other administrative functions in an efficient and organized manner. The system aims to enhance the overall efficiency and effectiveness of clinic operations while improving patient satisfaction.Live projects have been already made through this synopsis. This synopsis covers all the standards for the synopsis. So this can be used by BCA, MCA, Bsc, O-Level, A-Level, IGNOU students.