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 2005 > threads for november 29 - 30, 2005

Filter by week: 1 2 3 4 5

DropDownList resets in ASP.NET2.0
Posted by conset23 at 11/30/2005 8:09:29 PM
after filing DropDownList, i click on Imagebutton, and DropDownList resets like i reinicialize it. This occurs even if DropDownList filing perfors once. EnableViewState is set to true. Any sugestions? ...more >>


Losing Session Values
Posted by ruca at 11/30/2005 3:48:04 PM
Hi, I have a question for you all... I have two pages, where one it's for user fill some fields information and the second page ia a confirmation page. Here I have a problem, I'm using session variables to pass some values from one page to another. The problem is that some times (yes, I...more >>

gridview.boundfield.dataformatstring doesn't work
Posted by Abraham Andres Luna at 11/30/2005 2:14:46 PM
i tried the following code: <asp:gridview id="gvRDK" runat="server" autogeneratecolumns="false"> <columns> <asp:Boundfield DataField="DateCreate" DataFormatString="DateCreate: {0:d}" HeaderText="Date Created:" /> </columns> </asp:gridview> but i got the following output: Dat...more >>

Lost with User Controls
Posted by larry at 11/30/2005 1:41:55 PM
Hi, I'm a newbie to ASP.NET. I'm having difficulty create user controls in Visual Studio.NET. I have tried to use the User Control template provided by Visual Studio.NET but the intellisense won't let me use basic UI controls. So far to create User Controls, I have been creating web forms ...more >>

issues using webbrowser in a service
Posted by ScottLR at 11/30/2005 12:01:40 PM
Hello, I am using the Webrowser control in an mfc application. It succeeds when run as an application but not when run from a service that allows the user to interact with the desktop: I invoke Navigate. I catch the DownloadComplete event. I successfully call get_LocationURL and retr...more >>

Checkbox and Javascript
Posted by tabbykitty at 11/30/2005 6:52:39 AM
Hi there I have created a record update form. All of the controls are databound. One of the controls on the form is a checkbox and determines whether the record is 'Active' or not. What i want to happen is that when the checkbox is checked (or unchecked), that another field on my form (Start...more >>

Pls help me
Posted by cjcool at 11/30/2005 4:22:18 AM
I just installed dot net frame work but when i try to open a new web project it prompt that the IIS Server error Internal server error, how can i get over with this problem pls help me............ -- cjcool ------------------------------------------------------------------------ Po...more >>

BoundField and DataFormatString in ASP.NET 2.0 - Bug ?
Posted by Ing. Winkler Bernhard at 11/30/2005 1:11:08 AM
Hello all, I found an interesting phenomenon with an incorrect interpretation of the DataFormatString in a BoundField in ASP.NET 2.0. In the example below the prices 4, 5, 6 and 7 should all be equally formatted with the Euro sign and 2 decimal digits. That is done as expected with the .NET...more >>



VS2005 DataList with Nested GridView using ObjectDataSource
Posted by Sam Loveridge at 11/30/2005 12:00:00 AM
Hi All. I have been loving the easy binding of a straight forward GridView directly to a web service method using the ObjectDataSource, however I've come into a tangle trying to apply a more complex binding solution with a DataList. Let's say the simple method described above is a full lis...more >>

Custom control that ingerits from textbox
Posted by Warren Patterson at 11/30/2005 12:00:00 AM
Hi Guys, I have a huge problem....I think. I have created a control called Textbox2 which basically inherits from Textbox. Now my problem is this. The Textbox2 retains its state when I submit a form and it posts back. However when I place a Textbox2 in the footer of a gridview, it lose...more >>

asp mobile.net : infinite loop error
Posted by SJ at 11/29/2005 7:41:23 PM
I'm developing a WAP client which presently works fine on most mobile phone browsers, but gives me an Infinite loop error (error 1025) when i try to access it from a couple of phones(motorola for instance.) Any idea why the WAP client will work with some phones but give this infinite loop error...more >>

GridView whole row select
Posted by p3t3r at 11/29/2005 6:09:03 PM
In .NET 1.x it was possible to add an onclick callback to invoke the selection of a row in the grid providing there was a Select command. This still works in .NET 2.0 but now the cell with the Select command must be visible. The users are accustomed to being able to select without seeing an...more >>

Problem with Custom Web Controls in Visual Studio 2005
Posted by swesorick NO[at]SPAM gmail.com at 11/29/2005 11:04:22 AM
So, I have a custom web control that inherits from the standard asp.net Textbox control. When I add this control to my web page in Visual Studio 2005, I get the following errors in my Error List: Error 1 Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2...more >>

Problem with delete in FormView control
Posted by Karl-Inge Reknes at 11/29/2005 5:50:07 AM
I use FormView to View, Edit and Insert customers details. The formview control is connected to a Object (ObjectDataSource), CustomManager. The Object, CustomManager, have method for select, update, insert and delete. Select, update and insert works, but delete dos not. Can anybody help m...more >>


DevelopmentNow Blog