I’m tring to add a link in my code like below,I have written a javascript function,thing is in UI it has to show data as link.
string str=”” + dataTable.Rows[i][j] + “”
Is there a way to show my datatable data as a link in UI?
Reply
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
assuming that your dataTable[i][j] is the link .. we can simply do this in javascript to create a link
then use this string wherever you want.
or as i just saw the updated question