Deatils view
-
I have a detail view like this feild1 ***** feild2 ***** feild3 ****** feild4 ******* can i make like this feild1 ********* feild2 ********** feild3 ******** feild4 ******** can i do this and how?
Hi You can display like that using DataList control and use properties like RepeatLayout="Table" RepeatColumns="2"
Harini
-
Hi You can display like that using DataList control and use properties like RepeatLayout="Table" RepeatColumns="2"
Harini
-
Thanks for the reply. But details view is binding from the selected row from datagrid. using repeater control can we bind the data from the selected row of datagrid
Nope. You can't do that .. You need to format details view like table format .. Try to add table tag inside details view using templatefield or ItemTemplate.
Harini