Click here to Skip to main content
15,905,607 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello guys..

I am searching records on click on linkbutton and everything is working fine.but there are 3 search criteria



Filter By
Comment Type
All
Feature
Project
Entered By
Anyone
JohnFirstNameJoICenaLastLastLasI
Dfd
FichialinBarbos
testftest

Date Entered

All Time
<30> Days
<90> Days
<180> Days
<365> Days
>365 Days

now i can choose one-one value from each criteria.Suppose i select All,DFD,All Time and all three should be bold.Seaching is working fine but linkbutton are not getting bold.I use css to make them bold on click but as i click on other area on my page then linkbutton font goes normal.SO search item should be bold after click until i change the search criteria like....

example:::I select "ALL" from comment type it should be bold until i click on feature or Project because All three belong to same category.same for entered by and date entered.

example2..if i select all then it should be bold and again i click on "feature" then all should be normal and "feature" should be bold.and i choose entered by or date entered criteria then "feature" should be bold with value select in date entered and entered by criteria.

I hope my question is clear to you.Please provide me any effective solution for it
Thank and Regards
Rahul
Posted
Updated 25-Nov-13 19:46pm
v2
Comments
Rahul_Pandit 26-Nov-13 8:15am    
Please provide any solution for it.
JoCodes 28-Nov-13 6:57am    
Post your code which you tried so far...

1 solution

For this u need to to make a class with css font-bold:true.


.boldstyle{
font-bold:true
}


Now... use jquery click method and manipulate by adding/removing class for each category.

I hope u can understand....
 
Share this answer
 
Comments
Rahul_Pandit 28-Nov-13 4:31am    
I have already tried this but not working

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900