| Thread | Last Post | Replies |
|
| Drop Down populated by data from MySql Database | 20 Mar 2006 15:08 GMT | 1 |
I need to create a drop down list that is populated from a MySql database. I'm using ASP.net 1.1. If you have any related code, please post it here. Many thanks
|
| Error with code-behind for user control | 20 Mar 2006 15:04 GMT | 3 |
I have a set of user controls that all use the same code-behind file. The first line of each of the ascx files looks like... <%@ CodeFile="ShowCategory.cs" Language="C#" Inherits="ShowCategory" %> and the top of the code-behind (ignoring the "using" statements) looks
|
| tool for developer data layer. | 20 Mar 2006 14:33 GMT | 1 |
I have seen some tools for ADO.NET 1.1 for generating database layer, dont unfortunately do not remember them now. Would any one please put some light on tools (3rd parties) available with support to ADO.NET 2 (.NET 2), that can also be used with conjunction of
|
| Datagrid related query | 20 Mar 2006 14:01 GMT | 1 |
Dear Members, I am using a datagrid in which i have five columns. First one is of Roll_no which is bounded column and rest four are template columns name Present, Absent, UnfairMean and Lost
|
| session mgmt - redirection | 20 Mar 2006 13:05 GMT | 2 |
I'd like to login at one subdomain www.mywebsite.com and be redirected based on login ID to a second subdomain mydomain.mywebsite.com
|
| Get ClientId. Need Help. This is driving me crazy! Thank You. | 20 Mar 2006 12:31 GMT | 1 |
I have been trying, for days, to retrieve a control's ClientId in a javascript function. I am using a master page and this is why I need to retrieve the Control's ClientId.
|
| Session Variables | 20 Mar 2006 10:21 GMT | 4 |
Working with ASP.NET 1.1 - C# I have been attempting to locate all of reading and writing of session variables into a class in its own file. The file contains: using System;
|
| AutoCompleteStringCollection problem | 20 Mar 2006 07:36 GMT | 2 |
This code dosent display data.Add("Csharp"); data.Add("C sharp"); couldnt find the reason why ..
|
| Two PC development environment | 20 Mar 2006 06:35 GMT | 1 |
What is the correct way to set up a two PC development environment where one PC (the main PC) runs IIS and Visual Studio 2005, and the 2nd PC runs SQL Server 2000 ? We ran into significant problems with security trying to set up this kind of
|
| How to Sign Out in Asp.Net 2.0? | 20 Mar 2006 06:01 GMT | 5 |
In my web site I am using Asp.Net 2.0 and "Membership.ValidateUser" to login a user. I didn't use the login controls. I created my own custom look login and used membership API.
|
| Disable The Controls Of One Web Form From Other | 20 Mar 2006 04:58 GMT | 1 |
I have a problem while developing some webpages.The Problem is that:- How We Can Disable The Controls Of One Web Form From Other Web Form In Asp.net? Explanation:-
|
| Embedding ASPX pages are resources | 20 Mar 2006 04:36 GMT | 3 |
I have a control that currently embeds it's images and script files as resources (by marking them as 2.0's WebResourceAttribute) and lets the runtime handle the streaming of the files to the client. This control now also uses a html file (which gets used as a "dialog" during
|
| need help on datasouce select | 20 Mar 2006 03:51 GMT | 1 |
I am a newbie in Visual Web Developer Express 2005. I have created a datasource bind to a ORACLE table, with a custom select query, it has a where clause to filter the id specified. query:
|
| GDI+ and SAVE JPG or BMP on the server | 20 Mar 2006 03:36 GMT | 2 |
First of all, I thought this might be a directory security issue but it's not. I was able to upload the file to the directory via HTTP. Here's the situation. I have a JPG file on my server.
|
| Tree View for Non-Navigational Purposes | 20 Mar 2006 03:27 GMT | 2 |
I have generated a nice tree view that displays some otherwise cyptic XML in an easy to follow manner. The trouble is that the TreeView assumes that I'm wanting a link in each of the nodes, and I really just want to display them for view only. How can I disable the link-ness of ...
|