Search results for query: *

  • Users: reedone816
  • Content: Threads
  • Order by date
  1. reedone816

    Question operation timed out

    hi, hope someone can help me... here is my configuration: windows2003, IIS 6 with public ip and domain name, VS 2008 (asp.net/vb.net), using comodo firewall. I have a page where it always return this error: this webpage only return this error when I use different ISP than the web server, when I...
  2. reedone816

    Question autopostback without updating sqldatasource

    hi, I hope someone can help me. here I got asp.net 2.0 (vs 2008) with vb.net in codebehind. I have a page that shows form and certain chart that takes the data from sqldatasource (I use the code behind page load to update the sqldatasource.selectcommand value). now the database is quite slow...
  3. reedone816

    Question timed out when sending email

    Hi I got this error: system.net.mail.smtpexception the operation has timed out Dim mail As New System.Net.Mail.MailMessage() Dim cred As New System.Net.NetworkCredential("yyy@yyy.com", "password") mail.[To].Add("xxx@xxx.com) mail.Subject = "subject"...
  4. reedone816

    the first row value in datagridview is not updated in database using dataset

    please help, I'm using vb.net 2008 and mysql database. what is wrong with this code? because the change in first row on datagridview is not updated to database. For i As Integer = 0 To DataGridView1.RowCount - 2 DataGridView1.Rows(i).Cells(11).Value = "true" Next...
Back
Top