Is there any good material on how to customize asp.net sites with web parts?

M

Michael

I am considering building my WebForm page using Web Parts, so that my users
can customize Web application's user interface.

Is there any good information on it? or step by step demo?
 
S

Steven Cheng [MSFT]

Hi Michael,

As for ASP.NET web part framework, it is a simplified one comparing to the
web part support in windows sharepoint service.

To utilize web part function in your ASP.NET web application, you just need
to choose a webpart persistent provider, by default it use a local
SqlExpress database file(in App_Data) just like other membership/role
services.

And on the ASP.NET web page, which you want to use webpart, you can simply
add a "WebPartManager" control first, and then you can add other web part
zones or any existing webpart(or your own one).

You can get some general overview and how-to information from the following
reference:

#Personalizing Using Web Parts
http://quickstarts.asp.net/QuickStartv20/aspnet/doc/webparts/default.aspx

#Understanding ASP.NET Web Parts
http://www.singingeels.com/Articles/Understanding_ASPNET_Web_Parts.aspx

#ASP.NET Web Parts Controls
http://msdn.microsoft.com/en-us/library/e0s9t4ck.aspx

If there is anything else wonder, welcome to post here.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.


--------------------
 
C

clintonG

There's a WROX book I once perused on the shelves that covered the subject
but damn if I can remember the title. Go look over WROX books for more
insight...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top