show the button in run time like
user celv
password celv
then 1ly i have to show the login button after insert the password as celv i have to show the button
show the button in run time like
user celv
password celv
then 1ly i have to show the login button after insert the password as celv i have to show the button
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Akhil MittalPosted May 23, 2014, 8:10 AM
Akhil MittalPosted May 23, 2014, 8:06 AM
Hide the button initially like making its visibility property to collapsed, then on onblur event of both user button and password textbox, check for the text inside both the text box, if there is text in both the text boxes then set visibility ="visible" of login button in that onblur event itself.