Creating Property Sheets in .Net

  • Thread starter Thread starter Reetu
  • Start date Start date
R

Reetu

Hi All,

I need to create a webform with three tabs(General, Groups
and privillege)

When user clicks on General tab, Generalform should be
displayed. when user clicks on Groups tab GroupForm should
be displayed.

I wonder if there is any support provided in .Net to
implement the above requirement.

Thanks & Regards,
-Reetu
 
You might want to look into the free Internet Explorer Web Controls which
includes source code for Multipages and Tabs

"The Internet Explorer Web Controls include a custom TreeView, MultiPage,
ToolBar, and TabStrip control for use in ASP.NET applications. Each control
takes advantage of the capabilities of the Microsoft® Internet Explorer browser
to offer rich, client-side functionality, while also degrading gracefully to
server-side functionality for down-level browsers. Full source code for the IE
Web Controls is included in this download. "


http://www.asp.net/IEWebControls/Download.aspx?tabindex=0&tabid=1


--
Microsoft MVPs have a question for *you*: Are you patched against the Worm?
http://www.microsoft.com/security/security_bulletins/ms03-026.asp



Hi All,

I need to create a webform with three tabs(General, Groups
and privillege)

When user clicks on General tab, Generalform should be
displayed. when user clicks on Groups tab GroupForm should
be displayed.

I wonder if there is any support provided in .Net to
implement the above requirement.

Thanks & Regards,
-Reetu
 
Back
Top