Welcome to Catalyst Blogs Sign in | Join | Help

Browse by Tags

All Tags » Browser   (RSS)
In a recent post , I discussed how to open a web page in Excel…that is, in the actual Excel Office application, not in a crap-like Excel browser window. Well, the users loved it and inevitably wanted more. Whenever you see Excel exportation in your requirements, Read More...
Exporting to Excel seems like a feature that everyone wants to see. I feel as though if I’m not mimicking or automating Excel in some way, I’m dumping data directly into it. Anyways, you can Google dozens of ways to get an ASP.NET 2.0 web application Read More...
Using ASP.NET 2.0 and ASP.NET AJAX has finally given me a server-side method to perform a window.open that I am comfortable with: ScriptManager.RegisterStartupScript(this, typeof(Page), Guid.NewGuid().ToString(), “window.open('IAmAPopup.aspx', null, ‘[window Read More...
Here’s a little trick I came up with to “handle” the “event” when the user clicks the close (X) button on Internet Explorer. I use quotes because there really isn’t an event for this action, and what I do with it isn’t really handling an event either. Read More...