@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?
User Profile
Collapse
Profile Sidebar
Collapse
crh313
Last Activity: Jan 15 '13, 03:14 PM
Joined: Dec 13 '12
Location:
-
-
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) -
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"... -
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! -
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...
No activity results to display
Show More
Leave a comment: