web-parts

Hiding user interface parts in WSS 3.0 webpart - how?

Hi, I have a webpart with asp.net control within. I would like to hide some parts of that control, some asp:net panels etc. regarding one of the TextBox's value. The issue is that I don't know to change the visibility of asp:panel wrapper without any postback, and how to refresh page to see the changes on the UI. I was trying to impleme...

HTML divs can go outside browser window??

I was playing around with ASP.NET Web Parts which has a "drop down" div. It's all the way to the right of the page. When I click to bring it up, it goes off the window. Usually anything off the viewable area will trigger the bottom scrollbars. How is this possible? Edit: It's Internet Explorer 8. Below is the markup with some c...

Tree View web-part bound to a Custom List in Sharepoint 2007

Hi, I have two list in sharepoint 2007. the first list "categories" that is a lookup to itself. The columns are ID, ParentID (References the ID Column if this is a child) and CategoryDesc. Second List "Articles" that is lookup to "categories" list. The columns are ID, CategoryID (References the ID Column of "categories" list) and Article...

ITransformableFilterValues interface with two or more parameters [SharePoint WebParts]

I working with Sharepoint, and I try to connect web-parts with multiple parameters. My question is how do I pass more than one parameter from a custome web part to another. I am able to pass one parameter by implementing the ITransformableFilterValues interface in the custom webpart , what I want to do is pass more than one parameter (...