| Thread | Last Post | Replies |
|
| .net tool | 28 Jul 2005 17:54 GMT | 2 |
I am basically new to using Visual Basic.NET. I wrote a Visual Basic.NET web application that will allow users to enter data. Once this data is entered, I put the data into one big long string to pass the information to a mainframe system. This is way the mainframe system
|
| Newbie needs some help | 27 Jul 2005 01:29 GMT | 1 |
Hi, I know it's a .net forum but sine most of the .net programmers know asp, I am hoping someone will be able to help this newbie asp developer. I have written this asp script to iterate through the MS access
|
| how can I do this? | 19 Jul 2005 23:23 GMT | 2 |
I have a question I'm a network engineer and I don't know that much about programming I have a web enabled application and it was programmed by asp.net(C#) this application of course connected to a MS SQL server 2000 and it's already running under MS IE browser very good
|
| How to upload a file by dragging and dropping in the browser. | 19 Jul 2005 17:44 GMT | 1 |
i need to upload a file by dragging n dropping on the browser.I tried using microsoft's "File Upload Control Object" http://msdn.microsoft.com/library/default.asp?url=/workshop/management/tools/ref erence/file_upload_control.asp
|
| Dynamic src argument is not working | 16 Jul 2005 12:04 GMT | 1 |
This was posted in jscript thread - I have widened the Net so cross posting into here: The following snippet is not working: <script language="Javascript1.2" src="<%=addressDataFileName(0)%>"
|
| Script container | 13 Jul 2005 08:25 GMT | 3 |
I am developing an application that is designed to respond to a predefined set of actions/events. When one such event occurs, a database lookup is performed and a path to a script is then obtained. This script might be either vbscript or jscript and will perform actions such as
|
| XmlHttpRequest Object | 08 Jul 2005 15:21 GMT | 2 |
We have problems using the xmlhttprequest object in a multiserver environment. We are using webgarden and an unhandled exception is thrown to the user many a times. is there a workaround for this problem (we would not like to disable the webgarden) also, when clients access our ...
|
| IE6 onlick event not firing for some users | 08 Jul 2005 15:16 GMT | 1 |
We have a number of anchor tags in our web app which look like: <a href='javascript:void(0)' class = 'btnExpand' onclick = 'return showDetails()'>+</a> The onclick event appears to function correctly and has done for many
|