473,769 Members | 5,570 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1245
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****@microsof t.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**********@n oemail.noemail>
From: "Michael" <Mi**********@n oemail.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.comw rote in message
news:2P******** ******@TK2MSFTN GHUB02.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****@microsof t.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**********@n oemail.noemail>
From: "Michael" <Mi**********@n oemail.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.comw rote in message
news:2P******** ******@TK2MSFTN GHUB02.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****@microsof t.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**********@n oemail.noemail>
From: "Michael" <Mi**********@n oemail.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**********@n oemail.noemail>
From: "Michael" <Mi**********@n oemail.noemail>
References: <u1************ **@TK2MSFTNGP03 .phx.gbl>
<2P************ **@TK2MSFTNGHUB 02.phx.gbl>
>In-Reply-To: <2P************ **@TK2MSFTNGHUB 02.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
2017
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 file as text) :( Anny suggestion ? Best regards
9
2247
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 my inexperienced eye. Also, on the sites I've found you can get the e-mail address simply by viewing the page source. It seems to me there should be a way to hide that, but as I say I'm hardly an expert. Can anyone recommend a good site to...
6
1589
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': http://tinyurl.com/4v8eh, but it seems to be a bit wordy and assumes no prior knowledge of programming. Preferably, I'd like a book that's easy to read but not overly long, and I'd prefer it to be pretty cheap.
20
18880
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
1364
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 convincing to the non-technical managers to be able to rattle of a list of very large/busy public sites that are using ASP.NET. A couple of big ones that I am aware of are: www.microsoft.com www.dell.com (at least parts of it)
1
1182
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 customization of these WebParts to my own database tables but could not find any samples in this area. I don’t want to maintain the membership information in my database and maintain the personalized web parts information in the ASPNETDB...
6
19494
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 manufacturing unit I'm struggling to make an application by myself to mimic MRP/ERP systems or at least part of it using Ms Access. Question that I have refers to: How to built a Bill of Material module (later on how to view it /explosion parts/ , edit and...
11
2398
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 Meyers would be fine ;) thanks! Diego
76
4092
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 crabby old man too; plus he _is_ smart and good).. But, how can he write a book on the good parts of JavaScript and not mention functions that address CSS & DOM? Weird. It's like
0
9423
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10049
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9998
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8876
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6675
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5310
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5448
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3567
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2815
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.