Portal Engine
Version 3.x > Portal Engine > display Bizform data in website View modes: 
User avatar
Member
Member
caspian_softdev-yahoo - 2/17/2009 12:09:56 PM
   
display Bizform data in website
hi
any one know how we can display data of bizform in website using webparts?
as u know we can see data of our bizforms in data tab of bizform in cmsdesk/bizform/[our selected bizform]/data tab.

i want to show specific users data of my custom bizform in one section of live website.

please help me with some sample

User avatar
Kentico Consulting
Kentico Consulting
kentico_mirekr - 2/18/2009 5:46:38 AM
   
RE:display Bizform data in website
Hi,

I would recommend you to create custom web part with control which will be able to display object data of type DataSet. You can get this DataSet using Bizform API. For more information on how to retrieve dataset of your custom Bizform please refer to following documentation (Updating a record section):

http://devnet.kentico.com/docs/devguide/api_examples.htm

Best Regards,
Miroslav Remias

User avatar
Member
Member
caspian_softdev-yahoo - 3/7/2009 6:56:25 AM
   
RE:display Bizform data in website
thank u
it good guid

User avatar
Member
Member
brien-anca - 4/6/2011 12:37:11 AM
   
RE:display Bizform data in website
I went searching for http://devnet.kentico.com/docs/devguide/api_examples.htm

but it's not there anymore. Where would I find API examples now? (v 5.5)

User avatar
Kentico Support
Kentico Support
kentico_radekm - 4/6/2011 1:36:25 AM
   
RE:display Bizform data in website
Hello.

Could you please try following link instead? Thank you.

http://devnet.kentico.com/docs/devguide/api_bizforms_updating_a_record.htm

Best Regards,
Radek Macalik

User avatar
Member
Member
brien-anca - 4/6/2011 1:42:46 AM
   
RE:display Bizform data in website
Thanks, that works. Another basic question if I might...

How do I get a simple aspx page with code behind going (our site is configured for portal op) so I can paste the code in to test. I have our site building successfully in VS 2010 Express. I don't yet know about building webparts etc.

User avatar
Kentico Support
Kentico Support
kentico_radekm - 4/7/2011 12:00:51 PM
   
RE:display Bizform data in website
Hello.

It is very easy to use (combine) ASPX template on Portal engine site. You can find how to do it within this article: http://devnet.kentico.com/docs/devguide/combining_aspx_templates_and_portal_engine_templates.htm

Other option is to add custom code to the portal page template, according to this article: http://devnet.kentico.com/docs/devguide/adding_custom_code_to_the_portal_page_template.htm

Best Regards,
Radek Macalik