Although I've been doing a lot of sharepoint 2010 branding lately, programming webparts is something completely new for me.
I need to put together three webparts.
I want to create a Webpart1 (Dropdownlist), Webpart2 (Checkbox) and Webpart3 (GridView)
My grid in webpart3 should display data based on filter values from the other two webparts.
Do I have to implement connectable webparts to do this?
Ie: http://www.c-sharpcorner.com/UploadFile/DipalChoksi/4035/ http://msdn.microsoft.com/en-us/library/dd584164(office.11).aspx
Many thanks,
KS