Is inserting only done from scratch?

  • Thread starter Thread starter brett
  • Start date Start date
B

brett

I'm using a GridView for selects and edits. I'd like to keep this view
and have an Insert option. I don't want a detailsview because you have
to see an editing view first. I want to start on the gridview, click
insert, type in data, which corresponds to the same columns I see in
the gridview, and hit enter to insert. Similar to a spreadsheet.

Do I have to build this type of functionality from scratch?

Thanks,
Brett
 
Back
Top