Search results for query: *

  • Users: Kyay Mon
  • Content: Threads
  • Order by date
  1. K

    Question How to send email from SmtpServer

    I write the following code to send email. I don't get error message and also don't receive message. Please check for me. Try Dim SmtpServer As New SmtpClient() Dim mail As New MailMessage() SmtpServer.UseDefaultCredentials = False...
  2. K

    Question Can ISA 2006 prevent SQL Injection?

    I want to know, ISA 2006 can prevent Sql injection or not? If it can prevent, how to prevent or block the attack?
  3. K

    Question URL Request statement

    myXML.Load("http://196.163.32.2/ws/tsite.xml?Request=S(V)") For the above code line, what does "Request=S(V)" mean. Please answer for me. Thanks.
Back
Top