Click here to Skip to main content
15,867,308 members

Comments by bbirajdar (Top 200 by date)

bbirajdar 27-Jan-21 10:06am View    
https://www.c-sharpcorner.com/UploadFile/abhikumarvatsa/calling-an-Asp-Net-C-Sharp-method-web-method-using-javascript/
bbirajdar 27-Jan-21 9:11am View    
Make sure your Bundle.Config.cs has the minimised versions of the stylesheets that you have added to the website. And yes, you can set the customErrors section in web.config to view the errors on deployed website
bbirajdar 27-Jan-21 9:05am View    
SMTP Server is good for simple email functionality where you send emails and forget. If you need this complex functionality I suggest you should go with Exchange Server and use the APIs to send email, receive and track responses and then send a followup email.
bbirajdar 22-Jan-21 10:42am View    
Without specifying the length, the browser is taking the default that takes for the select box.
bbirajdar 21-Jan-21 11:17am View    
Set the property CompletionSetCount="20" or 15