| Thread | Last Post | Replies |
|
| GridView Highlight Certain Rows | 12 Sep 2007 07:38 GMT | 2 |
I have the need to change the text of certain rows to red based on the proximity of a date in one of the columns. What's the best way to go about this?
|
| Access OutLook Contacts in Asp.net web application | 12 Sep 2007 06:48 GMT | 2 |
Could anyone please help me regarding this issue.I need to access or Import Outlook Contact Details from my Asp.Net web application my code behind is c#. Thanks in advance. Regards,
|
| ASP.NET application hits 2GB virtual bytes | 12 Sep 2007 06:42 GMT | 7 |
We have a problem with a ASP.NET web application that is experiencing OutOfMemory Exceptions. On analysis we have noticed that the Virtual Bytes of the aspnet_web process ( running IIS5 Mode on Win2K3 ) hits the 2GB mark. The server it is being tested on has 4GB of RAM, with the ...
|
| 64bit issues | 12 Sep 2007 04:51 GMT | 1 |
We have been developing all of our .net applications on 32 bit windows using 32 bit SQL Server. We are being asked to now deploy to servers running 64bit windows and 64bit SQL Server. Are there issues? Differences? Should we switch our dev environment to 64bit.
|
| How to create Chat room in asp.net for unlimited members | 12 Sep 2007 04:39 GMT | 1 |
How to create Chat room in asp.net for unlimited members pls help me, if you know web site having free code or not free for creating chat room. or pls send code for creating chat room or help.
|
| Databound DateTime field question | 12 Sep 2007 03:21 GMT | 4 |
I have a FormView that has it's DataSourceID set to a SqlDataSource that uses stored procedures for it's select, update, insert, and delete. I want the FormView to have an "autosave" feature, so based on certain intervals or user interactions I call the
|
| Starting VS2005 in debug mode | 12 Sep 2007 03:16 GMT | 1 |
Im trying to run the Asp.Net page but unable to do so. im using dotnet 2.0 before running im getting the below error. "Unable to start debugging on the web server. The COM+ registry
|
| ASP.NET Threading (It's not showing up!) | 12 Sep 2007 01:34 GMT | 8 |
When I run this codebehind on page load, none of the labels update, and I don't get any errors. See if you can figure it out: public partial class _Default : System.Web.UI.Page {
|
| Creating Open Source Application | 11 Sep 2007 23:33 GMT | 5 |
I need help in starting an open source application. What steps should I take in getting other developers in line with my idea without it getting stolen? How can I get other's involved? What is a good place to upload my existing code base?
|
| AJAX app will not make call on Safari and FireFox, works fine on Internet Explorer, any ideas? | 11 Sep 2007 23:20 GMT | 2 |
>From my development envrionment (i.e. a single WinXP notebook PC) I have a basic AJAX application that is making the call to a Windows Form page that just returns the request back to the AJAX client from the JavaScript HttpXMLRequest
|
| String | 11 Sep 2007 22:33 GMT | 2 |
I have a class, Item, with 2 properties: "ID" of type Int "Product" of type String I create a variable which is a Generic.List(Of Item):
|
| List Box scrolling | 11 Sep 2007 22:06 GMT | 5 |
I have two listbox in a page in my website. one listbox contain report owner name the other one contain the report name.. both the listbox are databound. what i wanted is that when i scroll one listbox the listbox should
|
| HTTP 404 on IIS | 11 Sep 2007 20:52 GMT | 5 |
I am having IIS 6.0 on windows server 2003. Currently there is on web site published and running happly. Now I wanted to add second one so I created different host header name registered it under DNS. I can ping new web address....that all is fine.
|
| Repost: variable number of pictures to be shown | 11 Sep 2007 20:43 GMT | 3 |
I want to display an array of pictures and I don't know beforehand how many there are in the array. I want there to be up to four pictures in a row (all the same size, of course), aligned to the left. When the fifth picture appears, it would start the next row.
|
| Error using VB6 COM in asp.net | 11 Sep 2007 20:33 GMT | 4 |
I was adding referance of vb6 COM in asp.net/vb.net web project in bin folder. Every time when I created new vb6 COM, I was re-refrancing it and was copying to web site.
|