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
aparna
NA
6
0
Comparing the textbox size in html using c#
Mar 18 2011 8:32 AM
Say for example my sample input file is,
Tag name: input
Attributes:
type="text"
name="hello"
size="49"
Tag name: input
Attributes:
type="text";
name="hello';
size="50";
Now how can i compare the size of the two textboxes... from the Tag name=input and attribute type="text" ....(size=49 && size=50)and results a mismatch result in this case
Reply
Answers (
4
)
compare intiger values
Comparing the textbox size in html using c#