U r right. ViewData is of type ViewDataDictionary which is a dictionary and as u have a VB.net background, u definitely know how to handle the dictionaries. (ViewData("item") instead of ViewData["item"])
Share if u know something and ask if u don't. Mark as Answer if it is helpful.
ZafarYousafi
Contributor
2542 Points
401 Posts
Re: DropDownList in VB.NET (NerdDinner tutorial)
Aug 10, 2009 04:20 PM|LINK
U r right. ViewData is of type ViewDataDictionary which is a dictionary and as u have a VB.net background, u definitely know how to handle the dictionaries. (ViewData("item") instead of ViewData["item"])