Questions tagged [rendercontrol]

35 questions
0
votes
1 answer

Rendering htm tag in C#

Hi and thanks in advance for reading. Recently, I upgraded my application from .net2 to .net 4.5. Everything works fine except the top htm control " Running the appplication, I get this weird parser error: The…
0
votes
0 answers

programmatically render statically declared controls in aspx

I'm trying to programmatically render an aspx page to a string. The rendering is to be done from a console app. For now I've gotten it work with programmatically declared controls in the aspx page, which is all fine and dandy. But what about…
0
votes
1 answer

Asp.net render control -> javascript error

I have a usercontrol with some charts from Google chart api. When the usercontrol is getting loaded and rendered by the server the usual way everything works as expected. But when I use a ajax webservice the render the control async and return the…
0
votes
1 answer

Javascript call from C# not working when use RenderControl

I am following this article. http://www.codeproject.com/Articles/23768/Load-and-Display-Page-Contents-Asynchronously-with I have a usercontrol with some javascript codes. Lets say there is a method called alertMe(msg) in javascript. And i am…
John Supakin
  • 141
  • 5
  • 14
0
votes
2 answers

Saving control markup to new html page and attaching css from existing

I have "export" button, onclick event creates markup of some current asp.net page's controls (via RenderControl), then I want to wrap this markup into valid html body and give a user as an ordinal html file. The question is how to accurately and…
Alexander
  • 1,152
  • 1
  • 16
  • 18
1 2
3