473,416 Members | 1,704 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,416 software developers and data experts.

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

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?

Jun 27 '08 #1
4 1224
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/QuickStar...s/default.aspx

#Understanding ASP.NET Web Parts
http://www.singingeels.com/Articles/...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:
ms****@microsoft.com.

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.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/subscripti...t/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>Reply-To: "Michael" <Mi**********@noemail.noemail>
From: "Michael" <Mi**********@noemail.noemail>
Subject: Is there any good material on how to customize asp.net sites with
web parts?
>Date: Thu, 12 Jun 2008 15:02:23 +0800

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?

Jun 27 '08 #2
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...

"Steven Cheng [MSFT]" <st*****@online.microsoft.comwrote in message
news:2P**************@TK2MSFTNGHUB02.phx.gbl...
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/QuickStar...s/default.aspx

#Understanding ASP.NET Web Parts
http://www.singingeels.com/Articles/...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:
ms****@microsoft.com.

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.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/subscripti...t/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no
rights.
--------------------
>>Reply-To: "Michael" <Mi**********@noemail.noemail>
From: "Michael" <Mi**********@noemail.noemail>
Subject: Is there any good material on how to customize asp.net sites with
web parts?
>>Date: Thu, 12 Jun 2008 15:02:23 +0800

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?

Jun 27 '08 #3
Thank you, Steven and Clinton. This information is helpful.


"Steven Cheng [MSFT]" <st*****@online.microsoft.comwrote in message
news:2P**************@TK2MSFTNGHUB02.phx.gbl...
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/QuickStar...s/default.aspx

#Understanding ASP.NET Web Parts
http://www.singingeels.com/Articles/...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:
ms****@microsoft.com.

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.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/subscripti...t/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no
rights.
--------------------
>>Reply-To: "Michael" <Mi**********@noemail.noemail>
From: "Michael" <Mi**********@noemail.noemail>
Subject: Is there any good material on how to customize asp.net sites with
web parts?
>>Date: Thu, 12 Jun 2008 15:02:23 +0800

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?

Jun 27 '08 #4
You're welcome Michael,

If you need any more help on this, please feel free to post here.

Sincerely,

Steven Cheng
Microsoft MSDN Online Support Lead

--------------------
>Reply-To: "Michael" <Mi**********@noemail.noemail>
From: "Michael" <Mi**********@noemail.noemail>
References: <u1**************@TK2MSFTNGP03.phx.gbl>
<2P**************@TK2MSFTNGHUB02.phx.gbl>
>In-Reply-To: <2P**************@TK2MSFTNGHUB02.phx.gbl>
Subject: Re: Is there any good material on how to customize asp.net sites
with web parts?
>Date: Mon, 16 Jun 2008 13:57:34 +0800
>
Thank you, Steven and Clinton. This information is helpful.

Jun 27 '08 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Martin LECHNER | last post by:
I have on question regarding the VC++ 6 Class wizard. Is there a way to customize cod output? I want to include a doxygen header for each file (cpp + h) I am doing it now per hand (include...
9
by: Rick Cook | last post by:
I would like to do a response form on one of my sites instead of posting an e-mail address for spammers. I've taken a couple of examples from sites, but the code looks clunky and non-conformant to...
6
by: DAB sounds worse than FM | last post by:
Could anybody recommend a good Javascript book? I have an okay knowledge of HTML, and can program in C/C++, but I have no knowledge of Javascript. I've had a look at 'Beginning JavaScript':...
20
by: Gary Manigian | last post by:
I have 2 tables, one-to-many, that contain bills of material(BOMs): tblBOM: lngBOMID (PK) strAssemblyPartNo strDescription tblBOMDetail: lngBOMDetailID (PK) lngBOMID (FK)
7
by: Leigh Kendall | last post by:
Believe it or not, I need to convince a client why we should be using ASP.NET instead of ASP! And they're a Microsoft shop... Anyhow, as a show of "real" evidence, I thought it might be more...
1
by: Rachel | last post by:
Hi All, I have customized the Membership API and was able to create and validate users using my own database tables in SQL Server 2000. I would like to customize the WebParts and save the user...
6
by: DToronto | last post by:
Dear fellows , I'm quite new in database development and got already a project where I just found that I have to swallow an elephant in order to get it done .... Being an owner of small...
11
by: Diego Martins | last post by:
for me, these items are in the 'tricky zone' of C++ does anyone know good material with that? (dealing with subtle details, pitfalls, good practices...) anything like the Effective series from...
76
by: lorlarz | last post by:
Crockford's JavaScript, The Good Parts (a book review). This shall perhaps be the world's shortest book review (for one of the world's shortests books). I like Douglas Crockford (because I am a...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.