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"> ...
|
Custom Validator and ServerValidateEventArgs
Tue, 1 Jul 2008 17:02:20 -0400
Having a problem with ServerValidateEventArgs value when a Custom Validator
is fired. The method that is executed is very simple. Evertime it is fired
the value of ServerValidateEventArgs is always blank while debugging (the
textbox does have a value in it). The code is from a web control that is
inside a ...
|
Filter Datagrid Between Dates
Mon, 30 Jun 2008 20:12:01 -0700
Is there a basic smaple out there that has one or two calendar controls on a
web form that will sort a gridview control between dates?
Any help appreciated.
Allan ...
|