| Thread | Last Post | Replies |
|
| windows controls in HTML | 10 Mar 2004 12:43 GMT | 1 |
I have a windows forms control embedded on an HTML page, like this: <object id="myCtl" classid="hyperView.dll#hyperView.hV" width=800 height=600></object> I'm trying to find out these 2 things about it:
|
| Calling a page from main page | 10 Mar 2004 02:49 GMT | 3 |
I have a main page , and i want do call another page(as search page) passing paremeters. I want that the field values of search page to be passed to main page. Of course without missing the fields values already filled at main. What the best way to do it?? i?d like to use only asp ...
|
| Caching via url | 09 Mar 2004 13:37 GMT | 1 |
I need to implement a caching mechanism for my script URLs. Instead of www.domain.com/script.aspx?id=1234 , which the browser will obviously not cache, I want the URL to be something like www.domain.com/1234 or www.domain.com/1234.htm instead. This way the browser will cache the ...
|
| Simple Caching Question | 08 Mar 2004 21:06 GMT | 1 |
I am generating HTML pages from a database using a DataGrid. I am able to use the following to cache my pages: <%@ OutputCache Duration="6000" VaryByParam="code" %> I added a feature to track usage statistics by storing information in the SQL Server database each time a particular ...
|
| Cahing problem? | 03 Mar 2004 15:06 GMT | 1 |
I'm facing a nearly similar problem as posted by "Daniel" on January, 22nd I developed a new class (dll) for our Intranet-Web-App and copied it to our the Webserver after I successfully tested in in my development environment. Now the problem was, that some User got the "right" ...
|