User Profile

Collapse

Profile Sidebar

Collapse
sureshreddy
sureshreddy
Last Activity: Mar 2 '07, 06:35 AM
Joined: Feb 9 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Displaying the time taken for a webpage to redirect to another webpage.

    hi friends,

    I want the time to be displayed for a webpage to redirect to another webpage. You can see this concept in job sites when we fill all the details and click the search button it displays the results and displays as "Search Result returned within 0.041 seconds". I want to know how we can calculate the time. Give me a reply as soon as possible. If u know the code send to me.

    thanks in advance
    See more | Go to post

  • clearing value in the textbox when i click on the textbox.

    Hi friends,

    I am working on a project on asp.net using c#. I had a problem in the textbox. I have a default value on the textbox as 'keywords'. when i click on the textbox the 'keywords' should be cleared. If i haven't wrote anything in the textbox and i click outside the textbox the 'keywords' should appear in the textbox. Reply me as soon as possible.

    Thanks in advance.

    SureshReddy
    See more | Go to post

  • color change for a particular cell when i check the checkbox in a datagrid control

    Hi friends,

    I am working on project in which i need a color change for the selected cell when i check the checkbox. when i uncheck it the color should also disappear. If you didn't understand what i said plz go to www.clickjobs.c om and check a checkbox and you can undertand. If possible plz send me the code as it is urgent.

    Thanks in advance
    SureshReddy
    See more | Go to post

  • sureshreddy
    replied to Autoincrementing a value in textbox
    in .NET
    Thanks for the persons who have answered to my question.

    I want the value of the text box to be incremented automatically not just with number. For ex: Prd01 is the first value of the textbox. Next time it should autoincrement Prd02 and so on. Sorry for not sending the question clear. So please send a solution to my problem. Prd is the product and it should be incremented automatically.

    Once again thanks in advance...
    See more | Go to post

    Leave a comment:


  • sureshreddy
    started a topic Autoincrementing a value in textbox
    in .NET

    Autoincrementing a value in textbox

    Hi everyone,

    I am working with image uploading using C# having an id and an image. I am using a textbox for id. I want to increment the value in the textbox automatically. So any one tell me the code for it. I have tried code as below.

    try
    {
    int p;
    p=p+1;
    textbox1.text=p .ToString();
    }
    catch(Exception e)
    {
    p="200";
    }


    But...
    See more | Go to post
No activity results to display
Show More
Working...