CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: ftbadolato

Search: Search took 0.02 seconds.

  1. Re: AJAX Not Working from One Server to the Next

    Just a heads up, this issue was never resolved. I ended up moving my site to another host. I have determined that 1and1 does NOT support AJAX despite claiming to do so on their Windows hosting...
  2. Re: AJAX Not Working from One Server to the Next

    Excellent idea! The old site is still available, so I did exactly as you suggested, but the AJAX still worked, so I guess it is not the web.config. Any other thoughts?
  3. AJAX Not Working from One Server to the Next

    Hello,

    I have a page with a basic modal popup. The code is as follows:

    <%@ Page Title="" Language="VB" MasterPageFile="~/re.master" AutoEventWireup="false" CodeFile="addproperty.aspx.vb"...
  4. Re: Convert String to DateTime for SQL Server Insert

    Not sure if this additional code will be helpful...



    Dim img As Image = Image.FromFile(FileName)
    Dim dateTaken As String
    Dim dateforinsert As DateTime

    Dim pitem As PropertyItem
  5. Convert String to DateTime for SQL Server Insert

    I have a string that looks like 2017:10:08 13:01:14 and simply need to convert it into an acceptable DateTime format for inserting into a SQL Server field of type datetime.

    I would prefer to use...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured