| Thread | Last Post | Replies |
|
| inet vs. ie | 22 Jan 2006 03:11 GMT | 2 |
I'm spidering some search engine results and downloading them using the inet, internet transfer control. Then also using the Internet Explorer, because when it finishes downloading a site, the url parameter of the web browser document will return the real final url name, instead ...
|
| ASP.NET ICallbackHandler - Script callbacks.... | 22 Jan 2006 00:50 GMT | 1 |
While cruising through the script files that help to implement script callbacks in 2.0, I noticed that there is no code path to handle a return string that doesn't match the parsing logic - it just falls through and nothing happens.
|
| Accessing a ASP (not .NET) session from ASP.NET | 21 Jan 2006 22:17 GMT | 5 |
I've got a web-app thats activated by a call to a aspx page from ASP, I need to go back to the ASP session and get some simple data saved in that session. I have no possiblity to do session sharing through Sql server or file ect,
|
| Adding "onunload" JavaScript event handler to body in code-behind | 21 Jan 2006 21:53 GMT | 1 |
I am trying to programatically add an "onunload" event handler to the "body" tag of an ASPX page. I am doing this from a Custom Control located on this page. To do this, I added "runat=server" to the body tag, which provides me
|
| PDF Syntax | 21 Jan 2006 21:30 GMT | 1 |
Can someone give me the syntax for a hyperlink to open a pdf file in a new browser window? Thanks. (P.S. I appologize if this is a duplicate. I thought I had already posted
|
| Inventory in ASP. | 21 Jan 2006 20:54 GMT | 1 |
I m new to ASP. I have written a script to take inventory of PCs on my network in an excel spreadsheet. I want it to be available whenever wherever needed by my managers and other accounts/purchase people. Is there any way possible that I can put it on my intranet website using
|
| Synchronizing 2 Servers | 21 Jan 2006 20:12 GMT | 1 |
I have to keep 2 server's folders in sync as they are used for load balancing purpose. I tried to create a FileSystemWatcher Service and found out that it goes to an infinite loop and Locking when I am trying to get them in sync
|
| Page Template - best practice | 21 Jan 2006 20:02 GMT | 1 |
I am new to ASP.NET and looking around for the Page Template methods given in the internet (using user controls). Please suggest me the one which is easy to maintain. Thanks
|
| javascript within Custom Web Control | 21 Jan 2006 19:13 GMT | 1 |
I'm making a Custom Web Control and I'm wondering how I can insert Javascript code into the head part of the document from within my web control... I lloked at the methods of the HtmlTextWriter output object from the Render method, but I didn't fiind anything. I have 2 questions ...
|
| [.NET 1.1] Authentication and cookies clarifications | 21 Jan 2006 18:58 GMT | 2 |
I'm testing ASP.NET 1.1 authentications and cookies features, and I've red tons of tutorials and articles about this, but not all is clear for me. My goal is to create a basic site with authentication process, like my other ASP 3.0 sites that I developed with classical session ...
|
| ASP.NET 2.0 c# and XSLT 2.0 | 21 Jan 2006 18:54 GMT | 3 |
Does ASP.NET 2.0 C# support XSLT 2.0?
|
| How to do this in .net | 21 Jan 2006 17:56 GMT | 3 |
Take a look at the link below. Notice how the commercials are in the center. I need to get all this data from a db and then put it into a page. the first commercial is on the left..then the next comercial will be to the right of it....Then I go to the next line and start again.
|
| Entering Date on a form ?? | 21 Jan 2006 16:55 GMT | 1 |
I have a text field in a web form which will contain a date time value. Is there a way that when my user click on that text box for edition a calendar control just pops up and then when user select a date it will be automatically added to the text box with proper formatting ?
|
| Forms Authentication, Cant download large files | 21 Jan 2006 16:43 GMT | 3 |
I am using forms authentication to protect all content as described in the kb article below. http://support.microsoft.com/default.aspx?scid=kb;en-us;893662 This works fine except for files that are larger than about 40 or 50mb at
|
| Page layout in VS 2005? | 21 Jan 2006 13:49 GMT | 7 |
I'm just getting started with ASP.NET in Visual Studio 2005. The last web work I did involved ASP 3.0 in FrontPage. I've been through the MSDN tutorials on creating web pages, but not of them seem to cover real-world page layout. In the ASP era, I used tables to
|