Search

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

Matching Posts

  • Re: Enabling the progress indication on the ASP.NET Pages

    Hi Thanks for your inputs. They are really useful for me. I need a small favor from you also. The image available in the update progress is not showing at the time of pageload(); The data actually got bound at the time of page load. Is there any possibility to make the image available in the update progress at the time of loading the page? Thanks in advance
    Posted to Web Forms (Forum) by success.gac on 11/2/2009
  • Re: Enabling the progress indication on the ASP.NET Pages

    Hi Thanks for providing me the video file as the sample for enabling the update progress. But, the sample also showing the update progress sign only when we try to load the same page againe and try for loading the data. Actually, I was looking for a solution to show any image at the time of page load as the indication for loading the page. Thanking You
    Posted to Web Forms (Forum) by success.gac on 11/2/2009
  • Confirmation to close the form

    Hi All, Sub: Displaying the message box in ASP forms on unload. I need the javascript function to display the message as 'Do you want to close the form' with the options of 'Yes' and 'No' when the user closes the form. The form should be closed only if the user says 'Yes'. If the user says 'No' than the form should remain without closing. Thanks in advance
    Posted to Client Side Web Development (Forum) by success.gac on 10/23/2009
  • multithreading function for loading grids and enabling image

    hi, I need a multithreading function to invoke the loading datalist as well as enabling the image. The more details are below; I need to enable the image shows some indication as loading the page and the image should be invisible after the thread loads the datalist. Thanks in advance
    Posted to C# (Forum) by success.gac on 10/13/2009
  • Enabling the progress indication on the ASP.NET Pages

    Hi, Help me to create the progress indication on the same page itself. I need the progress indication for loading the datalist. Thanking You
    Posted to Web Forms (Forum) by success.gac on 10/13/2009
  • Re: Need simplest function in C#

    Hi, Yes, I need the solution in LINQ Thank You
    Posted to Getting Started (Forum) by success.gac on 9/11/2009
  • Re: Need simplest function in C#

    Hi, Actually, the 100 and 200 are only the sample values. Anyway, it is not what actually I am looking forward. A record is already available in the db. If the user tries to enter a new record into the table, then it should be validated. For example CreateTable Range (start int, end int); Insert into Range VALUES (100,200); If the user tries to enter the following records then the function should say, that already the range of values exist. Insert into Range VALUES (99, 201); Insert into Range VALUES
    Posted to Getting Started (Forum) by success.gac on 9/10/2009
  • Re: Need simplest function in C#

    If the user tries to enter a new record into the table, then it should be validated. For example CreateTable Range (start int, end int); Insert into Range VALUES (100,200); If the user tries to enter the following records then the function should say, that already the range of values exist. Insert into Range VALUES (99, 201); Insert into Range VALUES (99, 150); Insert into Range VALUES (101, 150); Insert into Range VALUES (101, 201); All the above records are invalid, all these have to be validated
    Posted to Getting Started (Forum) by success.gac on 9/10/2009
  • Need the functionality for downloading

    Hi, I have created an interface for uploading a file into the server in ASP.NET MVC. Now, I would like to know the implementation techniques for downloading the files from the server and store it in the user specified location in ASP.NET. Thanking You
    Posted to ASP.NET MVC (Forum) by success.gac on 9/10/2009
  • Re: Need simplest function in C#

    Hi, Thanks. The following records are the valid records. The two values lesser than the start limit of the existing record. The two values greater than the end limit of the existing record. Thanks for making me to get some more clear.
    Posted to Getting Started (Forum) by success.gac on 9/10/2009
Page 1 of 5 (43 items) 1 2 3 4 5 Next >