View & Web

Hi All,

I am trying to embed a view on a form in my web-base application and display the document in formatted way. Like first two document and its value should be show in first two column of the first row and second row contains the next two document in its two column. Similerly next fifth and sixth document should be show in the first column of third row and second column of the third row respectively. and so on


’ ’ ’

’ First doc ’ Second Doc. ’

’ ’ ’

'----------------- '--------------------- ’

’ ’ ’

’ third doc ’ Fourth Doc ’

‘------------------’-----------------------’

Is there any body who worked around or done something like this. Please Help me or suggest me how to do this tasks.

I will be very thankful to yours for your kind response

With Regards,

Vikas K Sinha

Subject: View & Web

My Idea…

Just add one column to the view and construct the HTML such that tag is added only in the case the document number is even.

You may surely find a solution on codestore.net

Subject: RE: View & Web

Finding out which documents are odd and which are even using server-side code looks like the hard part to me …