My Query is How do I export to excel/csv using Nested Repeaters.
My project is web-based and i am using C#.Net. In this i use three repeaters.
one displays ID, Name of the user.
second displays break details.
third displays total time spent.
I want it in hirarchical format while i export to excel. The display under Nested Repeater is Perfect. no problem while displaying data....
User Profile
Collapse
-
I use C#.Net. Then first i generate the xml files. The number of xml files are 3.
And then from those three xml i export to CSV.... -
Xml Related.
I have generated three xml files.
say xmlfile1 :
<Users>
<User>
<UserID>1</UserID>
<UserName>xyz </UserName>
<UserID>2</UserID>
<UserName>uuu </UserName>
</User>
</Users>
xmlfile2:
<Breaks>
<Break>
<Date>Current </Date>
<StartTime>ssss </StartTime>... -
Nested Repeaters
Hi.
I have a query about how to Export Nested Repeaters I mean Repeater Within Repeater to Excel Or CSV format. If anyone knows about it. please help me.
No activity results to display
Show More
Leave a comment: