how to use splitter contorl in asp.net 2.0

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • newtodotnet
    New Member
    • Dec 2007
    • 4

    how to use splitter contorl in asp.net 2.0

    Hi All,
    I'm using asp.net 2.0.How to use splitter control in web form?
    Give me any sample.I saw some demo for splitter. I want to create my own.
    how to do this?

    Thanks in advance
    Last edited by newtodotnet; Apr 7 '08, 10:01 AM. Reason: to state the lanuage
  • ShahbazAshraf
    New Member
    • Mar 2008
    • 36

    #2
    Using splitter control is easy and u can see various example by simple googling and in order to derive ur own splitter control just make new server control which inherit through Splitter Control Class, then u can add the funcionality / behavior aur overried the existing funciontallity / behavior.

    Comment

    Working...