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
Amit Kumar
NA
2
962
i want to select those value is gave by user from textbox
Jul 28 2016 7:25 AM
protected void btn2_Click(object sender, EventArgs e)
{
string man = txt2.Text;
string[] match = man.Split(',');
int i = match.Length;
for (int count = 0; count < i; count++)
{
var a = ltb1.Items.FindByText(match[i].ToString());
if (a.Text == man)
{
ltb1.SelectedValue = a.Value;
}
Reply
Answers (
1
)
I need to full fill default.aspx on desktop (full size)
Multiple Check boxes Not Select in GridView