hikayeadam
New Member
Please help me out here I have about 1 day experience of C# ASP.NET web dev and I am stuck on something really simple. I am much more experienced in PHP and jQuery.What I need to do:
- Create a GridView and display data from MSSQL DB \[code\][done]\[/code\]
- Add buttons to each row to enable direct editing of values in two columns \[code\][done]\[/code\]
- Each row represents a list of equipment that the user can edit/save, and I need to add an extra "Edit Details" button to each row \[code\][done]\[/code\]
- Upon clicking the "Edit Details" button, I need to pass the id of that list to a new page where user can edit and save the list