Search

You searched for the word(s): userid:819552

Matching Posts

  • Re: Ajax AutoComplete Extender Issues

    So...I got he autocomplete to work on one page correctly. On the second page i have copied the code, and It will not work. It is theexact same code from the previous page. It is hitting the webservice and returning results, but will not display them. Please help. <td align="left"> <asp:TextBox ID="txtKeyword2" Width='250px' runat="server" AutoComplete="off"></asp:TextBox> <cc1:AutoCompleteExtender ID="autoComplete2" runat
    Posted to ASP.NET AJAX Control Toolkit (Forum) by cshaw on 3/24/2009
  • Re: Ajax AutoComplete Extender Issues

    It is hitting the webservice now, but its not drawing the panel. Do I need to do something else?
    Posted to ASP.NET AJAX Control Toolkit (Forum) by cshaw on 3/24/2009
  • Ajax AutoComplete Extender Issues

    Problem: The auto complete extender will not call the web service. I have used fiddler and traced it down to a error message. 500 Error:{"Message":"There was an error processing the request.","StackTrace":"","ExceptionType":""} I have tried everything that I can think of. This is simply to do in php, why does it have to be so complex in asp. Please help I am on a deadline. .aspx file <asp:TextBox ID="txtKeyword" Width='250px'
    Posted to ASP.NET AJAX Control Toolkit (Forum) by cshaw on 3/23/2009
  • Re: Update Issue with SqlCommand

    It will just sit and throw a timeout exception. I took your advice and closed the parent object, but my problem with that is that I have to do that a bunch of places and it works fine everywhere except when dealing with this one table. Moreover, it only happens whne the second command is an update one.
    Posted to Web Forms (Forum) by cshaw on 11/14/2008
  • Update Issue with SqlCommand

    Got a problem with double queries in the same function. This only happens when the second query is a update statement. Can someone please help. if (Page.IsValid) { ConnectionStrinif (Page.IsValid) { ConnectionStringSettings conn = ConfigurationManager.ConnectionStrings["WebConnectionString"]; SqlConnection webConn = new SqlConnection(conn.ConnectionString); using (webConn) { webConn.Open(); if (webConn.State == ConnectionState.Open) { SqlCommand query = new SqlCommand("Select * FROM
    Posted to Web Forms (Forum) by cshaw on 11/13/2008
  • Re: Question

    Still getting timeout issue with executeNonQuery(). Its only with an update statement and it works fine in the console.
  • Question

    Dont know if this is the best place to post htis, but I figured it would be a starting point. Getting timeout issues on a section of code touching 2 tables. I have verified that the tables and the user of the application has permission. It allows me to insert a record into the table, but will not let me update it. Below is the affected code and the error. Thanks in advance. Code: if (webConn.State == ConnectionState.Open) { string FileType = ""; SqlCommand qu = new SqlCommand("Select
  • Re: Permissions to delete file

    I am having the same issue. Where do i give the IUSR_MachineName account permission to delete at?
    Posted to Web Forms (Forum) by cshaw on 10/24/2008
  • Re: Something new over the weekend.

    So I have a crap ton of code and am new to Asp.net so I am only able to update so much at a time. I have a function that runs on all user input to the database that filters 99% of injection attacks out (at least the ones I know). So, I had to end up deleting that table and re defining it in order to work.
Page 1 of 2 (17 items) 1 2 Next >