Ask a Question related to ASP.NET Building Controls, Design and Development.
-
Igor #1
Need example: To create Initialize Code für a custom control in CodeBehind File.
Hallo,
I create a Custom WebControl and need to create a initialize Code for that
Control in the Codebehind file.
my question: how can I crete initialize statments in the Method
"InitializeComponent"?
I searched the web, but don't found enything useful for me.
Thanks
Igor
ps.
sorry for my English. [;-(
--
ATTENTION:The eMail Address "ewrwer@sds.de" is not real!
Igor Guest
-
Custom control code serialization to class file
I have a custom control that includes a custom collection. In the collection editor, I add a new item to the collection and that item gets... -
Custom control fires event but ignores some code in the code behind file
I do not quite understand the question. I will merely point out that most programming problems happen for a reason. Code works the way it is... -
Create Graphics in Custom Control
Is is possible to create a graphic using GDI+ and send it back from a control doing something like: Protected Overrides Sub Render(ByVal output... -
Custom tool warning: DiscoCodeGenerator unable to initialize code generator. No code generated.
I created a brand new WebService (HelloWorld) and when I attempt to add this WebService to a WindowsForm project I get the following error message in... -
Create assembly for custom control
Could someone please tell me how to create an assembly(dll) for a custom control at runtime for a simple vb control which includes system,... -
Victor Garcia Aprea [MVP] #2
Re: Need example: To create Initialize Code für a custom control in CodeBehind File.
Hi Igor,
Do a quick search on [url]http://msdn.microsoft.com[/url] on articles written by Shawn
Burke. He was written great articles about design-time features including
code generation.
--
Victor Garcia Aprea
Microsoft MVP | ASP.NET
Looking for insights on ASP.NET? Read my blog:
[url]http://obies.com/vga/blog.aspx[/url]
To contact me remove 'NOSPAM'. Please post all questions to the newsgroup
and not by private mail.
"Igor" <ewrwer@sds.de> wrote in message
news:exFbAnfSDHA.1252@TK2MSFTNGP10.phx.gbl...> Hallo,
>
> I create a Custom WebControl and need to create a initialize Code for that
> Control in the Codebehind file.
> my question: how can I crete initialize statments in the Method
> "InitializeComponent"?
> I searched the web, but don't found enything useful for me.
>
> Thanks
>
> Igor
>
> ps.
> sorry for my English. [;-(
>
> --
> ATTENTION:The eMail Address "ewrwer@sds.de" is not real!
>
>
Victor Garcia Aprea [MVP] Guest



Reply With Quote

