Hi
I have below code & i want that if there is more than 1 record it should give message
TicketAnalysi objUpload = context.TicketAnalysis.Single(rec => rec.TicketID == Convert.ToInt32(hdfTicketId.Value));
Thanks