Click here to Skip to main content
15,913,145 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello All,

help me about that,

I have added four textbox's & button,
Login id,new pw
old pw, confirm pw
button

above sequence same on UI,
I have set tabindex as per below seq
Login id=1(disabled=false),old pw=2,new pw=3,confirm pw=4,button=5,

its working fine on tabpress,

but when I click on Button that time ,
required field validator popup display first on new pw textbox,I want popup display first on Old pw ,


what i do in that case,


thanks in advanced..
Posted
Comments
Hi Madhuri,

Can you please post your codes ? It will be easier to track the issue.

Thanks,
Tadit

Hi Madhuri,

There is a problem in your page HTML.
See that all your HTML tags are proper or not.
Surely problem in that other wise it will be show in proper sequence.
There should be some missing tag.

Thanks,
Viprat Shah
 
Share this answer
 
Use it Like this Check u r prefix name of Ajax First
 
Share this answer
 
hello guys,


Thaks for ur reply's,
but i have solved this problem,
i.e. I have just put all validator in sequence which i want.
e.e old pw validator put first & then new pw requiredvalidator sencond and etc.


thanks all of you..
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900