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
anjumathi kumar
NA
54
64k
GridView
Jul 15 2011 2:07 AM
Label lbl2 = e.Row.FindControl("lblName") as Label;
Label lbl3 = e.Row.FindControl("lblKeyword") as Label;
Label lbl4 = e.Row.FindControl("lblKey") as Label;
foreach
(GridViewRow rows
in
gvRules.Rows) {
lbl1.Text +
"
If"
+ lbl3.Text +
"
then Action "
+ lbl2.Text +;
}
I want to add the labels in in for each condition..i want this as like a sentence while bind grid ..plz sahre ur idea
Reply
Answers (
1
)
Call vbscript after postback
Web Config in Silverlight