| Thread | Last Post | Replies |
|
| Unspecified Error! Help | 22 Mar 2006 13:40 GMT | 1 |
This is the most excruciating error I have ever had to deal with in 10 years of programming with Visual Basic. I am getting an error albeit intermittent most of the time, but I am now getting it consistently on one of my aspx pages.
|
| asp.net | 22 Mar 2006 13:33 GMT | 2 |
this is shekar pls can anybody giv eme the corerct information about this asp.net application in a short coding methods.
|
| IHttpHandler problem | 22 Mar 2006 10:16 GMT | 1 |
Hi; I just wrote my first IHttpHandler and am having a problem. If the content type is "text/html" then the below code works fine. But if it's "text/plain" then my browser gets:
|
| Applying themes to html | 22 Mar 2006 09:56 GMT | 1 |
I have a master page that has a table. The table represents a banner. I need to change background images for the cells depending on the page theme. I set up css and defined styles with background -image: url(...). I set up
|
| The Cache object | 22 Mar 2006 09:30 GMT | 5 |
Is there a way to get to the Cache object in some other way than the current contex? I mean - the Cache is independant from the request so I would expect to see some kind of Cache.Current property or something like
|
| Object reference not set to an instance of an object. | 22 Mar 2006 09:07 GMT | 1 |
i have a webform with a dropdownlist and 2 textboxes. it has a dataset with a table with 2 fields, 'areaID' and 'areaName'. in the Data properties window of the DDL, i have the DataTextField set to areaName, and the DataValueField set to areaID.
|
| Multithreading in ASP.NET app??? | 22 Mar 2006 08:58 GMT | 29 |
My ASP.NET application needs to accept data from a post and return quickly. I've added a worker thread to wake up and save data asynchronously after the data is received. But, it appears to me that IIS kills the process and thus the worker thread right after my main ASP.NET ...
|
| Is this possible to render page in memory? | 22 Mar 2006 08:54 GMT | 5 |
I want to render a page in memory. That is (pseudo-code): Page aPage = new Page(); LiteralControl lc = new LiteralControl("<form runat=server><asp:Label id=label
|
| DropDownBox value after postback differs... | 22 Mar 2006 08:10 GMT | 2 |
I'm having a DropDown box with 2 items... one with Value 1 and one with Value 2. If I load the page and it has Value 1 selected from page_load() and then select Value 2 on the form.. .and then from a checkbox use javascript to
|
| How do I use another ASPNET provider aside from the default? | 22 Mar 2006 07:50 GMT | 1 |
<!-- +-----------------------------------------------------+ | Case 1: | | Using another SQL Server |
|
| Atlas | 22 Mar 2006 05:46 GMT | 1 |
I just installed Atlas and its samples, I'm trying to run the samples but I'm getting this error: Error 1 The type or namespace name 'Web' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) C:\Program
|
| Upgrading ASP 1.1 to 2.0 problem - deploying - must clear assembly | 22 Mar 2006 04:08 GMT | 1 |
I've just upgraded from Visual Studio 2003 to 2005 and I've finally got my website working on my laptop. WHen I try to send it over to the real webserver - it fails miserably. I've had MULTIPLE problems - but right now - the proble appears to be that
|
| Replace a value wiith a graphic in a datagrid? | 22 Mar 2006 04:05 GMT | 4 |
i am displaying a dataset in a datagrid, for one of the values being displayed it either comes back as a 1 or a 0, which is currently bound to a column in the datagrid what i'd like to do is that if the value equals 1, replace that value
|
| ForeColor of validationSummary control | 22 Mar 2006 03:52 GMT | 2 |
Is it possible to update this property programatically? would someone please give me a hand? The message I got back when I run one of my web pages is: Parser error "<%errorColor%>" is not a valid value for int32. Here is what I have:
|
| DetailsView | 22 Mar 2006 03:45 GMT | 1 |
I need to customize the DetailsView New record (insert) so that it gets the maximum value of ROWID and adds 1, places that value in the textbox and makes it read only. Also, I have a field called "DATEEVENT". I would like to place a calendar
|