The typed-dataset tag has no wiki summary.
3
votes
2answers
71 views
Best Practices with Large DataSet in C#
Currently I'm working in desing and implement a software who has to implement CRUD operations over two tables with master-detail arquitecture. Header has about half million of rows and detail about ...
3
votes
3answers
2k views
asp.net InsertCommand to return latest insert ID
I'm unable to retrieve the latest inserted id from my SQL Server 2000 db using a typed dataset in asp.NET
I have created a tableadapter and I ticked the "Refresh datatable" and "Generate Insert, ...
1
vote
0answers
93 views
Get Identity Value from Typed DataSet
i got a typed dataset in my form. Using BindingSource to walk in rows , Inserting and Updating records. Everything is fine but I need inserted records identity value for generate a string for my ...
0
votes
2answers
39 views
closing a win form when datagridview has validation errors
I'm using typed dataset in winforms app, .net 3.5 (VS 2010). A form has DataGridView. In FormClosing event I ask user to save changes. If user doesn't want to save I'd like to let the from close. ...
0
votes
1answer
105 views
How to create a typed dataset via the designer
I need to create a typed dataset using vs.net 2008.
It is not based on a database table.