Code or xml request in asp.net showing invalid check in or checkerror.
[imgnothumb]http://bytes.com/attachments/attachment/3937d1284789831/request-
shot.jpg[/imgnothumb]
[imgnothumb]http://bytes.com/attachments/attachment/3938d1284789831/error-shot.jpg[/imgnothumb]
Code:
str4 = str4 + "<CheckIn>" + objHotelHandlerELL.CheckInDate.Year.ToString().Trim() + "-" + objHotelHandlerELL.CheckInDate.Month.ToString().Trim() + "-" + objHotelHandlerELL.CheckInDate.Day.ToString().Trim() + "</CheckIn>";
strRequest = ((str4 + "<CheckOut>" + objHotelHandlerELL.CheckOutDate.Year.ToString().Trim() + "-" + objHotelHandlerELL.CheckOutDate.Month.ToString().Trim() + "-" + objHotelHandlerELL.CheckOutDate.Day.ToString().Trim() + "</CheckOut>") + "<Currency>USD</Currency>") + "<RateType>breakdown</RateType>" + "<Rooms>";
shot.jpg[/imgnothumb]
[imgnothumb]http://bytes.com/attachments/attachment/3938d1284789831/error-shot.jpg[/imgnothumb]
Comment