I'm looking at your popup example at http://demos.telerik.com/aspnet-ajax/controls/examples/integration/gridandwindow/defaultcs.aspx?product=window
I would like to implement a simple popup in this fashion. As usual I'm not sure I completely understand it.
First of all, is this up to date? (The link to the knowledge base article is dead and I was wondering about your use of a conventional asp.net DetailsView.)
Second, I'm not sure I understand the code in EditFormcs.aspx.cs. I'm going to be using LinqToSQL, not a SQL Data Source. Would putting the update call in the ItemCommand work as well?
I would like to implement a simple popup in this fashion. As usual I'm not sure I completely understand it.
First of all, is this up to date? (The link to the knowledge base article is dead and I was wondering about your use of a conventional asp.net DetailsView.)
Second, I'm not sure I understand the code in EditFormcs.aspx.cs. I'm going to be using LinqToSQL, not a SQL Data Source. Would putting the update call in the ItemCommand work as well?