Hi All,
I am working on my first c# .net website.
I'll be given the HTML templates and I have to add the code behind.
I need to display an SQL database on the screen and allow it to be updated, delete records etc.
I can't see how I can use a datagrid as I already have the HTML table setup with CSS behind it. From what I've seen of datagrids (i'm laering as I go along) it seems that they aren't as flexible as html tables.
So I have a couple of questions...
1. Do people use datagrids on graphical sites or do they just use them for quickly produced database interaction sites?
2. I'm planning to use textboxes and read and write to them using c# - is this a 'normal' way of doing it or am I barking completely up the wrong tree?
Any help gratefully recieved - I've had my head in books/web for weeks and I sometimes wonder if I'm going off in the wrong direction.
ta
C
I am working on my first c# .net website.
I'll be given the HTML templates and I have to add the code behind.
I need to display an SQL database on the screen and allow it to be updated, delete records etc.
I can't see how I can use a datagrid as I already have the HTML table setup with CSS behind it. From what I've seen of datagrids (i'm laering as I go along) it seems that they aren't as flexible as html tables.
So I have a couple of questions...
1. Do people use datagrids on graphical sites or do they just use them for quickly produced database interaction sites?
2. I'm planning to use textboxes and read and write to them using c# - is this a 'normal' way of doing it or am I barking completely up the wrong tree?
Any help gratefully recieved - I've had my head in books/web for weeks and I sometimes wonder if I'm going off in the wrong direction.
ta
C