this.ddlCourier.SelectedIndex = affiliatecouriers.IndexOf(affiliatecouriers .Find(delegate(Courier courier) { return courier.ID == int.Parse(iOrder.Supplementary.DeliveryCode); }));
References http://msdn2.microsoft.com/en-us/library/x0b5b5bc.aspx
Asp.net Web Development with C#, .NET Ajax Asp.net Asp.netConfiguration C# CSS Events FormsAuthentication Genaral HowToDo Html IIS IIS IIS JavaScripts JQuery NHibernate RegularExpressions Silverlight SoftwareDevelopment SQL SQLServer Threading UserControls Validation VisualStudio WebControls Windows WinForms XML
Please note: If you find any post DOES NOT contain required amount of explanation, please do comment them with a request for more information. I will update as soon as I can attend to it. Also you can contact me with a link to the post.
this.ddlCourier.SelectedIndex = affiliatecouriers.IndexOf(affiliatecouriers .Find(delegate(Courier courier) { return courier.ID == int.Parse(iOrder.Supplementary.DeliveryCode); }));
Copyrights(C) - Charith Gunasekara 2005-2010
0 comments:
Post a Comment