| Thread | Last Post | Replies |
|
| closing Excel when using COM Interop | 23 Feb 2006 17:37 GMT | 1 |
excel object not getting killed even after calling System.Runtime.InteropServices.Marshal.ReleaseComObjec. Is there any workaround
|
| Hold key to keep the message box before redirecting to a new page (ASP.NET program) | 23 Feb 2006 17:29 GMT | 1 |
I have a problem in ASP.NET program (Web pdevelopment). In VB Sub function, I want to dipslay a message box. The next line of my code is to response.redirect to the next page. My problem is the program skipped to display the message box, but only redirected to the new page. ...
|
| Web Site Administration Tool without IDE | 23 Feb 2006 17:24 GMT | 13 |
I am trying to deploy a simple web application to my client's production server, but it's not clear to me how MS planned on having the Security users managed without Studio. Certainly someone has run into this issue. How do you manage users
|
| MSDataSetGenerator Failed | 23 Feb 2006 16:37 GMT | 1 |
In a Windows Forms project (c#, VS2003) I have a dataSet problem I don't understand. Opening the project, this error displays in the VS Task List area ... "The custom tool 'MSDataSetGenerator' failed while processing the file
|
| Validators on dynamic UserControls | 23 Feb 2006 16:37 GMT | 3 |
I am currently having problems with Validators in a user control. I am creating a wizard sign-up process which have the allocated step (hyperlinks" at the top of the page. A user can also click next/previous. Dependant on the current step in the sign-up process I
|
| Is there a way to bind a simple Table or similar to... | 23 Feb 2006 16:06 GMT | 5 |
a custom object. Similar to how I bind a collection of objects to a repeater. Is there a way to bind a single object to a Table? I could use a repeater, but seems over kill for a single object. Thanks for any help.
|
| Server.mappath | 23 Feb 2006 16:04 GMT | 7 |
if I write this code to retrieve a folder on the server Server.mappath("/DATA") I get this error message System.InvalidOperationException: Failed to map the path '/DATA'
|
| ASP.NET 2.0 on Windows 2000 | 23 Feb 2006 16:02 GMT | 1 |
I have a simple asp.net 2.0 website that runs fine on Windows XP and Windows 2003 / IIS 6.0, but I cannot get it to run on Windows 2000 / IIS 5.0. I get the general error shown below. My web.config file contains the following in between the system.web tags which does not ever ...
|
| Loging in using SSL, BUT.. | 23 Feb 2006 16:01 GMT | 1 |
OK, following scenario: I have on an unsecured site the boxes where the user can enter User ID and passwort, now, after he clicks on login, the data should be send over HTTPS. Remember: The page itself is on port 80, only when the user clicks on
|
| Connection between two separate ASP.Net Application | 23 Feb 2006 15:49 GMT | 4 |
Please help me to connect two ASP.Net applications. One is an online store, based on Commerce Server 2002, the other is a database editing application. Both are ASP.Net 1.1, VB applications. In detail:
|
| How to read a text file into a string variable | 23 Feb 2006 15:39 GMT | 3 |
I have a text file in the directory of my web application. How can I read this text file into a string vaiable?
|
| ASP.net 2 xml.document | 23 Feb 2006 15:25 GMT | 1 |
Moving from asp.net 1.1 to 2. I have an xml control on a page in the code behind file I pull in some xml from a remote web site and format it with an xsl stylesheet, code is just this Dim s As String = "http://site.com/page.xml"
|
| Help- LoadControl and Ctype error | 23 Feb 2006 14:58 GMT | 1 |
Hey. I'm trying to dynamically add User Controls to my page. It appears to work sometimes, but more often I get the error: Unable to cast object of type 'ASP.SearchControl' to type 'ASP.SearchControl'.
|
| SqlDataSource - how get first row in SELECT? | 23 Feb 2006 14:00 GMT | 6 |
I have a sqldatasource on a webform. How do I (in code) retrieve the value of a particular column in the first row? Do I have to save the sqldatasource SELECT results into a datatable and look at it that way? A code sample would help.
|
| session out using windows authintication | 23 Feb 2006 13:48 GMT | 4 |
I am trying to make session out when I click logoff button using windows authentication. Could anyone help me out with this issue, please? Thanks in advance!
|