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
soner celik
NA
35
0
How do I find the cursor position in the box ?
Mar 25 2015 8:05 AM
Hi,
I'm making phone simulation with asp.net. It is like the screenshot links (
http://prntscr.com/6l4q8c
).
I used the control of Asp.net. I would like to be added to the location of the cursor on the new number.
But I do not know the position of the cursor. How do I find the cursor position in the box ?
Active block of code is the same as the following
if (txtNumber.Text.Length > 0)
{
txtNumber.Text = txtNumber.Text.Substring(0, txtNumber.Text.Length - 1);
}
else
{
txtNumber.Text = string.Empty;
}
Thank you for your help
Reply
Answers (
2
)
search by selectedvalue in dropdown & displayin webgrid mvc4
presentation layer