2014年7月13日 星期日

[RESOLVED] Editing individual columns & rows in DetailsView?


Is there anyway to edit each of them individually? Also, I would like to delete a row/column of the detailsview. How should I go about doing that?





Maulsquid


Is there anyway to edit each of them individually?


Yes, DetailsView supports each field's editting.




Maulsquid


Also, I would like to delete a row/column of the detailsview. How should I go about doing that?


Delete a row, just use GridView; maybe u can consider using Cascading GridView with DetailsView.


Also just make your DetailsView deletable.


Considering deleting a column, you CANNOT do that bcoz this will destroy the table's structure. Maybe you can hide some columns when using SQL's select statement.





ProgrammingFan



Yes, DetailsView supports each field's editting.






How?





Maulsquid



How?





bind to the sqldatasource, in default


沒有留言:

張貼留言