My Application is not db based i am developing just for learning. i have 2 form first have just user name and password textfield and submit button and second form have one label. i have make condition with if-else when username is "waqas" and password is "a" then show form2 and hide form1.
i want that when form2 appear, the text of label on form2 should "Hello waqas".
i am trying from 1 hr. :(