Click to See Complete Forum and Search --> : Vertical toolbar using XML and XSL


Soni_Sharad
July 11th, 2003, 04:18 AM
Dear All,

I want to create a XML\XSL based verticlal toolbar. Pls. gove me any links\Help info. on this.

This toobar would be similar in functioanlities to Windows" Start Menu" which we use for starting a Windows program.

Thanks in advance.

Sonu Kapoor
July 11th, 2003, 07:25 AM
I dont think that with only XML/XSL it will work! You can store the data to show in the XML. XSL could be used to give you the right interface, so it looks like the start menu. But you will need to work either with C# as a codebehind or VB.NET .

Do the following: Create a simple button and some controls with the visible property false in your aspx file. When the user presses the button, set the visible properties of the controls to true!

I hope this helps

Sonu

Soni_Sharad
July 11th, 2003, 07:49 AM
Thaks Sonu,

I will try it and come back to u

Regards,
Sharad