| Thread | Last Post | Replies |
|
| Storing a user created object as a session variable | 14 May 2007 17:29 GMT | 3 |
I have a situation where I have created an object that contains fields,properties and functions. After creating the object I attempted to assign it to a session variable so i could retrieve the information it contained on another page. This was significant because I am initially ...
|
| ASP.Net with AJAX Textbox question | 14 May 2007 16:50 GMT | 6 |
I'd like to have an AJAX textbox that after the user fills in, will auto-fill another textbox on the page without having a postback occur. It doesn't have to do any filtering or any other thing like that. I'm fairly experienced with ASP.Net, but new to AJAX. Please
|
| vb.net and static library | 14 May 2007 15:56 GMT | 2 |
Did VB.NET provide template to create static library? I don't need to release with DLL and source file.
|
| Getting Dataitem from a Repeateritem? | 14 May 2007 15:44 GMT | 3 |
I have a repeater containing dropdownlists. This subroutine is called when the selected index on one of these dropdownlists is changed... Public Sub cmbProductType_SelectedIndexChanged(ByVal sender As Object, ByVal e As System.EventArgs)
|
| MaxConnections | 14 May 2007 15:26 GMT | 4 |
I've written an HTTPHandler that implements IHttpAsyncHandler. This handler makes a call to a webservice that will send back a byte[] to be sent back to the webrowser as an image. I've set the maxconnections setting on the web.config for the handler and
|
| Call Java routine in ASP.NET | 14 May 2007 14:46 GMT | 2 |
I have a Java file which consists of some routines. I don't have any experience in Jave but ASP.NET, C# or VB. I wonder if it is possible to call this Jave file from ASP.NET and be able to use this routine within ASP.NET
|
| Copy website from local host to visual studio | 14 May 2007 14:24 GMT | 3 |
I am pretty new at this, so i need some help. I inherited the company web site from a former employee. The thing is she deleted everything from the laptop. All the webistes were set up in visual studio, but now they are gone. I found them under default web site under iis. The
|
| get session idle time? | 14 May 2007 13:40 GMT | 5 |
is there any way to get how long a session has been idle? thanks!
|
| Firing events from drop down list INSIDE a repeater? | 14 May 2007 13:06 GMT | 1 |
I have a dropdownlist which is repeated inside a repeater. What I'm wanting is for when one instance of the dropdownlist has its selection changed, for 1) this to trigger an 'OnSelectedIndexChanged' subroutine, and 2) for that subroutine to be able to somehow identify
|
| Real Time Data Visualisation (Charts & Gauges) using ASP.NET | 14 May 2007 13:06 GMT | 10 |
I was wondering if anyone could give me some advice. I am looking to develop an ASP.NET application that will enable several workstations to access real time telemetry data received from a vehicle on a track. The data flow would be as follows: ...
|
| Username and Password | 14 May 2007 12:43 GMT | 8 |
Pls some one help me. i have a users table in my database and a login screen. when login button is clicked after supplying usernme password, i want to check it from the database and if username and password is right..then login into admin page.
|
| Language of a web site in ASP.NET | 14 May 2007 12:36 GMT | 7 |
Ok, I find myself having a lot of troubles with URL Rewriting and I've seen on the net that in some situations, indexers have difficulty indexing sites because of some flaws in the url rewriting mecanism... Does anybody have a solution to my problem? I mean, I want to be able to
|
| Screen Snap Shot | 14 May 2007 12:06 GMT | 1 |
I have a bug tracking ASP.Net application in which the users want to upload the snap shot of the screen when an error occurs in the application that they are testing. How can I transfer the contents of the client's clipboard (the user will press Print Screen key when the
|
| Error when load testing web application: all pooled connections were in use or max pool size was reached | 14 May 2007 11:43 GMT | 1 |
I have a web application (ASP.Net V2) that fetches stuff from the database. I've created a test project in Visual Studio 2005. In the webtest I fetch data from some webservices that query the database. It responds in 0.02 to 0,10 seconds for the queries in the webtest (5
|
| BC2017 error | 14 May 2007 10:41 GMT | 2 |
XP SP2 I create a new web app in VS2005 SP1 and immediately try to view the default.asp page. I get error BC2017 "could not find library 'C:\WINDOWS\assembly\GAC_32\System.EnterpriseServices\2.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.dll'"
|