| Thread | Last Post | Replies |
|
| Stress Testing | 20 Jun 2006 03:19 GMT | 1 |
I am trying to figure out if using the Application Center Test is the preferred tool of performance / stress testing in an ASP.Net 2.0 application. I used ACT with my 1.1 applications, but was wondering if there is a new tool under 2.0.
|
| Help with CustomValidator in 1.1 | 20 Jun 2006 01:20 GMT | 1 |
I need help with CustomValidator in 1.1. I added the CustomValidator control and code as per the doc., (See below) However, the code is never executed. Is there an extra switch or setting to force the OnServerValidate code to execute?
|
| ASPNETDB.MDF when no SQLExpress, only SQL Server 2005? | 20 Jun 2006 00:40 GMT | 8 |
I have only SQL Server 2005 installed on my PC. And I tried to add the following rows in web.config to use SQL Server 2005 instead of Express: <connectionStrings> <clear />
|
| Getting a return value from a sql command | 19 Jun 2006 22:45 GMT | 2 |
Hi, I'm using the following and the insert portion works fine but I'm not getting the return value (TicketID) which is the identify column of the table. I can't figure out what I'm missing; all examples I see use stored procs but I need to use a string command for this.
|
| IIS 5.0 and ASP 2.0 | 19 Jun 2006 22:32 GMT | 3 |
We have a win2k with SP4 running IIS5. We have Framework v2.0.507277 installed and looking run an application in ASP 2.0. We are having troubles because the default user is IWAN which doesn't have the correct permissions to run an ASP 2.0 application. How do we run this new ...
|
| Windows Authorization | 19 Jun 2006 22:24 GMT | 14 |
I am trying to set up an intranet at work that will use our Active directory to authorize our users. We also want them to access the site from the outside (such as at home) and also be authenticated by our Active Directory. We don't want to set up a separate Sql setup.
|
| How can I restart IIS or server from ASPX page or web service? | 19 Jun 2006 21:40 GMT | 1 |
Hi. I am wondering if its possible to restart IIS or my web server simply from an IIS page? Not sure what code I would need and maybe impersonation? Any thoughts or ideas anyone? -Chad
|
| Scope of Dataset.. | 19 Jun 2006 20:58 GMT | 2 |
I am new to asp.net. I have created simple page with Grid View . I have created dataset which is I am using as data dsource for Grid View...Now question is ...how can I change select command dynamically? what event I need to write code? In other words..when i create data set ...
|
| Invoking Excel COM object with CLSID is either not valid or not registered | 19 Jun 2006 20:50 GMT | 5 |
Hi I'm invoking the excel object from ASP.Net application. My development machine is Windows 2000 and MS Office is installed on my m/c. I have added reference to the Excel COM object, I have given Access and launch
|
| filtered query with dropdown control | 19 Jun 2006 20:46 GMT | 2 |
I have a dropdown control into a page and a gridview, both are associated to two SqlDataSource controls, one of them is used to fill the DropDownControl, that is meant to be a filter over the query of the other SqlDatasource associated to the grid. This works fine, whenever I ...
|
| Invoking Excel COM object with CLSID is either not valid | 19 Jun 2006 20:44 GMT | 4 |
Hi I'm invoking the excel object from ASP.Net application. My development machine is Windows 2000 and MS Office is installed on my m/c. I have added reference to the Excel COM object, I have given Access and launch
|
| ApplicationID | 19 Jun 2006 19:57 GMT | 1 |
Dear Friends, I was just wondering if there was a method by which I can get/check the existancy of an Application (aspnet_Applications table) in ASP.NET 2.0 using the applicationID instead of the ApplicationName? In essence, I want to pass
|
| Help with WS | 19 Jun 2006 19:53 GMT | 1 |
I created a webservice that returns a dataset. How can I load this into excel? I want to have the excel spreadsheet access this webservice. Thanks
|
| How to validate a control that might be empty | 19 Jun 2006 19:39 GMT | 4 |
I have a form in which the customer can enter their personal details. Some customers will have an account number, in which case they are allowed to enter this and not have to enter their address. How do I do validation for this? They must enter one of account number
|
| DropDownList - IndexChanged | 19 Jun 2006 19:27 GMT | 2 |
I am trying to use IndexChanged of DropDownList to control the next part of my site. The problem I have is that the 'indexchanged' is not getting called if I select the first entry on first displaying of DDL.
|