| Thread | Last Post | Replies |
|
| Keeping datatable data in memory | 31 Oct 2007 09:57 GMT | 5 |
Hi, I wonder if anyone can help? I've got a web form (intranet), .net version 1.1. I've got a sub that populates a datatable in a dataset, dependent on a dropdown field selection. This works great, but if the user selects another item from the dropdown
|
| lock file in ASP.NET | 31 Oct 2007 09:31 GMT | 8 |
I am writing a Logging util for my ASP.NET application. I am facing mulit process problem. I developed a class LogFactory, and have a method called Get_Logger to create a FileLogger, which will write text into a text file.
|
| Styling of Menu Control | 31 Oct 2007 09:21 GMT | 5 |
I am working together with an artist who is familiar with CSS and HTML, but we seem to be struggling with some of the more intricate details of the Menu control. From what I understand, it is possible to apply an adapter to this control that could make the generated html a great ...
|
| Can set but not read contents of a label! | 31 Oct 2007 08:44 GMT | 1 |
Hi, I have a datagrid with a label in the first column (the key basically). The issue is, that on pressing a standard button outside the datagrid (ie not one per row) I can SET, but cannot READ the text of the label. I want to
|
| Dynamic style sheet link. | 31 Oct 2007 02:59 GMT | 2 |
I need to include a style sheet link in the aspx page based on what user they are. Basically this functionality, but using code behind. Any idea how to change this line to code behind? This breaks once we include an AJAX control on
|
| Counting the number of specific days in a year | 30 Oct 2007 22:44 GMT | 2 |
I would like to know if anyone knows how to set up an app that would count the number of specific days in a user defined year. example, how many Sundays, Mondays, Tuesdays, etc. in 2007 or a user defined year, june 07 - june 08. I really don't know where to start, but we
|
| Request not available | 30 Oct 2007 22:37 GMT | 4 |
I have an aspx page that contains an iframe where I point to another aspx page. In the aspx page that is in the iframe, I have VB code as follows: <script language="vb" runat="server"> Dim strFolder As String = Request.QueryString("fldr").ToString
|
| Next GridView Question - how do you add a DropDown to an autogener | 30 Oct 2007 22:32 GMT | 1 |
sometimes my GridView will need to allow users to edit given columns using a DropDown. how can I do this if the columns are autogenereated? (The one grid displays columns from any one of 20 or so tables) Guy
|
| enctype="multipart/form-data" performance? | 30 Oct 2007 22:03 GMT | 4 |
I've got quite an already complex form to which I need to add a upload photo facility. I know how to do this but wondered if adding the form tag to include enctype="multipart/form-data" makes a big performance difference to the form when a photo isn't been uploaded?
|
| Sync client side info to server | 30 Oct 2007 21:40 GMT | 1 |
Here are the components: Using VS 2005 Pro / ASP.NET / AJAX.NET / VB.NET Here is the application: I have an app which has a navigator/search facility to find media files
|
| Deploying Website Application | 30 Oct 2007 21:24 GMT | 8 |
I am trying to copy files and folders onto a production machine (Windows 2003 web edition -- we had to install the .NetFramework 2.0 on it). I wasn't even sure which files to copy for a ASP.NET 2.0 application. But I followed the steps I do for a 1.1 ASP.Net applications. I ...
|
| Check property value | 30 Oct 2007 20:27 GMT | 1 |
I have the following custom control property: ' Example Private _Example As String < _
|
| Enabling the ObjectDataSource_Selected event for cached data | 30 Oct 2007 19:45 GMT | 1 |
I have an objectDataSource that populates a datalist. When fresh data is pulled out from the db, the SelectEvent event fires and updates the datalist custom navigation links. When data is retrieved from the cache however, this event becomes disabled. From what I have read, it
|
| VS.NET 2005 PROJECTS AND SOLUTIONS .. | 30 Oct 2007 19:37 GMT | 3 |
kinda confused. I have this folder called C:\PROJECTS with a bunch of projects .. some are websites, some are webservices, one is a console ap, another is a Data Access layer (I presume classes).
|
| DropDownList properties .. no SelectedValue ... | 30 Oct 2007 19:18 GMT | 3 |
I have a DropDownList on a plain vanilla ASPX page, <asp:DropDownList ID="DropDownList1" runat="server" DataSourceID="SqlDataSource2" .... etc > The issue is that Intellisense is not displaying "SelectedValue" as an
|