Search:

Type: Posts; User: ftbadolato

Search: Search took 0.01 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

    For the toolkit, all I believe you need to do is drop the AjaxControlToolkit.dll in the /bin/ folder, which I have done. I literally took the code from one host and copied it to 1&1. I've never had...
  3. Re: AJAX Not Working from One Server to the Next

    I commented out the web.config lines on the old host and the AJAX still ran fine, so I do not believe it is an issue with the web.config. Essentially I now have 2 identical sets of code on 2...
  4. Re: AJAX Not Working from One Server to the Next

    The class is at the top of the .aspx page. Here is the code:


    <style>
    .modalBackground{
    background-color:black;
    filter:alpha(opacity=90) !important;
    opacity:0.6...
  5. Re: AJAX Not Working from One Server to the Next

    It appears in the bottom-left when the page loads. Those 2 buttons are not supposed to appear until the "save" button is clicked.
  6. 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"...
  7. Re: Convert String to DateTime for SQL Server Insert

    Thanks, si! Your function (with a minor correction) took care of things for me!
  8. Re: Convert String to DateTime for SQL Server Insert

    That code printed this:

    |2017:10:08 13:01:14|
  9. Re: Convert String to DateTime for SQL Server Insert

    Thank you, good catch! However, I am still getting the same error:

    String was not recognized as a valid DateTime.

    Here is more code from the page, don't know if it will be helpful or not:


    ...
  10. Re: Convert String to DateTime for SQL Server Insert

    I would prefer to use


    DateTime.Parse(datevar)

    ...but that is not working, so I tried


    DateTime.ParseExact(datevar, "yyyy:MM:dd HH:mm:tt", Nothing)
  11. 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.
  12. Re: Password Field Padding with Question Marks (?s)

    No, as I mentioned, I have looked at the data being pulled back...it is exactly as it should be.

    I should have ended my original post with "no guessing!"
  13. Re: Password Field Padding with Question Marks (?s)

    In the database it is Binary(50)...which is converted to a varchar when pulled into the text field, as I stated and showed in my code.

    Yes, I am aware and am working on a salted algorithm, but...
  14. Password Field Padding with Question Marks (?s)

    Hello,

    The strangest thing is happening and I can't track down the source of the issue. I have a form where users can edit their profile. On the form there is a password field. Here is the code:...
Results 1 to 14 of 14



Click Here to Expand Forum to Full Width