I have am trying to create a Rich HTML client via web services and not using .aspx pages, although I want to generate the HTML in c#.
I have created a
JS wrapper to handle events that will post to and from the web service but I am having trouble creating the controls in the web service.
I can easly create a collection of controls but I can not call extract the HTML that they would generate. I am not sure if the fact the "Render()" method probablly isn;t being called either.
Any help would be great.