May 2006 Entries

Microsoft Tech Ed India 2006 - Its festival season for Tech lovers !!!
It is that part of the year when Microsoft Tech Ed rocks the country across cities and this year there is more to learn. Tech Ed India 2006 is being hosted in 6 cities with three separate tracks specifically for Developers, Architects and IT Professionals. And that is not all, there are a lot of Contests, Videos, Seminars as well as fun and excitement activities around the corner. For more details visit Microsoft Tech Ed 2006 Cheers and Happy Technology Days ...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Tuesday, May 30, 2006 7:57 PM | Feedback (3)

ASP.NET Dropdownlist - "Cannot have multiple items selected in a DropDownList."
You may receive the error "Cannot have multiple items selected in a DropDownList." when trying to set a value selected in an ASP.NET Dropdownlist. This error specifically occurs if you are trying to execute a similar code as follows:- DropDownList1.Items.FindByV... = true; (or) DropDownList1.Items.FindByT... = true; This error doesnt occur if you try to use DropDownList1.SelectedIndex = 3; or DropDownList1.SelectedItem.... = "3"; (Wrong way of implementation. But...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Wednesday, May 03, 2006 9:00 AM | Feedback (93)