Re: ListView server control in ASP.Net 3.5 Add Rows to ListView Web Server Control:
In order to allow users to add rows to the ListView, the following needs to be taken care of:
A Hyperlink or a Button needs to be created for the user to click on. Once the user clicks the link, we should add a blank row to the ListView.
In the insert mode, we should have a “Save” option and a “Cancel” option.
If the user clicks “Save” a new row should be added to the database table
If the user clicks “Cancel” the insert operation should be cancelled.
__________________ S.VinothkumaR
Behind me is infinite power,
Before me is Endless Possibility,
Around me is Boundless Opportunity,
Why should I fear!
|