views:

25

answers:

1

When in insert mode detailsview, there are some parameters that I would like to disable or hide. The columns are autogenerated.

Doesn't work:

DetailsView3.Rows(5).Visible = False or DetailsView3.Rows(5).Enabled = False

I'm lost.

A: 

X.X

Do it after you databind.

Shawn