Monday, September 24, 2007

add datarow to dataset ASP.NET 2.0

Dim dsBasket As DataSet = Context.Session("dsBasket")
Dim newRow As DataRow = dsBasket.Tables(0).NewRow
newRow.Item(0) = intMealID
newRow.Item(2) = strMealDesc
newRow.Item(3) = decMealPrice
dsBasket.Tables(0).Rows.Add(newRow)

Sunday, September 23, 2007

Morocco in june

Morocco Just got some tickets to fly to Malaga next year in June so I am happy about that will be going to Morocco. Booked accomodation there with www.morocco-holiday-rentals.com and I hope it will work out well. Will let you know.