Do you have, or could you post a simple example that uses code behind instead of sqldatasource object for data access/updates? Something like the example here would be great.
Thanks!
3 Answers, 1 is accepted
0
Peter
Telerik team
answered on 29 Jan 2008, 03:36 PM
Hello Timothy,
Could you please be more specific? There is an example attached in the forum thread you suggested. What extra functionality would you like to see in a demo project?
I am not really looking for any additional functionality. I was just interested in seeing that example converted to using code behind for data access/updates instead of using sqldatasource objects. I think I have a good idea of the events and such, but just wanted to see a 'best practices' solution on how to use code behind and reference the correct appointment data when updating the data base. Our designers hate the extra markup on the aspx page of the sqldatasource object.