Re: Option Buttons in VB.NET
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
PM,
For this is the tag from every control very useful.
Simply fill in that the value.
As string it is than
button1.tag.toString
As integer
Cint(button1.tag)
I hope this helps,
Cor
.
Relevant Pages
- Re: Multiple Tags
... The Tag for a control is just a string, so using string functions, it's ... possible to find "uniques strings" within the Tag. ... (microsoft.public.access.formscoding) - Re: Multiple Tags
... A Tag is just a string. ... For Each Ctl In Me.Controls ... This code hides any control on the form that has "Test2" in the Tag ... (microsoft.public.access.formscoding) - Re: Multiple Tags
... A Tag is just a string. ... For Each Ctl In Me.Controls ... This code hides any control on the form that has "Test2" in the Tag ... (microsoft.public.access.formscoding) - Re: IPostBackDataHandler.LoadPostData
... string, or should just write directly to the writer. ... Here is the HtmlTextWriter way to render this code. ... tag is send to the browser, you add the inner html and then on to the EndTag ... > No it still doesnt call it for the control on the user controls. ... (microsoft.public.dotnet.framework.aspnet) - Re: Set the CheckBox.Checked without the OnClick being called
... in the control to be used as a flag indication? ... appear in an input string. ... The name 'Tag' carries absolutely no meaning. ... (comp.lang.pascal.delphi.misc) |
|