Hi all,
I using RadAjaxControl Q1 2009, and now I want to develop DNN module using RadScheduler component and RadScriptManager to management ajax action for Scheduler component, but default ScriptManager of DNN is ScriptManager of MS ASP.NET ajax, when I register RadScriptManager, its is conflict.
I have find a article on telerik helps: http://www.telerik.com/help/aspnet-ajax/dnn-replace-scriptmanager-radscriptmanager.html , but I don't use DNN source version to develop, I use Install package to install into my local and develop DNN module on it.
Please help to for problem :( I don't know how to fix it! :( Thnks so much for your helps
hongnguyenx
I've been asked to create a webpage to implement single record data view/edit against a SQL Server 2005 database. A key requirement is that the database be updated every time a control is updated (no "Save" or "Apply" buttons). I was told that the Telerik RadControls For ASP.NET AJAX product was purchased to accomplish this requirement. This is my first use of AJAX and any Telerik products. What I'm looking for is guidance on how best to implement this type of page (advice, samples, demos, tutorials, etc).
My initial impulse would be:
* add unbound rad controls to a RadAjaxPanel
* write "FillForm" code to populate the controls from a stored proc via a DataReader
* execute "FillForm" on every PageLoad (to reflect current state of database)
* set all controls to AutoPostBack
* update the database on each PostBack
Is this a viable plan or should I be using some kind of databinding or grid control? Any help for an AJAX newbie is appeciated.