Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Urgent!!! How to make databound gridview string into boldUrgent!!! How to make databound gridview string into bold
Previous
 
Next
New Post
2/11/2009 12:42 AM
 
Hi all... My actual task is ... I getting Values from websrevice into gridview. in that having two coloumns and in both columns in each cell the values are like Ex: Bangalore at 10:00 the hours is a string in C#. In the pageload itself the string should be display in bold. I have used below code in C# and succeeded to make it bold. foreach (GridViewRow gvr in GridView1.Rows) { if (gvr.Cells[3].Text == " ") { } else { string chg1 = gvr.Cells[4].Text; string chg2 = gvr.Cells[5].Text; StringBuilder sb = new StringBuilder(chg1); sb = sb.Remove(0, (chg1.Length - 5)); StringBuilder sb1 = new StringBuilder(chg2); sb1 = sb1.Remove(0, (chg2.Length - 5)); StringBuilder de = new StringBuilder(chg1); de = de.Remove(((chg1.Length) - 5), 5); StringBuilder de1 = new StringBuilder(chg2); de1 = de1.Remove((chg2.Length - 5), 5); string ch1 = BoldLetter(sb.ToString()); string ch2 = BoldLetter(sb1.ToString()); gvr.Cells[4].Text = de + " " + ch1; gvr.Cells[5].Text = de1 + " " + ch2; string air = gvr.Cells[3].Text; } } But our requirement is to do it using Javascript. Plz send me the script and the code to use it... Thanx in advance
 
Previous
 
Next
HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Urgent!!! How to make databound gridview string into boldUrgent!!! How to make databound gridview string into bold


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out