2
shouts

dotNETspidor: How to extract data out of your datacontrol (asp.net formview, detailsview or gridview) using FindControl or ExtractValuesFromCell method?

posted by sangam100sangam100 286 days, 20 hours, 19 minutes ago
Tuesday, June 02, 2009 1:20:40 PM GMT

Most of the times asp.net programmers need to extract data out of the asp.net datacontrols like formview, detailsview or gridview. Mostly we use FindControl method of the data control for this purpose. And another method ExtractValuesFromCell is also entertained to achieve the goal. It would be very interesting to throw a little light upon both of them.

Naturally I am familiar with the FindControl method of the datacontrols. For example, to find a dropdownlist in the formview or detailsview control, I...

category: ASP.NET | clicked: 55 | | source: dotnetspidor.blogspot.com | show counter code
tags: ASP.NET, C#, DetailsView, findControl, Formsview, GridView

No comments yet, be the first one to post comment.

To post your comment please login or signup