PC Review


Reply
Thread Tools Rate Thread

Browser Compatibility Questions

 
 
noone
Guest
Posts: n/a
 
      16th Jan 2004
Hello

I very often use class files that I call from the code behind. I very often
return web controls from these classes with a configuration something like:



Class Code behind

Dim mything as new myclass

Placeholder1.controls.add(Mything.stuff)

End class



Class Myclass

Function stuff() as placeholder

Dim p as new placeholder

Dim pnl as new panel

'Fill panel with stuff

p.controls.add(pnl)

return p

end function

end class



I really do not have a need to build custom controls that need to have
properties exposed in the designer, so I do it this way. What I am wondering
what are the potential downsides to doing it this way? Are there unusual
browser compatibility issues that I might have, by that I mean if a control
for example is inserted into the page using myclass, is it going to be
handled the same as a control dropped into the designer as far as browser
issues are concerned? Is there something else I should be doing besides
simply sending a control back to the (code behind of the) page for
rendering?



Thanks for reading and thank you very much for your thoughts on this.







x-- 100 Proof News - http://www.100ProofNews.com
x-- 3,500+ Binary NewsGroups, and over 90,000 other groups
x-- Access to over 800 Gigs/Day - $8.95/Month
x-- UNLIMITED DOWNLOAD

 
Reply With Quote
 
 
 
 
Kelly Leahy
Guest
Posts: n/a
 
      16th Jan 2004
"noone" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hello
>
> I very often use class files that I call from the code behind. I very

often
> return web controls from these classes with a configuration something

like:
>


This should work the same way as from the designer...


 
Reply With Quote
 
noone
Guest
Posts: n/a
 
      16th Jan 2004
Thank you Kelly
"Kelly Leahy" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> "noone" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Hello
> >
> > I very often use class files that I call from the code behind. I very

> often
> > return web controls from these classes with a configuration something

> like:
> >

>
> This should work the same way as from the designer...
>
>




x-- 100 Proof News - http://www.100ProofNews.com
x-- 3,500+ Binary NewsGroups, and over 90,000 other groups
x-- Access to over 800 Gigs/Day - $8.95/Month
x-- UNLIMITED DOWNLOAD

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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 On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
CPU/RAM Compatibility questions? William C Asus Motherboards 6 30th Oct 2005 09:56 AM
Compatibility with Excel 97 Questions Ken Loomis Microsoft Excel Programming 10 11th Oct 2004 12:15 AM
Re: Non IE browser compatibility. Peter Blum Microsoft ASP .NET 2 16th Feb 2004 01:04 PM
Re: Non IE browser compatibility Cor Microsoft Dot NET 1 13th Feb 2004 02:31 PM
compatibility questions M Bowman Windows XP General 1 21st Aug 2003 06:46 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:13 PM.