Re: Why use <%= %> ?
From: Alan Silver (alan-silver_at_nospam.thanx)
Date: 01/24/05
- Next message: Alan Silver: "Re: Why use <%= %> ?"
- Previous message: Alan Silver: "Re: What's the difference between HTML controls and the basic web controls?"
- In reply to: Karl Seguin: "Re: Why use <%= %> ?"
- Next in thread: Karl Seguin: "Re: Why use <%= %> ?"
- Reply: Karl Seguin: "Re: Why use <%= %> ?"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 24 Jan 2005 18:40:45 +0000
>There are controls which let you render text or even html inside a tag, but
>I don't think there are any that let you define the attributes via
>strings...even if they did, it would be the same as using <%= %> as you
>wouldn't be able to program against it.
Why not? If you had a control that produced an attribute, you could
program against it. I can see that it would be the same as using <%=%>,
except that the code would be written in a more ASP.NET way, using
controls and setting them in the code block, rather than inserting code
in the HTML section, which is more of a Classic ASP approach.
-- Alan Silver (anything added below this line is nothing to do with me)
- Next message: Alan Silver: "Re: Why use <%= %> ?"
- Previous message: Alan Silver: "Re: What's the difference between HTML controls and the basic web controls?"
- In reply to: Karl Seguin: "Re: Why use <%= %> ?"
- Next in thread: Karl Seguin: "Re: Why use <%= %> ?"
- Reply: Karl Seguin: "Re: Why use <%= %> ?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|