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
aylin_sk
NA
87
0
hyperlink
Dec 15 2004 2:55 AM
I want to put hyperlink to my NAME column..But I dont know how can i put it in my code??My hyperlink columns will be shown in searchPatient.aspx page..Pls help! private void myDataGrid_ItemDataBound(object sender, System.Web.UI.WebControls.DataGridItemEventArgs e) { /*if ((e.Item.ItemType != ListItemType.Header) && (e.Item.ItemType != ListItemType.Footer) && (e.Item.ItemType != ListItemType.Separator)) { ((HyperLink)e.Item.FindControl("hlName")).NavigateUrl = "../lpms/searchPatient.aspx?patientNumber=" + ((DataRowView)e.Item.DataItem).Row["PATIENT_NAME"].ToString(); }*/ }
Reply
Answers (
2
)
Maxlength property does not work always?Why?
Help translating from VB.Net to C#