GridView and html FieldSet tag

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i want to combine a GridView with html tag--> FieldSet

but i dont want the FieldSet to warp all the GridView

but break into parts and every fiew field's will be wraped in a FieldSet.

it is possbile?

or i need to build few GridView's and each 1 of the to Bind with its own data?

thnaks in advance

Peleg
 
i want to combine a GridView with html tag--> FieldSet

but i dont want the FieldSet to warp all the GridView

but break into parts and every fiew field's will be wraped in a FieldSet.

or i need to build few GridView's and each 1 of the to Bind with its own
data?

it is possbile?

It certainly isn't possible to get a GridView to split itself dynamically in
this way.

However, you might be able to do what you require with an <asp:Repeater>
http://www.google.co.uk/search?sour...&rlz=1T4GGIH_en-GBGB220GB220&q=<asp:Repeater>
 
Back
Top