| Thread | Last Post | Replies |
|
| URL image capture | 26 May 2005 04:06 GMT | 1 |
I need to pass a URL from a .aspx page to some component...part of framework? that can then do a screen capture of that page...I need to save .jpg from there.... The user would click a bookmarklet to grab the URL of the page they are
|
| problem with dynamically created script... | 23 May 2005 10:54 GMT | 1 |
this is the problem i have in my following scenario 1. products.aspx - returns a html table with my products, and a button next to each, that displays a javascript:alert(); when i call this file separately, it returns the data and the button onClick
|
| Scheduled task | 18 May 2005 00:11 GMT | 2 |
I am trying to put these 2 commands in a .bat file and I get an error if I have them in 1 .bat file. however if i separate them out to 2 .bat file they work fine. what do I need to put both comands in 1 .bat file? NET STOP "Service1"
|
| Detecting display from showModalDialog | 10 May 2005 23:07 GMT | 7 |
I'm using forms authentication in my asp.net application and having success with exception of one problem. On several pages I have controls that execute client javascript to call window.showModalDialog(). If forms authentication times out while one
|
| vb.net "" and literals | 09 May 2005 16:48 GMT | 1 |
Hi, I need some help with a literal in VB.Net litHtml.Text = "<INPUT type="text" name="TargetSel">" I have a problem with the "
|
| Adding a control in a aspx from a vb | 05 May 2005 07:40 GMT | 2 |
I have an aspx and the codebehind is in a vb. I need to add a combobox control from the vb into the aspx. any ideas? Thanx
|
| Background Processes | 03 May 2005 22:34 GMT | 1 |
I have a web application that needs to run certain processes in the background and there are 2 ways I need to do this. Firstly, the application has a diary section and I would like some code to run every half hour and send an email to everyone who has an action alert set in the ...
|
| JavaScript scripting solution for C# web application | 01 May 2005 20:15 GMT | 2 |
I have a complex project where the ASP.NET application reads set of proprietary configuration files that define the application logic. Sort of dynamic application builder. Lets call the final application defined in the config files "meta-application". The configuration files also ...
|