Go Back   Velocity Reviews > Newsgroups > ASP Net
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

ASP Net - [ASP.NET 2.0] Attributes on control declarations

 
Thread Tools Search this Thread
Old 11-01-2005, 01:35 PM   #1
Default [ASP.NET 2.0] Attributes on control declarations


Hi, I just converted my project to ASP.NET 2.0 using the wizard.

Before, I had attributes on my control declarations:

[OrderEntryField("Number", "NumberType")]
protected System.Web.UI.WebControls.RadioButtonList rblNumberType;

Now they are gone.

How can I add attributes to controls now?


Thanks in advance!

---

Emil Chr. Melar


Emil Christopher Melar
  Reply With Quote
Old 11-02-2005, 11:39 AM   #2
Emil Christopher Melar
 
Posts: n/a
Default Re: [ASP.NET 2.0] Attributes on control declarations
Emil Christopher Melar wrote:
> Hi, I just converted my project to ASP.NET 2.0 using the wizard.
>
> Before, I had attributes on my control declarations:
>
> [OrderEntryField("Number", "NumberType")]
> protected System.Web.UI.WebControls.RadioButtonList rblNumberType;
>
> Now they are gone.
>
> How can I add attributes to controls now?
>
>
> Thanks in advance!
>
> ---
>
> Emil Chr. Melar


I converted the attributes to XML, and load those from my XML
configuration manager that serializes this into an object with an array
if Control IDs that I map up. I also believe it would go faster than
reflection.

Solved!

--
Emil Christopher Melar


Emil Christopher Melar
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Mind Control and CIA'S BOURNE IDENTITY PLOT soleilmavis@gmail.com DVD Video 2 08-03-2007 09:54 PM
Ajax Atlas not working in User Control faiq Software 0 09-16-2006 08:28 AM
FS: JP1 cable to program your universial remote control, now youcan control anything you want! Mike DVD Video 0 07-15-2005 02:46 AM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46