开发者

How do i embed a flex grid control in an asp page and pass parameters to the gridcontrol?

开发者 https://www.devze.com 2023-01-19 23:22 出处:网络
I have done a 开发者_JAVA技巧datagrid in flex and would like to embed it in an asp page. How do i go about that?Thank you.

I have done a 开发者_JAVA技巧datagrid in flex and would like to embed it in an asp page. How do i go about that?Thank you.


  1. Use flashVars to send data to the datagrid flex app
  2. Create an xml based structure with your data
  3. Pass the xml url as flashvars to the flex app.
  4. The app should read the xml url from params, load the xml, parse and display it.

How to parse xml and fill dg http://blog.flexexamples.com/2007/07/26/displaying-xml-data-in-a-datagrid/

How to read flashvars http://blog.flexexamples.com/2007/08/07/grabbing-flashvars-from-the-embedding-html-template/

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号