How would you go about doing this tables or datagrid
-
I am wanting to make a webform where employees can enter in their expense report and it store it to a database. I would like the layout to look something like this http://s44.yousendit.com/d.aspx?id=0WLSMJYDM460I0KO9X10FQO3Y9 but i can't figure out what the best method would be. (i'm very new to asp.net so pardon my ignorance for I'm learning) In any event, I thought at first tables may be the way to go and use Dim cell as new tablecell and so forth. But I thought this was the whole idea of datagrids? My only thing is I don't know how to add logos and colums and all that stuff to the datagrid without doing a query and pulling the data in. Please help cause i'm confused and not sure exactly how to tackle this one. Win32newb "If I wrote a book like I code. It would be one page thick and contain only one word (DUH!)"
-
I am wanting to make a webform where employees can enter in their expense report and it store it to a database. I would like the layout to look something like this http://s44.yousendit.com/d.aspx?id=0WLSMJYDM460I0KO9X10FQO3Y9 but i can't figure out what the best method would be. (i'm very new to asp.net so pardon my ignorance for I'm learning) In any event, I thought at first tables may be the way to go and use Dim cell as new tablecell and so forth. But I thought this was the whole idea of datagrids? My only thing is I don't know how to add logos and colums and all that stuff to the datagrid without doing a query and pulling the data in. Please help cause i'm confused and not sure exactly how to tackle this one. Win32newb "If I wrote a book like I code. It would be one page thick and contain only one word (DUH!)"