Howdy,
One of the primary reasons I continue to avoid migrating to .NET from Classic ASP is the focus on visual design in .aspx pages. I develop systems more akin to Content Management Systems where every page is driven by database relationships meaning the visual layout is never predetermined.
While I have owned RadControls for nearly a year and have dabbled with it, there is no standard documentation on how to use the controls solely from code (in my case VB.NET). Is there a chance documentation could be updated or pages added to the support site that have examples of using the controls solely from the code side, where the .aspx is nearly empty?
Also, especially in the case of RadEditor, is there any other way to access the content other than rigid control names? When using JavaScript solutions like TinyMCE I can encode necessary database variables into the ID, but with control names, even using array creates the need for a round-trip to the database to walk the array and align the content with the necessary fields. This situation is another example of why .NET makes Web development more difficult in the .NET world than with Classic ASP. Is there a way to enumerate all of the RadEditors during a postback and walk each one to retrieve its ID?
Chris
One of the primary reasons I continue to avoid migrating to .NET from Classic ASP is the focus on visual design in .aspx pages. I develop systems more akin to Content Management Systems where every page is driven by database relationships meaning the visual layout is never predetermined.
While I have owned RadControls for nearly a year and have dabbled with it, there is no standard documentation on how to use the controls solely from code (in my case VB.NET). Is there a chance documentation could be updated or pages added to the support site that have examples of using the controls solely from the code side, where the .aspx is nearly empty?
Also, especially in the case of RadEditor, is there any other way to access the content other than rigid control names? When using JavaScript solutions like TinyMCE I can encode necessary database variables into the ID, but with control names, even using array creates the need for a round-trip to the database to walk the array and align the content with the necessary fields. This situation is another example of why .NET makes Web development more difficult in the .NET world than with Classic ASP. Is there a way to enumerate all of the RadEditors during a postback and walk each one to retrieve its ID?
Chris
