Click here to Skip to main content
15,901,122 members

Comments by sri senthil kumar (Top 121 by date)

sri senthil kumar 6-Feb-14 1:45am View    
You have mentioned a class in the below line what you are doing with this?

<tr class="<%# DataBinder.Eval(Container.DataItem, "Viewed") == "false" ? "highlight" : string.Empty %>">
sri senthil kumar 5-Feb-14 7:38am View    
<tr class="<%# DataBinder.Eval(Container.DataItem, "Viewed") == "false" ? "highlight" : string.Empty %>">

highlight class u have added in the above tr
sri senthil kumar 5-Feb-14 5:55am View    
Chk this i have mentioned diff way of calling method using ajax, use the PageMethod type which comes handy with asp.net

http://witstuner.blogspot.in/2013/02/different-ways-of-ajax-call-in-asp.html

If u still not clear post give me u r mail id. Will send u a sample of async call.
sri senthil kumar 5-Feb-14 5:09am View    
can u post the style how u have written? also have you checked whether the highlight class is added to tr?
sri senthil kumar 5-Feb-14 5:01am View    
Then don't do anything on page load...
Try to split the calls to speedup, like, if u r fetching from 20 different sites do 10 or 5 per each call.
Get the data in client side and bind. You know about Web methods?