all groups > asp.net building controls > august 2005 > threads for august 22 - 28, 2005
Filter by week: 1 2 3 4 5
ITemplate strange behaviuor
Posted by tremway NO[at]SPAM yahoo.com at 8/27/2005 9:48:01 AM
Hi all,
I've found something strange that I cannot explain to myself. See the
code below:
[ParseChildren(true)]
public class MyControl : Control, INamingContainer
{
public MyControl() : base() {}
private HeaderTemplateCreator _header;
public HeaderTemplateCreator Header
{
get { r... more >>
One custom WebControl using it at several webpage with diffirent behaviour isnt working
Posted by zenone at 8/26/2005 2:56:28 AM
Dear all,
I searched a lot on internet/newsgroups, without any correct answer for
my problem.
The problem is:
================
I have a custom webcontrol, the control is used on two pages.
In design time I set the own defined property to i.e. approved_mode for
one page and the second pa... more >>
Generating HTML code in the code-behind
Posted by lisa NO[at]SPAM starways.net at 8/25/2005 1:25:49 PM
Can I do this?
I'm playing with AJAX, and it occurred to me that it'd be a lot easier
to make changes to a control on the server, grab the HTML that control
would now render, and return that to the client, where Javascript could
just use outerHTML to replace the whole control.
The obvious c... more >>
How to add "..." button to a property to open up "File Open"?
Posted by slow learner at 8/25/2005 9:47:08 AM
I am creating a control and thinking about adding a property to the control.
I will like a "..." button shown next to the value of this property when user
clicks on this property. I want to open up standard "File Open" dialog box
when the user then clicks on "..." button. Any suggestion or sam... more >>
FindControl Method always returns empty string!!!!!
Posted by steroche at 8/24/2005 5:12:08 PM
Hi guys - Can somebody please help me?
I'm a novice at all thisIve run into a serious stumbling block for the
last few hours now and its killing me!
I have a paged/sorted Datagrid setup and it works fine except for the
update method - i just cannot get it to work!
Now i keep getting the error :... more >>
HELP!DataGrid HyperLink Highlighting??
Posted by steroche at 8/24/2005 6:11:19 AM
I have a datagrid that passes values to one page to another - well it
actually loads up the same page again with the param passed in so i can
poplulate another datagrid from that parameter if you know what i mean.
My question is this: How can i make the datagrids' row highlight(like
the wa... more >>
UserControl DesignTime Designers
Posted by daFou at 8/22/2005 5:51:30 AM
Can someone please give me an hello world example of a UserControl that makes
use of a UserControlDesigner.
I'd like the Designer to be able to give a realistic representation of my
user controls but the only examples I can find are on CustomControls.... more >>
|