what would be the best way to create this kind of control (http://i59.photobucket.com/albums/g294/Curlybub26/ce-credits.jpg) wherein a member can have several events listed on his/her events attended page. Do we need to create a seperate table for that information? Or is this achievable without creating any new tables?
Thank you. :D Thanks to umbraco, I'm learning a bit with ASP.NET now \m/c'',)\m/
You could create a doctype of type 'Event' and create these pages.
Then you would associate an UltimatePicker with your chosen user type (member section) and configure the ultimate picker datatype (developer section) to restrict itself to starting at the event's parent node id.
You can then save events (via Umbraco admin or the API) against a specific user.
Help needed in creating a certain control
hi again,
what would be the best way to create this kind of control (http://i59.photobucket.com/albums/g294/Curlybub26/ce-credits.jpg) wherein a member can have several events listed on his/her events attended page. Do we need to create a seperate table for that information? Or is this achievable without creating any new tables?
Thank you. :D Thanks to umbraco, I'm learning a bit with ASP.NET now \m/c'',)\m/
You could create a doctype of type 'Event' and create these pages.
Then you would associate an UltimatePicker with your chosen user type (member section) and configure the ultimate picker datatype (developer section) to restrict itself to starting at the event's parent node id.
You can then save events (via Umbraco admin or the API) against a specific user.
Hi Chris Koiak,
I dont quite get it. Hmmm. I'll try to create your suggestion. Are there any other ways that we can achieve this?
Thank you
Regards
Harry
is working on a reply...