After LoadControl, can updated Literal, but not Textbox?
Tue, 8 Jul 2008 13:42:37 -0700 (PDT)
I've got a web page that holds a user control, which is really a
factory that might load up one of several different user controls
inside it. The web page doesn't really know what kind of control is
getting loaded, and it doesn't care. It just passes the data in to the
factory/container control and trusts that c ...
|
An attempt to dynamically assign RDLC's to Report viewers
Mon, 7 Jul 2008 14:06:06 -0700
I have a routine that uses a sqlDataReader to determine whether or not to
display a chart in a grid slot of possible 20 slots- thus far, it
successfully assigns the 'reportpath' to the report viewer dynamically,
enabling a contigious set of charts to appear, whether 3 in a row, or 20-
instead of having say-3 ...
|
Dot Net Viewers
Sun, 6 Jul 2008 01:18:47 -0700 (PDT)
http://ganesh-freedotnetbooks1.blogspot.com
http://ganesh-freedotnetbooks.blogspot.com
http://freefreedownloadsoftwares.blogspot.com ...
|
can we dynamically create custom controls and then add them into catalog zone?
Fri, 4 Jul 2008 17:58:09 +0300
hello,
I am trying to create n controls, modify each controls' properties then add
them to the catalog zone.
Then the user will select and add each webpart to the approciate
webpartzone.
why n?
each control is a different report the user has generated before and each
query of them is saved in the datab ...
|
Dotnet Viewers
Fri, 4 Jul 2008 05:55:15 -0700 (PDT)
http://ganesh-freedotnetbooks1.blogspot.com
http://ganesh-freedotnetbooks.blogspot.com
http://freefreedownloadsoftwares.blogspot.com ...
|
GridView with Password Field
Thu, 3 Jul 2008 17:11:00 -0700
I have a gridview that contains a password field. IĆ¢??d like that password
field to be in textmode = "Password" when in edit mode. That way it will
only show *'s. How can I do that? ...
|
PanelUpdate and Form Position
Thu, 3 Jul 2008 15:14:00 -0700
Is it true that one of the benefits of using an UpdatePanel is that the
screen will maintain it's position across partial postbacks? If so, I must
be doing something wrong. When a repeater control (which is contained in an
UpdatePanel) is refreshed, the page is jumping to the bottom. I'd like it to
remain ...
|
|
|
CustomValidator inside a DetailsView
Thu, 3 Jul 2008 03:41:02 -0700
Hi,
I have, in a webform, a DetailView with 8 fields, 4 of them are required and
I'm using a RequiredValidator with no problems, the other 4 must be all empty
or all filled (cannot be some empty and other filled). To validate this I'm
using a CustomValidator but with no sucess:
- the event defined in the a ...
|
MenuItemClick not firing if programmatically changing selected item
on a Menu Control
Wed, 2 Jul 2008 06:00:57 -0700 (PDT)
Hello, if you programmatically change the selected menu item (as
opossed to the user clicking on a menu item) on a ASP.NET 2.0 Menu
control as follows:
Menu Control:
<asp:Menu ID="mnuActions"....
Code to programmatically change the selected menu item:
Dim mi As MenuItem = Me.mnuActions.FindItem("Custom ...
|
How to obtain radiobutton value from a GridView
Wed, 2 Jul 2008 03:50:04 -0700
Hi,
i have a gridview whit 2 columns: a BoundField connected whit a database
and a TemPlateField with 3 radio button like this
<Columns>
<asp:BoundField DataField="Domanda" HeaderText="Domanda" />
<asp:TemplateField HeaderText="Seleziona"> ...
|