[How Do I:] Utilize Web Parts and Personalization?

Please install Silverlight or click download to watch video locally.

Learn how to use the new Web Parts and Personalization features to build customizable web pages whose content and layout can be modified by the user.

Duration: 13 minutes, 39 seconds

Date: 16 January 2006

Watch    Video   |   Download    Video   |   VB Code    C# Code

Video downloads: WMV  |  Zune  |  iPod  |  PSP  |  MPEG-4  |  3GP

Audio downloads: AAC  |  WMA  |  MPEG-4  |  MPEG-3  |  MPEG-2

Comments : 45

Leave a Comment

ccatto : On March 18, 2008 1:35 PM said:

Hey Now,

As with every www.ASP.NET video this sure was helpful.

Thx 4 the info,

Catto

shocker-z : On April 11, 2008 5:09 AM said:

Great tutorial.

Best i have found, same as all your other tutorials.

Liam

Soha.Jawabreh : On May 10, 2008 3:39 AM said:

Thanks for this video, it’s really helpful :)

Soha

nikhiljain27 : On May 15, 2008 4:31 AM said:

Hai,

    it's a very good video, that help's to learn usage of web parts controls in few minutes.

aftab : On May 16, 2008 3:37 AM said:

Amazing stuff man!

I like the presentation from this guy.

Pretty straight forward.

Aftab

from Karachi

Cheers!

xiangxiangu : On May 27, 2008 2:09 AM said:

It's amazing, I love this video.

masterpage1 : On June 20, 2008 3:42 PM said:

Good stuff!

muhammed : On July 11, 2008 8:29 AM said:

Its amazing video i liked it thanks

dhyder : On July 14, 2008 2:58 PM said:

Great video. It really helped me to understand the basics of Web Parts (which doesn't seem to be easy to explain in books). Thanks.

Roddy : On July 14, 2008 11:37 PM said:

Good video, good value for my 15 minutes

azamat : On July 24, 2008 5:42 AM said:

REally superb explanation.

cv_vikram : On August 08, 2008 11:09 AM said:

Very good video...thanks

mmseif : On August 11, 2008 7:18 AM said:

nice video

digvijay.chauhan : On August 19, 2008 8:50 AM said:

thanks for the nice demo!

mohanbrij : On September 11, 2008 1:47 PM said:

Excellent video, thanks !!!

vasireddybharathreddy : On September 23, 2008 12:41 PM said:

too much....

samuel24 : On September 27, 2008 3:50 AM said:

thanks!

djibril_chimere_DIAW : On October 28, 2008 4:43 AM said:

Thanks! Jërëjëf!

Vamsi2 : On November 08, 2008 8:34 PM said:

Thanks for another extremely useful video

izet : On November 11, 2008 8:42 AM said:

Great video. It really helped to understand the basics of Web Parts.

Thanks.

webfabrik : On December 19, 2008 5:56 PM said:

special

paulo882 : On December 26, 2008 10:47 AM said:

The drag and drop for webparts components does not work in Firefox 3, any work around for this?

ciwan353 : On January 04, 2009 4:23 PM said:

brilliant stuff, but there is soo much to learn!

rpc24 : On January 04, 2009 11:18 PM said:

very helpfull video.

papajoe09 : On January 12, 2009 10:50 AM said:

Great video!! Are there any other videos that talks about other web parts controls? Thanks,

acroitoriu : On January 23, 2009 9:57 AM said:

excellent tutorial. Simple and clear kickstart to using web parts.

Thanks!

vibhor khatwar : On January 28, 2009 6:34 AM said:

great video i like it so much

mulpurir : On January 30, 2009 6:19 PM said:

This is good demo

bohunt : On February 11, 2009 12:27 PM said:

This was a very helpful video, thank you very much!

amin_pucit : On February 23, 2009 8:38 AM said:

nice slides and description!

Thanks

singhsaurabh : On March 09, 2009 6:45 AM said:

This was helpful for me..

thanks

PaulWeston1970 : On March 13, 2009 10:01 AM said:

This video was very helpful, especially considering the project I've got coming up. Thank-you for your help.

Paul.

drini83 : On March 25, 2009 1:34 PM said:

im having some problems here. the PC that im using to code has as default mozilla web browser but everytime that i tried to run the code i cannot do the design things(moving parts from one zone to another)

when i go to explorer the problem goes but this time something funny happens in the "Addition" menu right next to the check box i get an "untitled" text even though the tittle in the code is "Addition".

I even copy+paste the default.aspx from the downloaded code to my project but still the same

any one has any idea how to solve this ???

sagnikmukh : On March 29, 2009 4:56 PM said:

nice video, thanks

cleverwisdomforever : On April 06, 2009 2:31 AM said:

Perfect Video!!! thanks to the Provider!!

dranoelp : On May 11, 2009 4:15 PM said:

Great video. I think I'll look more into this control. I see a number of ways this could be useful for our end users.

Thanks.

weavingdream : On May 20, 2009 4:53 AM said:

thanks,great work

susmitadeb : On July 03, 2009 9:36 AM said:

Good one ...and good explanation...

pabothu.pavan : On July 07, 2009 1:59 PM said:

Nice video...

But I am getting the following error when I am running the application.

"An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)"

gajendra deshmukh : On July 25, 2009 9:10 AM said:

Good Video...... Thank's Microsoft.....

jenny wang : On August 24, 2009 4:29 AM said:

For "Error to connect to SQL Server 2005", please try this:

0. First you have to have database ex. "ASPNETDB" created into your SQL Server 2005;

1. Add connectionstring in "Web.Config" similar to this:

<connectionStrings>

2. Add WebParts personalize provider in "Web.Config" under "System.Web" section:

<providers>

<add name="aspnetdbProvider"

type="System.Web.UI.WebControls.WebParts.SqlPersonalizationProvider"

connectionStringName="aspnetdb"

applicationName="WebParts"/>

</providers>

</personalization>

</webParts>

ashish-1983 : On October 05, 2009 1:52 PM said:

where can i get more...

lyndalijun : On October 07, 2009 10:44 PM said:

Great video. For anyone who is wondering the trivia addition error(for example, 3+7 = 6 in video), it is in Protected Sub Button_1() function, dim x and dim y has the same value: textBox1.text, the y value should be textBox2.text.

Again, Thank you for the great video.

jackmurry : On October 16, 2009 5:45 PM said:

Good video. What is the speaker's name?

jackmurry : On October 16, 2009 5:46 PM said:

What's the speaker's name?

Leave a Comment

You must be logged in to leave a comment. Click here to log in.

Microsoft Communities