all groups > asp.net webcontrols > may 2005 > threads for may 29 - 31, 2005
Filter by week: 1 2 3 4 5
how to capture click event in aspx from placeholder ->control
Posted by Terry Minvielle via DotNetMonster.com at 5/31/2005 12:00:00 AM
I read with great attention the msdn article on "an Extensive Examination
of User Controls".
However, it did not help me solve the following problem:
I need to populate a place holder with one a several controls which contain
a submit button.
When the parent aspx page loads, I need to load a ... more >>
How do I create an Unordered List (UL) with ASP.NET?
Posted by Nathan Sokalski at 5/30/2005 5:45:32 PM
I want to add a bulleted list to my document in ASP.NET. I know the HTML
code, and I have used the HtmlGenericControl, but is there an ASP.NET object
that can generate UL and LI tags from a set of ListItem objects, or maybe
some other collection? Thanks.
--
Nathan Sokalski
njsokalski@hotma... more >>
DROPDOWNLIST SELECTEDINDEXCHANGED
Posted by Jose Fernandez at 5/30/2005 2:22:06 PM
Hola
Estoy haciendo un usercontrol que tiene un dropdownlist (id=3DMes) y no =
me ejecuta el evento Mes_SelectedIndexChanged(object sender, EventArgs =
e)...
AutoEventWireUp es TRUE y tambien el autopostback...
alguien sabe que puede estar pasando?
aqui van los codigos...
<%@ Control ... more >>
order of usercontrols processed by events of page
Posted by Gokhan Akca at 5/30/2005 2:17:12 AM
I have a page containing multiple user controls.
When Page_OnPreRender is called, the user controls' OnPreRender Method is
called, too.
But: How is the order of the usercontrols processed by asp.net? Note that I
have multiple user controls - not just one.
Assumption: the framework is access... more >>
ASP.NET Server Controls not displayed in IE
Posted by Udayan at 5/30/2005 1:14:04 AM
Hi,
Am new to the .NET framework. I started a new ASP.NET Web Application
project and designed the Web Form Using the Web Forms Server Control. When I
try to run the pplication in debug mode the following error is diplayed:
ERROR WHILE TRYING TO RUN THE PROJECT:UNABLE TO START DEBUGGING ON ... more >>
How to diisable textbox in datagrid
Posted by latha at 5/29/2005 10:45:14 PM
Hi
I have a listbox outside the grid and textbox type template as editable
column in datagrid.
How can I disable textbox in my grid based on the selection from the
listbox outside the grid?
--
... more >>
|