Home All Groups Group Topic Archive Search About

ASP.NET web controls

microsoft.public.dotnet.framework.aspnet.webcontrols
Score Display Parameter Results in Report
john - 6 Oct 2007 1:26 PM - 6 messages
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 Displayed in the Reports ...
Score Riich Text Control
Jack - 5 Oct 2007 9:18 PM - 4 messages
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. ...
Score Reportviewer Local Mode
Madison - 5 Oct 2007 3:39 PM - 19 messages
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 ...
Score Login control doesn't function
Pasquale - 5 Oct 2007 2:03 PM - 8 messages
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 ...
Score BorderWidth of the control asp:ImageButton does not work in firefox
Christophe Sauvage - 5 Oct 2007 8:44 AM - 2 messages
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" %> ...
Score Passing Parameters to user control within another user control
hmikki - 5 Oct 2007 12:06 AM - 2 messages
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. ...
Score DropDownList: Accesing the columns values
WhiskeyRomeo - 3 Oct 2007 11:27 PM - 3 messages
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 ...
Score Menu control - width and valign
Leslie - 3 Oct 2007 8:31 PM - 4 messages
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 ...
Score validation expression for date
Amir Steta - 3 Oct 2007 2:38 PM - 3 messages
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 ...
Score Dynamic calculations in a GridView
C - 3 Oct 2007 10:28 AM - 2 messages
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 ...
Score Escaping the & in Attributes.Add()
Nathan Sokalski - 2 Oct 2007 8:10 PM - 4 messages
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 ...
Score AddHandler not working
Nathan Sokalski - 2 Oct 2007 1:38 AM - 16 messages
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 ...
Score control that doen't run in an updatepanel
Trapulo - 30 Sep 2007 5:47 PM - 6 messages
I'm trying to run a "captcha" web control. Full control source is available here: [link] It doesn't work if I put it in an UpdatePanel (ASP.NET Ajax), but I cannot ...
Next »