Updating a gridview control w/access database
I'm new to programming a windows server environment and I am using Expression Web. I have put a gridview control on the page and bound it to an accessDataSource control. After configuring, it displays my data correctly but I also want to be able to update the data. I found that I must select this in "Common Control tasks" The only problem with this is that only three are visible. Paging, Sorting and Selection are the only ones I have. Where are the others?
Thanx
Paul
Did a little digging and found the answer to my problem but now I have another.
How do I go about adding a new row to the grid?
|