Hello,
I am designing a web page that is to be used as a data
entry form.
Each row contains 50 columns, and the user needs to be able
to input
about 25 rows on each page. To save some time from creating
so many
textboxes and rows in a table, I decided to do so in a
gridview;
however, I'm not sure if this is even possible. What I wish
to do is:
1) upon Page_Load, display the gridview in insert mode;
2)once the
user has input all the data into the gridview, validate each
row and
alert user to ALL errors; 3) if validation is successful,
loop through
each row and add the row to the database. Is anyone familiar
with
this? If so, would you give me some informations on how to
accomplish
this? Also, please give as many details as you possibly can
for I am a
newbie to ASP.NET.
Thanks so much
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "ASP.Net Community" group.
To post to this group, send email to aspnet googlegroups.com
To unsubscribe from this group, send email to
aspnet-unsubscribe googlegroups.com
For more options, visit this group at http://gr
oups.google.com/group/aspnet?hl=en
-~----------~----~----~----~------~----~------~--~---
|