all groups > asp.net building controls > november 2005 > threads for november 29 - 30, 2005
Filter by week: 1 2 3 4 5
Checkbox inside listbox
Posted by pradeep_TP at 11/30/2005 6:58:13 AM
Hi all
I would like to know whether anybody has any ideas about how to create a
listbox with checkbox appearing besdies all the option text. I thought it
would be easy, but it seems there is no such control in ASP.net. any ideas?
Regards
pradeep... more >>
Textbox2 control that inherits from Textbox
Posted by Warren Patterson at 11/30/2005 12:00:00 AM
Hi Guys,
I have a huge problem....I think.
I have created a control called Textbox2 which basically inherits from
Textbox. Now my problem is this.
The Textbox2 retains its state when I submit a form and it posts back.
However when I place a Textbox2 in the footer of a gridview, it lose... more >>
User Controls
Posted by larry at 11/29/2005 9:22:14 PM
Hi,
I'm a newbie at ASP.NET programming so I apologize if the answer is
apparent.
I am having trouble implementing UI elements using the Web User ControI
template in Visual Studio.NET 3.0. The tags and functions that are
provided by intenllisense don't include basic tags like tables and
t... more >>
Help with creating a new control
Posted by WAkthar at 11/29/2005 2:01:14 PM
Hi
I am trying to create a new web user control which will allow me to display
a map with icons on it. My idea is to have a image control on in a web user
control and then draw some icons on it at different positions.
When the user mouse the mouse over one of these icons I need to be able to
... more >>
clienside validation for user controls
Posted by cplatzer NO[at]SPAM solus-software.de at 11/29/2005 12:05:36 AM
Hi,
I have created a custom control that represents a date-input. It
consists of a textbox and a button which opens a popup calendar.
Now when I have two of those date-inputs, I want to ensure that the
user doesn't enter a date in the second input that is smaller than that
in the first. I am us... more >>
|