Hello. Hoping to reach developers with a lot of experience using advanced edit form. I had reviewed a lot of demos and examples, unfortunately can't make any downloaded demos to work. Therefore hard to understand the implementation.
I'm still new
to ASP.NET, while I'm very familiar with windows app development. Data is stored in SQL, data
connection is done using Linq To SQL.
- in the Edit
form I need to implement cascading drop down lists, filtering events by
location, add viewing of PDF file that would be attached to each event, need
recurrent functionality, need ability to assign to the hidden field the session
value.
What would be the best approach? Do I try to use the AdvancedForm.ascx? How do I add it to my web app properly and reference it? I get lots of errors when I try to include it in the project (missing context, fields errors). Can someone provide step by step implementation? Even if it's at a very top level... One of the documentations articles said that if we use the advanced templates, we would lose recurring functionality... Is it still the case or is the documentation old?
Or should I look into advanced edit or insert form in RadDock? Will it allow to use the recurring functionality and cascading drop-downs? Which way is easier?
I appreciate your help!