| Thread | Last Post | Replies |
|
| setting up website inside a website | 13 Apr 2006 22:18 GMT | 1 |
Can you set up a website inside of a website. I have a main website at our company: parentwebsite.web.company.com. In the path are a couple of directories: parentwebsite.web.company.com/boss1
|
| Good (and free) DateTime picker. | 13 Apr 2006 22:12 GMT | 1 |
Does anybody know of any good free datetime pickers for ASP.Net 1.1 ?
|
| RowFilter help needed | 13 Apr 2006 22:07 GMT | 5 |
I'm attempting to do something like the following SQL query: SELECT * FROM `users` WHERE idusers != 3 | 2; such as: = "idusers <> 3OR 2";
|
| Datagrid Export to Excel - Report Headers | 13 Apr 2006 21:43 GMT | 2 |
Below is my code for exporting a datagrid to Excel. It works fine, but we're going to need to somehow have a report header, user input parameters and system date display at the top of the spreadsheet just to make it look like a nice little report. Is there a way that this can ...
|
| Stylesheets are not followed after migration | 13 Apr 2006 21:28 GMT | 6 |
We had an existing application in ASP.NET 1.1. After migration I tried to utilize MasterPages. The test showed that format for most of labels is treated differently e.g. TextBox'es are much toller, Label's do not have fixed length as they used to, etc...
|
| Need help on CreateUserWizard control. | 13 Apr 2006 21:02 GMT | 2 |
I have defined another textbox control in the CreateUserWizard control and this is how I am trying to get the value of it in the code behind page is below im myStep As CreateUserWizardStep = New CreateUserWizardStep
|
| asp.net /doc | 13 Apr 2006 21:01 GMT | 6 |
Is there a way to generate documentation from an asp.net website? I don't see any options for /doc. Or is there a way to generate the build file Visual Studio uses so I can add the /doc option?
|
| Creating a web app. on another PC question. | 13 Apr 2006 20:49 GMT | 2 |
I'm a definetly a newbie when it comes to asp.net, so please be kind. Using VS 2003 (vb), I want to create a new web application. I have no problem creating a web app. on localhost, but when I want to create the app. on another PC to be used as a web server (ex. Location:
|
| error: The operation has timed-out (executionTimeout?) | 13 Apr 2006 20:39 GMT | 10 |
I am having a problem with my web page timng out while retrieving a long runnign report (90-120 seconds. I have tried modifying several settings in various places and cannot get it to run for more than 90 seconds. I am running VS.Net and the app is ASP.Net, written using VB.Net. ...
|
| OBDC Oracle connection in a ASP.net web page | 13 Apr 2006 19:24 GMT | 2 |
I have a problem connecting to Oracle using and ODBC connection in a ASP.Net web page. The TNS Names works fine because when I create a DSN it works, and it works in SQL Plus.
|
| vb.net ItemDataBound equivalent | 13 Apr 2006 19:13 GMT | 2 |
In C#, I use the following to bind ItemDataBound to a DataGrid: grid.ItemDataBound += new DataGridItemEventHandler(OnContentItemDataBound); Does anyone know the equivalent of this in vb.net? Thanks,
|
| Postback causes sever crash ASP.Net 1.1 | 13 Apr 2006 19:02 GMT | 9 |
I have a page with a "newly" added datagrid on it. When the page posts back the browser closes, without exception. As far as I can tell the problem occurs on the client side (server code seems to execute fine). This only occurs on client machines, but not when running on local ...
|
| call webservices in a farm scenario | 13 Apr 2006 18:56 GMT | 1 |
To support a webfarm scenario, I'd like to use a webservice to update/delete cache objects. I have in my web.config the list of the local servers (192.168.0.1, 192.168.0.2, ...) and when I need to delete a cache object the webapp calls
|
| DateTime in dropdown | 13 Apr 2006 17:59 GMT | 3 |
I'm trying to populate a drop down with dates from a data field in my data base but I want the format like MM/dd/yyyy instead of 1/1/2006 12:00 PM How can I my date to show as 1/1/2006? I'm populating the dropdown via a dataset and doing a:
|
| Passing a reference to a User Control to a class in ASP2.0 | 13 Apr 2006 17:40 GMT | 1 |
I'm trying to pass a reference to a user control to a class. The user control exposes its elements via properties. When I inspect parameter (user control is passed to class using "this") I can see it's data in debugger, but no way to access it in class code. I have tried ...
|