Tagged Questions

3
votes
2answers
99 views

Different Flavors of IE7

I have a page that renders differently in each flavor of IE7. IE7 for vista is a different version than IE7 for XP, and they have subtle differences between them. This results in …
7
votes
7answers
3k views

ASP.net MVC: Getting a Paritial View’s HTML from inside of the controller

I have developed a simple mechanism for my mvc website to pull in html via jquery which then populates a specified div. All is well and it looks cool. My problem is that i'm now c …
0
votes
0answers
112 views

How to implement a custom cell renderer for ScrollTable in GWT

I've used the ScrollTable widget for GWT and I have a need for a custom cell renderer so I can isolate this code from the rest of the app. I would like to use generics if possible …
3
votes
4answers
1k views

How do I get the HTML output of a UserControl in .NET (C#)?

If I create a UserControl and add some objects to it, how can I grab the HTML it would render? ex. UserControl myControl = new UserControl(); myControl.Controls.Add(new TextBox() …
3
votes
4answers
3k views

UserControl’s RenderControl is asking for a form tag in (C# .NET)

I asked how to render a UserControl's HTML and got the code working for a dynamically generated UserControl. Now I'm trying to use LoadControl to load a previously generated Contr …
3
votes
4answers
326 views

Server Sided 3D rendering

My questions have to do with this very interesting article: http://www.techcrunch.com/2008/07/09/otoy-developing-server-side-3d-rendering-technology/ What they say: In this articl …
0
votes
6answers
276 views

Why would this web page cause IE6 to lock up?

I'm stumped. From what we can tell there is nothing wrong with this page and it renders fine everywhere else (IE7/IE8, FireFox, Opera, Safari, etc). The problem is that if it's l …