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
Sayed Hassan
NA
23
17.9k
How to get deselect text from a full text in a combobox
Apr 24 2013 11:52 AM
I need to get read a deselect text from a full text in a combobox where some text are highlighted.
Suppose the searching text is
emergency
where
emer
is not highlighted but
gency
is highlighted.
Now I want to read this deselect text
emer
to perform operation.
textbox1: emer
gency
(at typing)
textbox2.Text = textbox1.Text.Substring(textbox1.SelectionStart, textbox1.SelectionLength);
I am trying this code variously. But it's not working.
Help me plz.Thanks in advance.
Reply
Answers (
2
)
inheritance
check if a gridview cell is double clicked