> Hi,
>
> I have an ASP.NET application using C#. I need to use the
> functionality like an EXCEL sheet (or maybe EXCEL sheet itself )
> where the user can copy & paste large number of rows in thi EXCEL
> sheet & when he clicks a button, the data from these excel fields go
> to an SQL DATABASE.
>
> Earlier I was using text boxes where user could enter record's field
> values one by one & when he clicked submit, the values from the text
> boxes went to database.
>
> BUT I need to give the user the capability to copy (from somewhere)
> & paste large number of records simultaneously so that with the
> click of a button all the records can go to the SQL database.
>
> What is the best way to do this. Please help. Its URGENT!
If database is SQL-Server 2000 you could just pass XML back to the db.
Or you could have multiple rows in a dataset an update the backend from
that.
Stephen Russell
S.R. & Associates
Memphis, TN 38115
Nothing but a deficit grows under a Bush.
901.246-0159
| Yahoo! Groups Sponsor | |
|
|
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/CSharpNET/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
