04-09-2003 09:44 AM
04-09-2003
10:50 AM
- last edited on
12-12-2024
08:55 AM
by
Content Cleaner
1.) The controls that are in the Measurement Studio Technology Preview for Visual Studio .NET are Windows Forms controls. The Technology Preview does not have any ASP.NET UI controls.
2.) It depends on how the controls that you're using choose to render, but typically no. The ASP.NET controls that ship with the .NET Framework will produce something that should work on any browser that supports HTML 3.2. Sometimes the controls will produce richer client-side content, but it will detect the version of the browser that the client is using before doing this and will only produce this richer content if the browser is an up-level browser, where up-level browser is defined as IE5 or higher.
I'm curious to hear more about what you would expect from Measurement Studio ASP.NET controls. What would you expect to be sent to the client? How much and what kind of client-side interaction would you expect? What kind of applications would you use the controls for?
- Elton
04-09-2003 02:36 PM
04-09-2003 04:21 PM
04-10-2003 01:54 PM
04-10-2003 02:20 PM
05-12-2003 06:39 AM