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 > october 2007 > threads for october 1 - 7, 2007

Filter by week: 1 2 3 4 5

Display Parameter Results in Report
Posted by john at 10/6/2007 9:26:24 AM
Conditions: Web Control: Report Viewer The Report.rdlc Dataset query has 2 Date Parameters @Start & @End. In the Report viewers ObjectDataSource: Configuration, I have them set them to 2 Textbox controls. Report works as expected. What I would like is to have those two Enter Dates Display...more >>


Riich Text Control
Posted by Jack at 10/5/2007 4:18:42 PM
Does anyone have a good recommendation for an end user friendly rich text control? The objective is to have the page creation experience much like creating a document in Word with a very simple implementation of inserting images and formatting text. Jack ...more >>

Reportviewer Local Mode
Posted by Madison at 10/5/2007 8:39:01 AM
Hi there, I'm working with web site project using vs 2005. I wonder should I use reportviewer local mode to write all my reports. What is advanced / disadvanced of it? I have 3-4 books about asp.net but nothing mention about the reportviewer control. If any of you can point me to some web s...more >>

Login control doesn't function
Posted by Pasquale at 10/5/2007 7:03:02 AM
My development team has built a web site in ASP.NET 2.0 with a login page to access to a reserved area. His has used the login control, but the flag to store the data for the next time doesn't function. My team has tried it several times unsuccessfully! How can I solve this issue? Many tha...more >>

BorderWidth of the control asp:ImageButton does not work in firefox
Posted by Christophe Sauvage at 10/5/2007 12:00:00 AM
Hello, Apparently the property BorderWidth of the control asp:ImageButton does not work in firefox there is a solution ? Thank you. Server code : <%@ Page Language="C#" ContentType="text/html" ResponseEncoding="iso-8859-1" %> <%@ import Namespace="System" %> <script language="C#" runa...more >>

Passing Parameters to user control within another user control
Posted by hmikki at 10/4/2007 5:06:22 PM
Hello - I am dynamically loading a user control (Ctrl2) within another user control (Ctrl1). Now, I need to pass parameters from Ctrl1 to Ctrl2. How do I do this? Thanks much. ...more >>

DropDownList: Accesing the columns values
Posted by WhiskeyRomeo at 10/3/2007 4:27:00 PM
I have a ddl bound to a sqldatasource which returns 4 columns. It is easy to access two of them since one serves as the datavaluefield and the other as the datatextfield. But how do I access the other columns' values in the selecteditem of the ddl? I was expecting to see something like th...more >>

Menu control - width and valign
Posted by Leslie at 10/3/2007 1:31:02 PM
I have a customer that is very concerned with having all web sites present standards compliant html. When using the Menu control I have found a couple of problems regarding the width and the valign attributes. When I specify a StaticMenuStyle.Width of 188 the resulting html is generated wi...more >>



validation expression for date
Posted by Amir Steta at 10/3/2007 7:38:04 AM
I need regular validation expression in order to check entry of date in "european" format i.e. 24.09.2007 . Anybody could help? So far I have simple expression like this (\d{2}\.)(\d{2}\.)(\d{4}) This expression does not prevent entry of 45.23.2006 for example ...more >>

Dynamic calculations in a GridView
Posted by C at 10/3/2007 3:28:01 AM
Hi, I am posting this on the aspnet.webcontrols board as someone may have done something similar. I have a series of Database tables which hold various fields and details of how they are calculated. I take these details and bind them to a Gridview with a Description of each item and a...more >>

Escaping the & in Attributes.Add()
Posted by Nathan Sokalski at 10/2/2007 4:10:00 PM
I am adding an onmouseover attribute using the Attributes.Add() method, and the String I am using for the value contains the & character. However, when rendered the & is converted to the HTML representation of &amp; which causes my JavaScript not to work. What can I do to prevent the Add() met...more >>

AddHandler not working
Posted by Nathan Sokalski at 10/1/2007 9:38:34 PM
I have a section of my code that dynamically creates LinkButtons to allow the user to go to the page containing a question they have not answered. The code that creates the LinkButton is called, as well as the AddHandler line (I ran a Debug and saw that it executes this code, and the links are...more >>


DevelopmentNow Blog