Hi,please help me.
I have a textbox called txtUsername, also have one called txtEmpID. what im looking for is a simple way for txtempid can get updated automattically based one what i type in txtusername.
Thank you
nurul_1 0 Newbie Poster
Recommended Answers
Jump to PostSo, doing this client side would be best so you dont have to use PHP on each postback to check/assign the values..
If you want simple, use jQuery...
here is an example of one way to do this...
<!DOCTYPE html> <html> <head> <script src="
All 3 Replies
JorgeM 958 Problem Solver Team Colleague Featured Poster
archie.herbias -2 Newbie Poster
nurul_1 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.