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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 & 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 >>
|