TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Vishwas Kadamannaya
1.6k
122
142.2k
Comapring Values of textboxes based on dropdown value
Jul 7 2011 8:48 AM
Hi All,
I have a dropdown and three textboxes in my aspx namely drpdwnAccountingType,txtCredit,txtBalance,txtIntradaylimit.
I have two items indropdown credit and deposit, if i select credit txtcredit and txtIntradaylimit shud validate ie txtIntradaylimit.text < txtcredit .text
if i select deposit
txtBalance
and txtIntradaylimit shud validate ie txtIntradaylimit.text <
txtBalance
.text
all three textboxes are of type decimal
How could i do this using java script
Reply
Answers (
1
)
Open popup by clicking on link button on gridview
How to run asp.net webapplication from server machine to clint machine?