How to give red color for rows on html table that have different values on same row ?
I work on dynamic table not static get from back end asp.net sample below for explain idea .
I need when at least one cell from row different from each others
then give red font to full row
if you see below...
i want a form containing a text bar to appear when comment is clicked
<li><a href="#" id="comment">Comment</a></li>
I couldnt do it using razor so I tried writing a Jquery script
<script type="text/javascript">
$('#comment').click(function () {
$('div#txtcmd').html...
Hello,
This is my first experience with C# Web Service & AJAX ... I would like to build a page like Facebook that will load the next set of records when we scroll down ...
I'm trying to use the code but it's not working at all ... Can you help me ?
Thank you
Paul
HTML Code...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.