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
Aniket Samanta
NA
82
2.6k
Select Data from Datable with condition
Nov 28 2013 6:57 AM
I have data in datatable Like below .
............................
Link
|
Value
............................
E1
|
Monitorlog
E2
|
Dashboard
E3
|
Tester
now i want to assign value in a String on runtime
Like
String E1 = Monitorlog when link = = E1
please suggest me different approach.Is any other.
I have already implemented like below
if (configTable.Rows[i]["Link"].ToString().ToUpper() == "MONITORLOG")
_urlMonitor = configTable.Rows[i]["Value"].ToString();
Reply
Answers (
1
)
polygon in google maps
Creating Listbox dynamically based on dropdown value