User Profile

Collapse

Profile Sidebar

Collapse
PrinsonG
PrinsonG
Last Activity: Nov 7 '07, 06:52 AM
Joined: Oct 17 '07
Location: Gujarat
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • PrinsonG
    started a topic Nested Repeaters (C#)
    in .NET

    Nested Repeaters (C#)

    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....
    See more | Go to post

  • PrinsonG
    replied to Xml Related.
    in .NET
    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....
    See more | Go to post

    Leave a comment:


  • PrinsonG
    started a topic Xml Related.
    in .NET

    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>...
    See more | Go to post

  • PrinsonG
    started a topic Nested Repeaters

    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.
    See more | Go to post
No activity results to display
Show More
Working...