maximocanedo / maximocanedo/PROGIII-TP2
Cuarto ejercicio
Nobody has claimed this yet.
- Dominant language
- ASP.NET
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Este programa trabaja con tres formularios, el principal, el válido y el del error.
En el formulario principal se debe ingresar el usuario y la clave. Si el usuario ingresa “claudio” y clave “casas”, se cargará en otro formulario un mensaje de bienvenida. De lo contrario, se le avisará que los datos ingresados son incorrectos.

Si los datos son correctos se carga la siguiente página:

Si los datos son inválidos se carga la siguiente página:

Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the repository's ASP.NET project structure and existing form entry points, since the issue names no files. Implement the three-form flow described: collect the username and password, show the welcome form for “claudio” and “casas,” and show the error form for other values. Done means both valid and invalid paths display the requested pages.
Written by the indexing model from the issue text.
Assessment
- Domain
- web-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100