Post New Thread Forum Tools Search this Forum

Events

Posted by Shawn B. | 3 replies | 04-23-2008
for example you have listener myButtonListiner, and you register it with component Button as click event handlers.and also you have another listner...

Collection Property in web custom control

Posted by Class | 1 replies | 01-17-2007
Your class must be serializible. Or use Session instead of ViewState. Sincerely yours, Michael B. Tkachev. m_tkachev@hotmail.com "Class"...

strip span tag from text-only templates

Posted by Samuel | 1 replies | 01-17-2007
Hi, Is your template container inheriting from WebControl? Try to inherit from Control and the span tag will not be generated: namespace...

Custom Control - Collection Property

Posted by Synced | 1 replies | 01-17-2007
> Also most examples I see using Collections uses Control or WebControl. Is Prefer to work with WebControl. UserControl, I say, are quick and...

GetPostBackEventReference - dynamic argument

Posted by Monty | 2 replies | 01-16-2007
Yes, that first method helps. Much better than hard-coding. Thank you! "Steven Cheng" <stcheng@online.microsoft.com> wrote in message...

Page seems to be remembering HttpSessionState

Posted by Nathan Sokalski | 1 replies | 01-15-2007
It's the browser issue.. ensure that the caching is turned off. -- Happy Hacking, Gaurav Vaish | www.mastergaurav.com www.edujini-labs.com...

Gridview Control and Customizing Column Displays

Posted by Gaurav Vaish \(MasterGaurav\) | 1 replies | 01-14-2007
> 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'...

WebControl - Child control events

Posted by Gaurav Vaish \(MasterGaurav\) | 0 replies | 01-14-2007
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...

CreateUserWizard Transaction

Posted by Manu Singhal | 0 replies | 01-13-2007
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...

Validator message disappeared after post back

Posted by HipHop | 7 replies | 01-11-2007
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,...

How to fetch style information from mobile StyleSheet?

Posted by Jamie | 0 replies | 01-10-2007
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...

Keeping 2 user controls of the same class synced

Posted by yashgt@gmail.com | 2 replies | 01-10-2007
> 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...

Two User Controls: One gets called before the other

Posted by Gaurav Vaish \(www.Edujini-Labs.com\) | 0 replies | 01-10-2007
What do you mean by "getting called"? The order of loading (and rendering) is: ParentControl.OnLoad followed by AllChildren.OnLoad which...

custom web control +client-side javascript + postback

Posted by boeledi | 1 replies | 01-10-2007
What's the ID that you are using? Is it textBox1 or textBox1.ID? Use textBox1.ClientID -- Happy Hacking, Gaurav Vaish | www.mastergaurav.com...

Using Web.config's <system.web><pages><controls><add /></controls></pages></system.web> To Register UserControls

Posted by Nathan Sokalski | 5 replies | 01-10-2007
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...

Question on limiting choices in WebPart personalization

Posted by Riki | 0 replies | 01-09-2007
Just use an enum for the property. -- Riki "Ron Ruble" <RonRuble@discussions.microsoft.com> wrote in message...

Horizontal Menu Controls - TABS

Posted by Bret | 0 replies | 01-06-2007
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...

Object reference error in UserControl's Load event

Posted by Nathan Sokalski | 1 replies | 01-06-2007
you can't create a "new UserContorl();" you need to use Page.LoadControl("~/controls/test.ascx"); Using "new" creates a new instance of the...

Custom control is naming it's components differently

Posted by Nathan Sokalski | 2 replies | 01-04-2007
That would work, except for one small problem: I'm not talking about the id. When using AJAX, the IPostBackDataHandler interface is implemented,...

Connection Problem in Publishing Website

Posted by Hassun | 0 replies | 01-04-2007
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...
Post New Thread

Display Options
Showing threads 1 to 20 of 3120
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Forum Jump