Click here to Skip to main content
15,897,291 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

Is is possible to select a row from the datagridview and save it by opening a save file dialog on click of a link provided in the same row??
Heres how my datagridv looks:-
ID-----Date-------------Action-----Count------Status
1---27/11/2012-------Numbering-----3-----Save to File

This data is stored in a List<ainfo>.
Posted

1 solution

yes it is possible to select row and dialog on click of a link provided in the same row.
By using grid view command SelectedIndexChanged from Events.

use this link for populating dialog box.
Partial update of parent page via AJAX (ASP.NET 2.0) on close of a child window - conditionally[^]
 
Share this answer
 
Comments
smons 28-Nov-12 22:54pm    
Hey, thanks for replying, however i don't really want to populate the dialog box. But will try SelectedIndexChanged event.
smons 29-Nov-12 21:13pm    
couldn't find SelectedIndexChanged event either.
Patel Shailendra 29-Nov-12 21:43pm    
What i have told you is Web based event.

May be this link should help you.

http://csharp.net-informations.com/datagridview/csharp-datagridview-database-operations.htm

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900