Portal Engine Questions on portal engine and web parts.
Version 4.x > Portal Engine > Web Part Development Example View modes: 
User avatar
Member
Member
vilasack.phothisan-openpixelsolutions - 8/20/2009 6:35:55 AM
   
Web Part Development Example
I am looking for a good example of a web part development that consist of a summary web part and a detail web part.

I want to write a web part that list records and another web part that displays the details of a given record.

I want to be able to click on a record on WEBPART A and have WEBPART B displayed.

WEB PART A might be on a different page.

Is there a recommended way to do this?

User avatar
Kentico Developer
Kentico Developer
kentico_martind - 9/1/2009 2:33:15 AM
   
RE:Web Part Development Example
Hello,

I think the easiest approach is to pass ID of record selected in WEBPART A in query string to page with WEBPART B. Then you just check the query string in web WEBPART B and if it's present set it to be visible and to display record with given ID.

Best Regards,

Martin Dobsicek