In asp.net we are dragging text boxes,button and writing code inside the button similarly how to do login page in ui path 
Hi @indra,
You can store the credential in “Windows credential manager” or “In orchestrator”,
Retrieve the credentials using “Get Credentials” activity, explore on this activity options,
and use “type into” pass the variable for username and password respectively.
Attaching the sample flow.CitrixLoginPageImageExistsExercise.xaml (33.9 KB)
Thanks,
Girish
How to do if entered user name and password is correct that is retrieved from database and if it success it must be entered to application
Hi,
Values validation done by website. It will throw an error if you enter the wrong credentials.
Thanks,
Girish
Ok Than how to insert data in to database by using text box.