| Thread | Last Post | Replies |
|
| Any way to disable a column in a DataGrid? | 24 Mar 2006 00:23 GMT | 5 |
I have a Datagrid with two rows, "Product Description" and "Serial Number". I want the user to be able to add / edit the serial number, but not the Product Description. In fact, I don't even want the description to be able to get the focus (i.e. disabling the column). Is there ...
|
| Writing to a frameset causes the frameset to resize | 23 Mar 2006 23:31 GMT | 4 |
VS 2003, code behind is C# Situation: 1. a webpage has 4 frames: TOP
|
| ASP.NET 2.0 Intranet starter kit | 23 Mar 2006 22:43 GMT | 4 |
i'm about to build an companies intranet portal and i saw on couple of pages that there has been an intranet SK available for VS 2005 beta. In my version of VS2005 i cannot find it any more and on asp.net site neither. since i saw that the portal was designed using webparts it ...
|
| Making My first ASP.Net Web Application. | 23 Mar 2006 22:30 GMT | 2 |
I am trying to make A new project by using Vb.Net 2003 every time I tried to open New ASP.Net Web application I got This message: Visual Studio.Net Has detected that the Specified Web server is not running ASP.NET version 1.1. You will be unable to run ASP.Net Web Application or ...
|
| How do I catch unhandled exceptions | 23 Mar 2006 21:51 GMT | 5 |
One of my web sites seems to throw the occasional exception in a place where I don't expect it. I know I should expect them anywhere, but just supposing I've missed one, is there a way of having some sort of global catch-all that will allow me to log the error and present the ...
|
| Single or multiple thread? | 23 Mar 2006 20:33 GMT | 2 |
Suppose a base class like partial class X : Page ... and a class A that is called from class X somewhere along the code. I'm not able to understand if for each user connected to the web site, a
|
| Microsoft Caching Application Block w/ Web Farm | 23 Mar 2006 20:27 GMT | 1 |
I need to implement caching for a large enterprise application and we are planning to use the newest Caching Application Blocks. (Enterprise Library Jan. 2006) We want to cache Business Entities (DTO's) at the service layer and have a
|
| javascript library functions not loaded after going from cookieless to cookies? | 23 Mar 2006 20:00 GMT | 1 |
We recently decided to go from cookieless to cookies, changing web.config to read cookieless=false. Since making that change, I've noticed that javascript functions kept in included libraries are not available. They'd been working for over a
|
| URL Rewriting: site.com/bandname | 23 Mar 2006 19:58 GMT | 1 |
I want to create a situation whereby users can use a band name to access a data page. So.. site.com/bandname actually goes to site.com/music/artist.aspx?id=100 I currently do this by having loads of directories, but that means loads of
|
| Response.TransmitFile and Action Canceled page | 23 Mar 2006 19:51 GMT | 2 |
I'm developing an interface that sends a file to the client. it works but the client also gets an "Action canceled" page (IE) how can I remove this page? or display the application home page? thank you!
|
| getting "Validation of viewstate MAC failed" error | 23 Mar 2006 19:33 GMT | 1 |
running a crystal (v10) reporting app on a virtual web server and getting the "Validation of viewstate MAC failed...." error when opening the crystal viewer. Any help please!!!
|
| Question on building projects using VS .NET | 23 Mar 2006 19:20 GMT | 1 |
I have a question as to why my users are noticing error when I am building the project on the production system. Here is the problem's background. In order to build the project on the production system, I use the Visual Studio's File > Open From Web and then build the solution. ...
|
| How do I trun off casini web server? | 23 Mar 2006 18:51 GMT | 2 |
I've got a website developed in VS2005 that works fine on my local dev machine using the casini server, but when I publish it to the web, which is using IIS (ASP.NET 2.0) it is flipping out. It's a multi threaded app and it is doing really unpredictable things and eventually ...
|
| .Net framework 2.0 and IIS | 23 Mar 2006 18:48 GMT | 1 |
Will the normal ASP program which doesn't use .NET framework after we install .NET framework 2.0? Thanks.
|
| ASP.NET and ASP Conversion | 23 Mar 2006 18:14 GMT | 4 |
Hi! All, If I just convert a ASP file extension to .ASPX and place it in a ASP.NET Application, will the page execute?? If no, then how can we make the page execute without much changes to the code(incase there is some alternate
|