User Profile

Collapse

Profile Sidebar

Collapse
crh313
crh313
Last Activity: Jan 15 '13, 03:14 PM
Joined: Dec 13 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • @Rabbit,

    I think the first issue is that I dont have the function linked to my object correctly. I have some C# files on the server-side, and need to create another C# file for this event. How can I link a external event to the object in the main aspx file?
    See more | Go to post

    Leave a comment:


  • crh313
    started a topic Error with conditional logic on ASP.Net GridView

    Error with conditional logic on ASP.Net GridView

    Hello All,

    I am using a C# condition that changes the row backcolor of a Gridview based on the scheduled time value(TIMESTAMP ). I am new to C# and could use some help with my code. Thanks!

    Code:
    
    DateTime data = DateTime.Now; //will give time for today
    
    protected void grid_RowDataBound(Object sender, GridViewRowEventArgs e)
    {
    
     if(e.Row.RowType == DataControlRowType.DataRow)
    ...
    See more | Go to post

  • crh313
    started a topic Conditional statement using clock & datagrid

    Conditional statement using clock & datagrid

    Hi all,

    I fairly new to asp.net, and I need some help with writing a conditional statement to change a background row color of a data-table based on a JavaScript clock I have running on the webpage.

    There is a particular column on my Datagrid called scheduled time, where I want that column to listen to the clock that I have defined on the webpage. The Datagrid table rows should change background colors based on the "scheduledT ime"...
    See more | Go to post
    Last edited by Rabbit; Dec 20 '12, 06:11 PM. Reason: Please use code tags when posting code.

  • crh313
    started a topic Writing conditional statements

    Writing conditional statements

    Hello everyone,

    I wanted to get some guidance on how to write a conditional statement on a DataGrid in Adobe Flex/Flashbuilder using AS3.

    For example

    If an item is loaded into a data table, then the background color of that items changes red after 5mins.

    Thanks!
    See more | Go to post
    Last edited by crh313; Dec 17 '12, 07:39 PM. Reason: grammer check

  • crh313
    started a topic Change table row background color using Timer?

    Change table row background color using Timer?

    Hi everyone,

    Im very new to javascript so please bare with me. I have a dynamic table in html that has information coming from SQL server. I would like to know how I can apply the "Timer" event to a row, and the background color changes.

    for example


    After a new row of data is added to the dynamic table within...

    - 15mins table row changes yellow with black text
    - 15-30mins...
    See more | Go to post
No activity results to display
Show More
Working...