Search

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

Matching Posts

  • Re: How to track focus control ?

    Hello, Thanks for the reply. Hum, I don't think I can do it only in server side code. I'll try to explain the behavior I want. I need to be notify on server side to save data when I lost focus on a container or a control. This way, I can save even if the user doesn't click on a save button. I think I need to initiate a request from the client-side, because I cannot wait that a postback occurs by itself. I cannot wait that the user click on a button. Do you have advice to give me on what
    Posted to Client Side Web Development (Forum) by bizbiz on 7/20/2008
  • How to track focus control ?

    Hi, I need to know which controls has receive and lost the focus. I write some javascript code that register to all focus control on the page. When a control get focus, I keep the new focus control in a variable and in this way, I'm able to know who had focus and who got focus. I wrote this code in a AJAX Control. When a control got focus, I make a __doPostback to notify the server that a new control got focus. I pass the control id in the __EVENTARGUMENT. In the server side, I can be notify
    Posted to Client Side Web Development (Forum) by bizbiz on 7/19/2008
  • VS 2008 Web test failed because IIS stopped

    Hello, We write a lot of Web Tests (coded web tests) and works well with VS 2005 Team System. We upgrade to VS 2008 Team system and have some unexpected errors. My web test uses IIS not Cassini. When I start some web test, the IIS server stopped. All the tests failed with this error : Request failed: No connection could be made because the target machine actively refused it 127.0.0.1:80 I do an active research on many forum but didn't find anything to help me. We use the SP1 beta 1 version of
    Posted to Visual Studio 2008 (Forum) by bizbiz on 6/11/2008
  • Re: PageRequestManager : What's the difference between doPostBack and _doCallBack ?

    Hi, Thank you for this great anwser. It's really what I was searching. I have another question. I need a way to pass parameter from the client to know what to do when the page refresh on the server. For example, when the TextChanged occured on the TextBox1, I want to update some parts of the menu. Is it a good approach to pass parameter on the EventArguments of the __doPostback ? And which format do you recommand I use ? Or can you recommand me another way of doing that ? function TextChanged
    Posted to ASP.NET AJAX UI (Forum) by bizbiz on 12/6/2007
  • Re: PageRequestManager : What's the difference between doPostBack and _doCallBack ?

    I know it's not clear. I'm sorry. I'll try to explain more clearly. On a client event like OnFocus or OnBlur or OnChange, I'll check some client state for the input (TextBox) and take decision if I need to get back to the server to refresh some part of my menu. I try to implement a sort of contextual menu. So, when some part (say inside panel1) got focus, I want to make an ajax request to add some stuff to the menu. When the panel lost focus, maybe I'll switch the visibiliy of
    Posted to ASP.NET AJAX UI (Forum) by bizbiz on 12/3/2007
  • PageRequestManager : What's the difference between doPostBack and _doCallBack ?

    I want some parts of my web page refresh after a focus or changed event being made on a TextBox. What I want to acheive is get back to the server to do some code. I check the PageRequestManager and saw to way to make a postback to the server. What I want to do is get back to the server like I put a submit button without the whole page refresh. Some advices on that would be really appreciate !
    Posted to ASP.NET AJAX UI (Forum) by bizbiz on 12/3/2007
  • How to make a ajax request programatically on the client side ?

    Can you give me advice on what is the best approach when want to make an ajax request using the last version of ASP.NET Ajax framework. By example, in the aspx page, on the TextChanged event, after doing some logic code, I decide to submit the form in ajax to be called on the server side to refresh some others controls inside UpdatePanel. Can you give me advide how to do that ? ... < script type ="text/javascript"> function TextChanged() { // Do Some logic code and make a callback
    Posted to ASP.NET AJAX UI (Forum) by bizbiz on 12/3/2007
  • Re: Code coverage & unit test problem

    Hello, Did you find a solution to your problem because I'm experimenting some similars problems... I run units tests in run mode and get errors. After that, I run the same unit tests in debug and all tests works. I think it is related to the fact that in the TestInitialize, I work with a singleton (static class). In the first test, I clear the singleton and after, put something into it. In the next text, I do the same thing. But the second thing fail because the singleton is reinitialize. Do
    Posted to Visual Studio 2005 (Forum) by bizbiz on 10/17/2007
  • Re: Visual Studio 2005 Profiler "Launch Error: The web.config file xxx\web.config has been changed and backup information was lost."

    Hello, Can you tell me if you found a solution for the issue because I'm experimenting the same issue ? Thanks !
    Posted to Visual Studio 2005 (Forum) by bizbiz on 7/11/2007
  • Re: Shared/Linked GlobalAssemblyInfo.cs file

    Hi ! Did you found how to do this with VS 2005 ? I use VS 2005 Team System... Thanks !
    Posted to Visual Studio 2005 (Forum) by bizbiz on 6/11/2007
Page 1 of 5 (47 items) 1 2 3 4 5 Next >