Recent content by jdink22

  1. jdink22

    Datagrid Reset

    I was able to get this working using the "copy" method i described above. I am having some dataset update issues, but i dont know if they are related to using the copy method or not. Does anyone know of any issues or reasons why this would be problematic? Thanks in advance for any advice!! :p
  2. jdink22

    summing a column in a child datatable

    Finally got this one to work - thanks!! :cool: *****RESOLVED*****
  3. jdink22

    Limit Dates picked in date/time picker

    Thanks - i found a creative work around! *****RESOLVED*****
  4. jdink22

    summing a column in a child datatable

    I looked at using the .compute function, but I wasnt quite sure how to apply it...Dont I still need to iterate through each row of the first table (dates) in order to get the total for the related rows for each individual date? :confused:
  5. jdink22

    summing a column in a child datatable

    i have a datagrid that displays two levels of information based on a relationship. The first level is simply dates, which link to the second level which is tasks associtated with that date. I want to also include a "total hours" column in the first level/parent datatable. What would be the...
  6. jdink22

    Limit Dates picked in date/time picker

    Is there a way to limit the dates a user can select from a date/time picker? Or is there a good way to populate a dropdown list of dates they can pick from? The background is that I am constructing a timesheet of sorts and want them to only be able to pick from the 1st or 16th of every month...
  7. jdink22

    Datagrid Reset

    I havent had much luck with the checking/removing constraints still. If i were to resort back to the "reset" option for the dataset, do you have any words of wisdom in that arena? I found an issue similar to mine on another board, but i wonder if this would work for me if it were "adapted" to...
  8. jdink22

    Datagrid Reset

    i got the same error upon trying to remove the constraints. i am including my code if you have time to look at it. i feel like im probably just going about the order of things incorrectly, as i am a first time coder....but if you do have time, id greatly appreciate some help!!! :confused:
  9. jdink22

    Datagrid Reset

    sizer-thanks for the quick response. yes, i did try removing the table but when i do, i get this error:**An unhandled exception of type System.ArgumentException occurred in system.data.dll - Additional information: Cannot remove a table that has existing relations. Remove relations first.**...
  10. jdink22

    Datagrid Reset

    i have a datagrid that i am populating with two tables, one of which comes from a sql table, the other is programmatically generated. the first table is just populated with dates, according to the value the user selects in a date/time picker. so the date table is populated and then related to a...
Back
Top