|
for example you have listener myButtonListiner, and you register it with
component Button as click event handlers.and also you have another listner...
|
|
Your class must be serializible. Or use Session instead of ViewState.
Sincerely yours,
Michael B. Tkachev.
m_tkachev@hotmail.com
"Class"...
|
|
Hi,
Is your template container inheriting from WebControl?
Try to inherit from Control and the span tag will not be generated:
namespace...
|
|
> Also most examples I see using Collections uses Control or WebControl. Is
Prefer to work with WebControl.
UserControl, I say, are quick and...
|
|
Yes, that first method helps. Much better than hard-coding. Thank you!
"Steven Cheng" <stcheng@online.microsoft.com> wrote in message...
|
|
It's the browser issue.. ensure that the caching is turned off.
--
Happy Hacking,
Gaurav Vaish | www.mastergaurav.com
www.edujini-labs.com...
|
|
> I want it to show in Column 1, a customized version of the data...
Don't autogenerate the columns.
For the Column1, make it 'HyperlinkField'...
|
|
Have you added the button to the 'Controls' property of the custom-web
control?
How are you rendering the button?
Well, "runat" attribute is not...
|
|
Hi
I want to know how can one use TransactionScope with the CreateUserWizard
Contrrol
I have to update a Table in my database if the user is...
|
|
Hi Hiphop,
Not sure if you've seen my previous reply. Please feel free to let me know
if you want more information on it. Thanks.
Regards,...
|
|
Does anyone know how to get programmatic access to a StyleSheet style
that is named in a control's StyleReference property?
I'd like to have code...
|
|
> Other ways would be using a listener pattern, having the target UC
That's what precisely the multicast-delegates and events are!
Well, if you...
|
|
What do you mean by "getting called"?
The order of loading (and rendering) is:
ParentControl.OnLoad followed by AllChildren.OnLoad which...
|
|
What's the ID that you are using? Is it textBox1 or textBox1.ID?
Use textBox1.ClientID
--
Happy Hacking,
Gaurav Vaish | www.mastergaurav.com...
|
|
If the ascx and aspx are in the same directory, you will get an error
stating that the control could not be loaded:
"because it is registered in...
|
|
Just use an enum for the property.
--
Riki
"Ron Ruble" <RonRuble@discussions.microsoft.com> wrote in message...
|
|
In the "TimeTracker" ASP.NET Starter Kit is a horizontal Menu control or TAB
strip that I want to use in my current project. Ive been able to use...
|
|
you can't create a "new UserContorl();"
you need to use Page.LoadControl("~/controls/test.ascx");
Using "new" creates a new instance of the...
|
|
That would work, except for one small problem: I'm not talking about the id.
When using AJAX, the IPostBackDataHandler interface is implemented,...
|
|
Hi,
I have a site with several pages and most of them have SqlDataScource
controls that connect the page to my local SQL Server.
How can I...
|