CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums

MS SQL 2008 on ASP.NET Hosting



Zone: > NEWSGROUP > Asp.Net Forum > windows_hosting.hosting_open_forum Tags:
Item Type: NewsGroup Date Entered: 11/3/2003 10:11:21 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 10 Views: 25 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
11 Items, 1 Pages 1 |< << Go >> >|
mikestu
Asp.Net User
Can someone list out the new server controls?11/3/2003 10:11:21 PM

0/0

Could someone please list out all of the new server controls that will ship with Whidbey? Thanks!
SusanC
Asp.Net User
Re: Can someone list out the new server controls?11/4/2003 3:17:27 AM

0/0

Here is a list off the top of my head...

Login, LoginStatus, LoginName, LoginView, PasswordRecovery
PhoneLink, Pager
SiteMapPath, Treeview
Multiview, Wizard
ImageMap, DynamicImage
DataSource Controls (SQL, Access, Object, DataSet, XMLData, SiteMap)
GridView, DetailsView
FileUpload
Content, ContentPlaceholder
Substitution


This posting is provided "AS IS" with no warranties, and confers no rights.

Thanks
-Susan
Huber
Asp.Net User
Re: Can someone list out the new server controls?11/4/2003 4:11:09 AM

0/0

and many of these are fully coded controls? -- as in: drop them in, feed them a few required parameters... and they... *gulp*... work?
appana
Asp.Net User
Re: Can someone list out the new server controls?11/4/2003 5:11:35 AM

0/0

Yes, for basic operations. There is a rich set of service providers to enhance the functionality.

Hope this helps,
Appan
ASP.NET Team



This posting is provided "AS IS" with no warranties, and confers no rights.
sreedhark
Asp.Net User
Re: Can someone list out the new server controls?11/4/2003 11:30:49 AM

0/0

Probably below article explains you in better way and I added images for controls also. Please have a look it at http://www.w3coder.com/alphatalks/aspnet20.aspx
Sreedhar
Microsoft MVP (ASP.NET)
http://www.w3coder.com
weblog http://weblogs.asp.net/skoganti
mikestu
Asp.Net User
Re: Can someone list out the new server controls?11/4/2003 2:19:04 PM

0/0

Thanks for the list! You mentioned a few that I don't think I saw in the PDC powerpoint presentations(unless I just missed them). Unfortunately, I don't have the alpha version to try out. Will the GridView control be replacing the current DataGrid control? If so, can someone mention a few of the improvements? The ASP.net and other Visual Studio teams are really doing great jobs on this next release!!
Colt
Asp.Net User
Re: Can someone list out the new server controls?11/4/2003 4:53:48 PM

0/0

Hi,

The GridView control is NOT intend to REPLACE the DataGrid control,
but it's a SUPER DataGrid control. :-)

Quote from Steve's article
One of the new controls available with ASP.NET Whidbey is the GridView control, which is a more powerful version of the DataGrid control (which, don't worry, is still available)

Regards,
bgoldy
Asp.Net User
Re: Can someone list out the new server controls?11/4/2003 7:22:55 PM

0/0

Some new benefits of the GridView control are built in paging, sorting, editing, deleting, selecting (no code required)...




---------------------------

Brian Goldfarb [MS]

Product Manager

Visual Studio .NET
sreedhark
Asp.Net User
Re: Can someone list out the new server controls?11/5/2003 12:41:04 AM

0/0

To add to bgoldy post, below are the list of other benifets from Grodview control!
[Gridview control is one of the quite useful invention from asp.net team]
To Exite you more on benifets of Gridview control, read the below text from SDK.

Binding to data source controls, such as SqlDataSource.
Built-in sorting capabilities.
Built-in updating and deleting capabilities.
Build-in paging capabilities.
Built-in row selection capabilities.
Programmatic access to the GridView object model to dynamically set properties, handle events, and so on.
Multiple key fields.
Multiple data fields for the hyperlink columns.
Customizable appearance through themes and styles.
Adaptive rendering for different types of devices and browsers.

Note: If you are familiar with the DataGrid control from .NET Framework version 1.0, the GridView control is the successor to the DataGrid control.




Sreedhar
Microsoft MVP (ASP.NET)
http://www.w3coder.com
weblog http://weblogs.asp.net/skoganti
angiras
Asp.Net User
Customizable appearance through themes and styles11/5/2003 6:19:19 AM

0/0

Customizable appearance through themes and styles >>> means that you can add to each corner of the gridview a CCS class ?
to each very hidden cell ?

for the moment I have stoped using the datagrid , I find easier to use a template repeater to control all

but with such a tool .....!
angiras
Fredrik N
Asp.Net User
Re: Customizable appearance through themes and styles11/7/2003 12:04:04 PM

0/0

>>>Customizable appearance through themes and styles

A Theme is a mechanism to customize the visual appearance of user interfaces. In a theme file you can add server controls and customize the controls visual appearance:

<asp:label runat="server" id=foo skinid=Title
font-names="verdana,arial" font-size="18pt"
ForeColor="#000066" BackColor="transparent"
font-bold="true" font-underline="true" />


If this label control would be located in a theme file, all the <asp:label> that is inside of a web form that use this theme will have this appearance. You could in the same way add your GridView control to a theme and customize its visual appearance, and all GridViews in your pages that use the same theme will have the same visual appearance.

Here is a link to a slide about how you can use the new theme feature in "Whidbey" if you not already know about it.

http://www.asp.net/whidbey/downloads/WSV315_Sanabria_slide.zip
/Fredrik Norm?n NSQUARED2
Microsoft MVP, MCSD, MCAD, MCT

Cornerstone

My Blog, ASP.Net 2.0 etc
11 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Professional ASP.NET 1.1 Authors: Alex Homer, Dave Sussman, Rob Howard, Brian Francis, Karli Watson, Richard Anderson, Pages: 1337, Published: 2004
Beginning ASP.NET 1.0 with Visual Basic.NET: With Visual Basic .NET Authors: Chris Goode, Rob Birdwell, John Kauffman, Christopher L. Miller, Neil Raybould, S. Srinivasa Sivakumar, Ollie Cornes, Matt Butler, Dave Sussman, Gary Johnson, Chris Ullman, Ajoy Krishnamoorthy, Juan T. Llibre, Pages: 816, Published: 2002
Programming ASP.NET: Building Web Applications and Services Using C and VB.NET. Authors: Jesse Liberty, Dan Hurwitz, Pages: 988, Published: 2003
Beginning ASP.NET 2.0 with C# Authors: Chris Hart, John Kauffman, David Sussman, Chris Ullman, Pages: 735, Published: 2006
ASP.NET 2.0 Website Programming: Problem-design-solution Authors: Marco Bellinaso, Pages: 576, Published: 2006
Stuart and Sundeen's Mental Health Nursing: Principles and Practice Authors: Ben Thomas, Sally Hardy, Gail Wiscarz Stuart, Penny Cutting, Sandra J. Sundeen, Pages: 549, Published: 1997
Beginning Visual Basic 2005 Authors: Thearon Willis, Bryan Newsome, Pages: 799, Published: 2005
Active Directory Best Practices: Migrating, Designing, and Troubleshooting Authors: Brad Price, Mark Foust, Pages: 344, Published: 2004
The Human-computer Interaction Handbook: Fundamentals, Evolving Technologies, and Emerging Applications Authors: Julie A. Jacko, Andrew Sears, Pages: 1277, Published: 2003
Professional ADO.NET 2: Programming with SQL Server 2005, Oracle, and MySQL Authors: Wallace B. McClure, Gregory A. Bearmer, John J. Croft, IV, J. Ambrose Little, Bill Ryan, Phil Winstanley, David Yack, Jeremy Zongker, Pages: 614, Published: 2005

Web:
Creating Server Controls In addition, you can add a custom control to the toolbox. ... in a data source that you wish to use to fill the list portion of the control. .... To test out your new Web server control, you will need to create a new Microsoft® ASP. ...
,possibly the perfect server control « CodeRaptor Aug 1, 2007 ... Net community like the Gridview did back when 2.0 first came out. ... where that template will go in the flow of the list, either first or last. ... As near as I can tell that id is required for the control to key off of. The datapager is a new control which sends paging commands to the datasource ...
Amazon.com: Advanced ASP.NET AJAX Server Controls For .NET ... NET AJAX server controls can encapsulate even the most powerful AJAX functionality, ... NET AJAX client and server communication architecture and the new support ... image list, protected mode, object notation, sealed class, trace message, .... As the authors point out, the AJAX library extensions help you overcome ...
Programming ASP.NET: Custom and User Controls, Part 1 | O'Reilly Media By composing a new custom control out of two or more existing controls. ... In short, user controls are segments of ASP.NET pages that can be reused .... Rename the new item BookList.ascx and copy in the code for creating the book list, ...
15 Seconds : Building ASP.NET User and Server Controls -- Part 1 This article will explore how user controls can be practical and will lay the ... the many different types of controls out there and what they should be called. ... Explorer and click Add - Add New Item and select a Web User Control item. .... and server controls to create a self-populating drop-down-list control. ...
Apple - Mac OS X Leopard - Features - 300+ New Features Folder actions now have their own server, and each folder action now runs its own ..... Customize the order of your buddy list with a drag and drop if you have groups enabled in ... Receive an alert when someone calls your name in a group chat. ..... With Preview controls built into Safari, you can zoom in and out, ...
Nikhil Kothari's Weblog : DomainDataSource Server Control: LINQ + ... A prototype data source server control that provides the combined goodness ... As you can see it contains the developer-specified LINQ expression as-is in the generated code. ... this to take advantage of some new framework pieces coming out then, .... Reading List. Server Controls Book. Developing Microsoft ASP. ...
CodeProject: Dynamic creation of ASP.NET server controls on fly ... Jun 14, 2006 ... For the same create a webform for the new ASP. ... 2)Carrying out the validation on the dynamically created controls. ... Likewise we can attach any server controls to the webform dynamically and attach the events on the created server ... A list of licenses authors might use can be found here ...
ASP.Net Tutorial - Menu User Control with Rollovers (ASP.Net ... First, we start out with creating a new User Control. Call it menu.ascx. ... As you can see, at this point, this tutorial is going a little bit further than just having a 'Hover' or ... Iterating Through a List-Type Server Control ...
InformIT: ASP.NET 2.0 Security > Security Server Controls In the beta version the new CreateUserWizard control can be used instead for a .... in and log out, another server control, ...

Videos:
new maplestory private server gm app Yes, I do. Are you kind to other players? Yes, I do believe I'm kind to other players. I do realize not everyone may agree with me, and I do ...
TRADE FOREX WITH FREEDOMROCKS SYSTEM I’ve been using the FreedomRocks system and have came across a lot of posts on various forums and wanted to share my personal experience. First of ...
Inside Look at the New DigitalJournal.com DigitalJournal.com has launched totally new features on its citizen journalism website to harness the power of social networking and news. Members ...
TRADE FOREX WITH FREEDOMROCKS SYSTEM I’ve been using the FreedomRocks system and have came across a lot of posts on various forums and wanted to share my personal experience. First of ...
VO5 Power! control products User Review I really love VO5's new line! Rate this video or find more video product reviews in the Health & Personal Care or Hair Care categories at www ...
NCAA Football 09 Achievement list 1. Create Stadium Sound Create a custom Stadium Sound event. 20 points 2. Break The Ice Make a Field Goal when "Iced". 10 points 3. QB Quiz ...
Metal Gear Online - sne 13.oct.08_10 wierd mag Hewhodares.com ... 2:57 Someone please tell me why my mag didn't work? I should be back on MGO within a week, to record some new stuff. I hope my aim hasn't ...
Ghajini - The Game Promo 1 The Mission/Storyline: Who is "GHAJINI"? For one man who has nothing left in his life, it is the end of a long road. Sanjay's last memory is the ...
Jaron Vogelsang (Jeffa Marinda) in Baricho, Kenya (4th Post) Hey all - I hope everything is going well in America. Everything here is going quite well and things are slowly coming together. I have somewhat ...
Fellow Anonymous. I am deeply concerned. (Third upload attempt.. Getting ridiculous. lulz) Hello, fellow Anonymous. I am deeply concerned.. I have been watching the most recent ...




Search This Site:










convert to 2 decimals

first try at deployment

transition from access db to mysql

installing asp.net 2.0 without whidbey?

timer control

are there more options then contexttype that would affect the mime wrapper?

how to force a datalist to reload from script

stack object

can we be able to create a doc file from html tags

cultures

help - is this vb, sql or something else.....

changed security settings and now cant view project

publishing problems

file transfer through infrared from web applications

a couple of erros which m not able to get a clue..help!

page cannot be displayed message on data submission

message boxes

properties and member values

asp.net development under windows xp pro / iis 5.0 vs. windows server 2003 / iis 6.0

execute javascript on submit

moving variables from page to page

webform_docallback, __dopostback....defintion and difference

help with regex.replace

update a datetime filed

couldn't run the code inside _selectedindexchanged sub

please....its very urgent...i want to create webforms in asp.net with a professional look

table layout nightmare!!!!

not able to hide column of datagrid at runtime(urgent)

how do you do "document.width" in asp.net

datatablecollection problem

  Privacy | Contact Us
All Times Are GMT