Refreshing a part of an ASP page

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nikhil86
    New Member
    • Oct 2006
    • 8

    Refreshing a part of an ASP page

    Hey guys
    I am having a problem trying to implement this particular feature on my asp page. I have an html table which basically reads fields off a database. I have a field called "test status" (which is basically: <td class="tdcell"> <%=rs("rStatus" )%> where rStatus is my database column) I have 4 different statuses and for each status I want a different colour.
    For example, suppose the user says that the test status is complete (i have an implementation which allows the user to change the test status.), i want that particular cell to be turned green, so on for each diff status (for example, pending should be red etc)
    It would be great if i could get some help from you guys as to how to go about doing this!
  • nikhil86
    New Member
    • Oct 2006
    • 8

    #2
    Sorry for the incorrect title. I was going to ask another question at first. My apologies. Is there any way an admin can change it??

    Comment

    • sashi
      Recognized Expert Top Contributor
      • Jun 2006
      • 1749

      #3
      Originally posted by nikhil86
      Sorry for the incorrect title. I was going to ask another question at first. My apologies. Is there any way an admin can change it??
      I don't understand by what u meant "Is there any way an admin can change it??" Please explain clearly as it would ease in helping you to debug your code.

      Comment

      • nikhil86
        New Member
        • Oct 2006
        • 8

        #4
        Originally posted by sashi
        I don't understand by what u meant "Is there any way an admin can change it??" Please explain clearly as it would ease in helping you to debug your code.
        oh u got me wrong. My second post was just about the title of this discussion which i called "refreshing a part of an ASP page". I was going to ask another question before, but i fixed that problem so i asked something else (my first post) which has nothing to do with the title of this thread. I wanted the admin of this forum to change the title of my thread.

        Comment

        Working...