foreach (GridViewRow gvrow in gvJobs.Rows)
{
System.Web.UI.WebControls.CheckBox cbUrgent = (System.Web.UI.WebControls.CheckBox)gvrow.FindControl("cbUrgent");
if (cbUrgent.Checked)
{
LOGIC HERE
}
}
Now i'm gonna add the code to validate that only a couple of boxes have been checked, and the logic to hold the clients selected and add them to the top of the route list. Well after i make coffee..
So todays overall plan is:
27 - Wed
Just work on report, write terms of reference, acknowledgements, basic contents page outline, exec summary, introduction, background.
Instead of starting SYD300 assignment two, i'm gonna start on my maths assignment, mainly because the syd assignment has been pushed out to the 19th instead of the 12th, and maths... is well hard and boring lol. So better get it out of way. I also will hopefully finish this coding swiftly.
Whilst writing the executive summary draft i thought to myself, it would be interesting to see what other people think of mapping services in general and in context to eachother. I found these interesting articles:
http://www.techcrunch.com/2006/04/17/comparing-the-mapping-services/
http://en.wikipedia.org/wiki/Comparison_of_Web_Map_Services
Sigh... so today i didnt finish the coding or all of the report or start on maths, but hey i'm getting somewhere, hopefully i'll catch up on report and start on next part tomorow as well as finish the coding i was sposed to do yesterday.
Hours: 5
No comments:
Post a Comment