Click to See Complete Forum and Search --> : Custom Web Part Controls


Ctwizzy
October 25th, 2005, 11:20 AM
We have a sharepoint portal with Webparts.

Im a student and have been given the task of creating a single webpart to go on the Web Part Page.

I have spoken to one of the other developers here and they said in VS.NET just open up a new project of type Web Part Library, and create a new blank file with .ascx extension and import, it will then create the .cs file for the ascx file and im good to go.

This just seems improper.

So for now ill do this, but if anyone could point me in the direction of a tutorial for something as simple as a hello world that would be great. I dont need to know how to deploy it on the server etc just yet, just how to make the control. (i.e make a label and a button, pushing button changes label name) and then this control would be in a webpart.

Things I need to know:
type of project
files
what I need to look into.

Thanks!