Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > asp.net webcontrols > november 2007 > threads for november 8 - 14, 2007

Filter by week: 1 2 3 4 5

Formview delete doesn't work bound to a class
Posted by Joe at 11/14/2007 1:33:55 PM
I created a data access class with get, insert, update and delete methods. I have an object datasource bound to the class and a formview bound to the datasource. The get, insert, and updates work fine, but I can't get the delete to work. It does not pass any values to the method for some reas...more >>


GridView is making two of each column
Posted by Nathan Sokalski at 11/14/2007 12:57:20 PM
I have a GridView control with three columns, all BoundField columns. They all have a HeaderText and DataField property set, and the third one has a DataFormatString property as well. When I run my code, the GridView displays two sets of columns. The first set looks exactly as I would expect. ...more >>

menu control inside a gridview
Posted by Eps at 11/13/2007 6:56:45 PM
Has anyone have any experience of doing this ? I want a small menu on each row with a few options, I have tried it and it seems to work great at first but after clicking on a menu item and handling that event you get some weird display artifacts, when you hover your mouse over them all the ...more >>

Gridview error handling
Posted by Arne Garvander at 11/12/2007 2:37:00 PM
I have a gridview control that is updateable. One of the data elements is date, which is very easy to misstype. An invalid date will throw an error. Is there a way to handle that error in a neat and clean manner? -- Arne Garvander Certified Geek Professional Data Dude...more >>

Best way to do this ?
Posted by Anonymous at 11/12/2007 7:27:42 AM
I have a distributed N-tier C++ application that I want to make available online. Because of the architecture, I should be *in theory* be able to replace the presentation tier from the current one to web pages. However, I am not sure what the best way to do this is - since the GUI is quite ...more >>

Error: Unable to start debugging on the web server
Posted by Reds at 11/12/2007 1:56:34 AM
I am running Visual Studio 2003 on XP, which I have used to run VB, C# and C++ non-web applications without any problems. I'm just starting to use WebForms with asp.Net. When I tried to run my first application, I got the following error. "Error while trying to run project: Unable to start d...more >>

RadioButton and CheckBox Controls: Where is the value attribute?
Posted by Nathan Sokalski at 11/10/2007 1:59:28 PM
In the RadioButton and CheckBox controls, there is no Value attribute. The html <input> tag has a value attribute, which is used by both type="radio" and type="checkbox". The RadioButtonList and CheckBoxList controls have SelectedValue properties (I realize that the RadioButtonList uses the ...more >>

Using a Forms authentication in a shared hosting environment
Posted by JEFF at 11/9/2007 2:54:19 PM
I am using a logon control in a shared hosting environment. When I do I get the following run time error: The SSE Provider did not find the database file specified in the connection string. At the configured trust level (below High trust level), the SSE provider can not automatical...more >>



Historical timeline for a web page
Posted by Chris Davoli at 11/9/2007 2:35:03 PM
I need a historical timeline for doctor appointments on an asp.Net web page. Needs to be laid out horizontal with scroll bars horizontal. Any ideas-- Chris Davoli ...more >>

required field validators and not validating until submit button clicked
Posted by TS at 11/9/2007 2:21:02 PM
i read this in a book: "...There is also logic in place to avoid enforcing RequiredFieldValidator controls until the page has been submitted (or has attempted to be submitted) at least once. This allows users to fill in fields in any order without being warned that a field is required..." ...more >>

Root master page and chikd project
Posted by Byka at 11/8/2007 5:43:05 AM
have a master page on my root project. I would like to reuse the same master page on my child project. However when I am setting the master page file in my child project it doesn't see that page because it is adding a name space from my child project. Below is what I have: RootProject /...more >>


DevelopmentNow Blog