Search

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

Matching Posts

  • Need to optimise response time.

    Hi all Apologies if I am posting in the incorrect location. In my web application, I have a database table with a list of projects and another with a list of sub-projects. In my database sub-projects table I have a foreign key that links back to the projects table. When my page loads, the application performs a select * on the projects and the sub-projects tables, the values are then placed in the same dataset and are then stored in a session variable so as to reduce the number of database calls
  • Re: Ajax update panel & Double postback.

    I managed to locate the actual source of my problem; it was the following piece of vb.net/javascript code that caused the problem: 'Prevent the user from double clicking on the save button. Private Sub PreventDoubleClick() Dim sb As System.Text.StringBuilder = New System.Text.StringBuilder() sb.Append( "if (typeof(Page_ClientValidate) == 'function') { ") sb.Append(" if (Page_ClientValidate() == false) { return false; }} ") sb.Append(" this.value = 'Please
  • Ajax update panel & Double postback.

    I am using the ajax control toolkit update panel for a site. I have noted that when users use my site with the Mozilla browser and click on one of the buttons in the update panel that a double postback occurs. I have been unable to trace the source of this problem and I have been unable to replicate it in IE 6.0. Has anyone come across this problem before? Mike55.
  • Calendar Extender + assigning date

    When I attempt to assign the current date to the textbox associated with the calendar extender, I have noted that the year date is constantly changing, so far all the years have been since 2000. Any suggestions? Michael.
    Posted to ASP.NET AJAX Control Toolkit (Forum) by Mike55 on 9/6/2007
  • Re: Messy display of Calendar control

    I'm having the exact same problems as reported here, I inserted the above css code into the file and it corrects the layout of the calendar. However the problem with the arrows still exists. I have tried to change the location of the arrows, but to no effect. Michael.
    Posted to ASP.NET AJAX Control Toolkit (Forum) by Mike55 on 9/5/2007
  • Re: AJAX TabContiner control

    Hi Jim Making the tabs disappear would be an acceptable solution, however, the above command will not even do this for me. I will give a look at your solution. Michael.
    Posted to ASP.NET AJAX Control Toolkit (Forum) by Mike55 on 9/5/2007
  • AJAX TabContiner control

    I am using the tabcontiner control, upon which I have placed 4 tabpanels. Based on the user clicking a button on one tab, I need to be able to disable all other tabs to prevent the user moving away unless they complete the operation, or cancel. I have tried to use the following TabPanel1.Enabled = True and Me .TabContainer1.Tabs(0).Enabled = False Unfortunately I have had no luck, any suggestions? Michael.
    Posted to ASP.NET AJAX Control Toolkit (Forum) by Mike55 on 9/4/2007
  • Limiting the number of characters in a textfield

    Hi all I am looking for an ajax control that can limit the number of characters in a mulitline textfield, and that can be changed as needed. I deally I need to be able to do a count of the number of characters as the user types. Mike55.
  • Re: WebRequests + WebResponses.

    Cool, works, many thanks... Mike55.
    Posted to Web Forms (Forum) by Mike55 on 6/1/2007
  • Re: WebRequests + WebResponses.

    Ok, have tried to use Response.Write() and I supplied some dummy text. However, what is the simplest way of getting rid of all the other text? Mike55. Sorry, I had better rephrase the question. When I use Response.Write("hello") and use my original code for extracting the response, I get the following "hello\r\n\r\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \" http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\r\n\r\n<html
    Posted to Web Forms (Forum) by Mike55 on 6/1/2007
Page 1 of 2 (18 items) 1 2 Next >