adding custom properties to a textbox
Tech-Archive recommends: Fix windows errors by optimizing your registry
I am using .NET 2005 Beta 2.
I need to create a custom property for a text box like this. My custom
property is called ApplySecurity.
<asp:TextBox ID="txtTextBox1" ApplySecurity="True"
runat="server"></asp:TextBox>
I want to add this to my tool box on the side available as a customized
textbox whose property would apear in the html when i drop in in a form. I
want the property also to appear in the properties box.
Any one has any ideas how i can do this?
thanks in advance
Sanjay
.
Relevant Pages
- Re: Outlook 2007 Beta broken by latest security patches
... custom entries and I have had to enter them again. ... Also in Word 2007 there is no apparent way of customising the ribbons. ... and re-install, belive me, even though I wasn't evaluating the beta on a PC ... At present Outlook 2007 has too many ... (microsoft.public.office.misc) - Re: Create assembly obj to link with Windows objs
... > VC/MS tools can understand??? ... Using VS2005 beta, my custom build step has this command line: ... (comp.lang.asm.x86) - Custom SettingsProvider
... Am using VS.Net 2005 beta 2 and trying to implement a custom ... SettingsProvider class called CustomProvider. ... but when I decorate the Settings class with the custom ... ConfigurationErrorsException indicating "Failed to load provider type: ... (microsoft.public.dotnet.languages.csharp) - Re: Im trying to completely unsecure an A97 app
... all the objects may not deal with relationships, references and custom ... You could also try this with a fresh Access97 copy. ... clear up any special security you have set. ... Prev by Date: ... (comp.databases.ms-access) - Re: number of words in a drop-down box
... If you need more than that, make a userform (a custom dialog) ... Regards, ... Jay Freedman ... Prev by Date: ... (microsoft.public.word.docmanagement) |
|