all groups > asp.net building controls > april 2004 > threads for april 1 - 7, 2004
Filter by week: 1 2 3 4 5
how to create sub control within sub control?
Posted by wpy at 4/7/2004 6:06:33 PM
Hi,
I want to implement something like following:
<PP:Control ID="A" runat="Server">
<PP:SubControl>
<PP:SubSubControl Color="A" Message="123"/>
<PP:SubSubControl Color="B" Message="124"/>
<PP:Control ID="A" runat="Server">
</PP:Control>... more >>
HTML & page design
Posted by Murphy at 4/6/2004 2:02:50 PM
I am developing a website and would like to minimise the amount of repeated
code/features. As all pages will follow a standard template it would be
advantageous to code this page template once then incorporate it as a user
control or similar.
The template will basically be a table layout 2 row... more >>
using state in servercontrols
Posted by ton at 4/2/2004 4:20:44 PM
Hi,
I keep several variables in a statevalue like:
Dim session As SessionState.HttpSessionState =
System.Web.HttpContext.Current.Session
session("connect") = " FKHFSF "
This is done on the customserver control.
I thought that these variables would be the exclusive use of one connected
use... more >>
Loading user controls many times in a page is a good solution?
Posted by Quentin Huo at 4/2/2004 3:26:19 PM
Hi,
One of the features in my project is to show the content one by one. We have
several types of content, such as "Articles", "Books", "Images" and so on.
The different type has different look. For example, we don't need show
authors for the "Images" content; we need to show the link to the b... more >>
Saving Images within a Server Control
Posted by Angel at 4/2/2004 2:16:04 PM
I would like to save images within the development of a control so it would be displayed in certain tags without the developer having to point to the image externally. In other words save the image in the dll, if possible
Thanks... more >>
Set Color to Elements in my control
Posted by Angel at 4/2/2004 10:16:03 AM
I am trying to set HTML elements in my server control to the ForeColor setting for the control. For example I create a server control which I inherit from WebControls. WebControls exposes the ForeColor property of the control. Now in my code I render certain tags in which I want to set its Style att... more >>
Adding <div> tag programatically
Posted by ricky.arora NO[at]SPAM icn.siemens.com at 4/1/2004 11:43:10 PM
Hi All,
I would like to add the <div> tag programatically from the code-behind
of my aspx file. Basically, I would like to a table to this <div>.
There are a number of tables which are created dynamically in the
code-behind. Each table should go to its own <div> tag.
The reason that I can't h... more >>
prevent cell wrap
Posted by Bobby at 4/1/2004 4:02:42 PM
Hi,
I have a control that inherits from datagrid that has resizable columns.
when a column is sized smaller than the text length the overflow
attribute kicks in and displays an ellipsis for the hidden text.
My problem is that the text wraps unless I have a <nobr> tag in the
cell. I've t... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Using controls as property of a custom control
Posted by tulga_kalayci NO[at]SPAM hotmail.com at 4/1/2004 11:53:48 AM
Hi,
I have created a web custom control. I want to be able to select one
of the other controls on my form as one the properties of my custom
control. Similar to validation control's ControlToValidate property.
How can I do this? Any help will be appreciated.
Thanks
Tulga... more >>
|