Click here to Skip to main content
15,895,667 members

Comments by Member 11127442 (Top 6 by date)

Member 11127442 11-May-16 0:34am View    
you mean to say you are trying to insert the value in db, if the combo box is empty then you are getting error, if so then, make a default value null to that colum or else
check or else use if statement, if its empty, don't add that query.
Member 11127442 11-May-16 0:27am View    
Hi,

Thanks for your reply.

i tried with try and catch block and it doesn't through expectation. that is making me hard to find out my mistake.

if I use the below line of code means, I can able to see the mail has been created in particular folder.
smtpClient.DeliveryMethod = SmtpDeliveryMethod.SpecifiedPickupDirectory;
// smtpClient.PickupDirectoryLocation = "C:\\mails";
Member 11127442 11-May-16 0:25am View    
hi Richard,

Thanks for the comment, the size of the file is 8kb
Member 11127442 23-Feb-16 5:57am View    
the name dt doesn't exist in the current context.

Member 11127442 17-Feb-16 4:37am View    
HI Jhon Thanks for the reply.. I'm sorting through the foo table plug in.

any how I'm not calling ViewBag.NameSortParm = String.IsNullOrEmpty(sortOrder) ? "name_desc" : "";