https://github.com/gabrieldim/trainticket-and-validation
This repository is for two smaller basic ASP .NET applications.
https://github.com/gabrieldim/trainticket-and-validation
asp-net aspnet form train train-ticket validation web-form web-forms
Last synced: 6 months ago
JSON representation
This repository is for two smaller basic ASP .NET applications.
- Host: GitHub
- URL: https://github.com/gabrieldim/trainticket-and-validation
- Owner: gabrieldim
- Created: 2021-05-24T16:53:56.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-24T17:02:21.000Z (about 5 years ago)
- Last Synced: 2025-01-21T15:21:34.960Z (over 1 year ago)
- Topics: asp-net, aspnet, form, train, train-ticket, validation, web-form, web-forms
- Language: ASP.NET
- Homepage:
- Size: 5.86 KB
- Stars: 102
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Train Ticket And WebForm Validation
- This repository is for two smaller basic ASP .NET applications.
- Web form for entering and displaying data for purchasing a transport ticket. In this solution I have made an example of a train ticket.
Solution in: TrainTicket.aspx and TrainTicket.cs
- Validation and rich controls. It is a form in which a complete validation of the components is done.
Solution in: WebFormValidation.aspx and WebFormValidation.cs