| Thread | Last Post | Replies |
|
| Identifying Rows | 30 Dec 2007 13:48 GMT | 10 |
In C#, I have a GridView that bounds to a DataView. When the user click a certain button, I want it to go through the gridview rows and update some object based on an ID. The ID should be invisible... so I put a <LABEL> in one of the cells
|
| Control Property. | 30 Dec 2007 08:23 GMT | 3 |
I am creating a Composite Control, named Form, which contains a TextBox. Form control has a property named Value which define the TextBox text property.
|
| Javascript error for a required field validator | 30 Dec 2007 05:39 GMT | 1 |
I have a strange problem with a required field validator when I have EnableClientScript set to true. When the client side validation fires I get a javascript exception inside the .net javascript. The exact error is "targetedControl has no properties". Looking at the .net
|
| Id and CssClass not defined | 30 Dec 2007 02:48 GMT | 3 |
I created a custom control that inherits CompositeControl: Public Class MySection Inherits CompositeControl ...
|
| Using .NET 2.0/3.0 component in ASP.NET 1.1 | 30 Dec 2007 01:41 GMT | 6 |
We have an ASP.NET 1.1 application which uses .NET framework 1.1. The application is hosted in IIS 5.0 win 2000. We want to write a .NET 2.0 component (which leverages .NET 2.0 Framework, Ex: Dataset Bulk Update feature) and access it from ASP.NET 1.1. Is this possible? If so, ...
|
| Sorting and Paging a Custom Gridview | 30 Dec 2007 00:49 GMT | 1 |
I've created my own custom gridview that derives from the System.Web.UI.WebControls.GridView class and am trying to implement my own sorting and paging mechanisms. The GridView class has two private variables SortExpressionInternal, SortDirectionInternal tat I'd like
|
| How can i create new users without utilizing the create user wizar | 29 Dec 2007 22:46 GMT | 2 |
Is it possible for me to create new users without using the wizard? I am using a custom membership as i want to capture more data other than the ones which are available in the wizard. Is it possible for me to use the custom membeship create user method? If yes how can i call it ...
|
| Why can't I can get help on ASP.NET? | 29 Dec 2007 16:34 GMT | 7 |
I have been struggling for several weeks now trying to create my first ASP.NET Application but no one has responded to my post on 10 Dec 07. I have uninstalled VS 2003 and reinstalled it again after making sure that IIS was installed and running but this did not help. I just ...
|
| Compiler Error Message: CS0007: Unexpected common language... | 29 Dec 2007 10:15 GMT | 3 |
Hi there. I am trying to setup my machine to develop ASP.NET. I am having an issue under Vista that I never had under XP. I am getting the following message from a simple page (source below). I am certain this should be an easy fix, however I have not seen anything but similar ...
|
| Ajax 1.0 Update Panels | 29 Dec 2007 07:05 GMT | 1 |
Im developing a solution in vs2005 with ajex extensions. Essentially I have three custom controls which render tables a representation as shown below. The problem is that when any of those buttons get clicked all three tables are updated. ( Buttons 1 2 and 3 are outside the ...
|
| Dataset from XML file | 28 Dec 2007 21:36 GMT | 3 |
I have a table I am getting from an outside program that I am trying to read to build some Sql Tables and insert data from. The problem is that the following table puts all the tags together, instead of separting them by the different forms.
|
| Me.Context.Request.Cookies value doesn't match what's in cookies file | 28 Dec 2007 21:02 GMT | 1 |
My ASP.NET 2.0 / Classic ASP app is using cookies, and I'm trying to figure out a why I'm not seeing a cookie value being initialized in my ASP.NET side. I'm using IE 7 and running my app locally using IIS 5.1/ Win XP Pro SP2, I deleted my cookie file and then was trying to test
|
| Again: Console-ish output in a browser? | 28 Dec 2007 17:55 GMT | 2 |
Well, I initiated this discussion a few days ago at: http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/browse_t hread/thread/33b7f1153825d6fd/501325ee69224a8c?hl=en&lnk=gst&q=console-ish#50132 5ee69224a8c I tried the suggested approach and created a page like ...
|
| Reading text from another application | 28 Dec 2007 17:38 GMT | 2 |
Can somebody please tell me how I can read text from another running application. From a textbox in that application for example
|
| EntLib for .NET 2.0 - January 2006 and MySQL | 28 Dec 2007 17:22 GMT | 3 |
Hi, all: My web application using MS EntLib for .net 2.0 (Jan 2006) to access my backend database. It works fine with MS SQL 2k. Now we are migrate from MS SQL to mySQL. Everything looks fine except one serious
|