User Profile

Collapse

Profile Sidebar

Collapse
archvivek
archvivek
Last Activity: Apr 24 '07, 04:47 PM
Joined: Mar 25 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Actually my doubt is...

    I have done a project in C#.Net...
    You must have seen in normal gmail/yahoo..while we login for the second time
    or so..our username is shown below in a box like dropdown..and we can jus select and type in the password and login na..

    same way actually i do not want tht box to be shown. becoz am working on banking project.None of the user name should be stored.I do not want that to...
    See more | Go to post

    Leave a comment:


  • How to clear the text which are stored in dropdown box

    Hello,

    My doubt is,I am doing a banking project.
    If i login for the first time there are no previous dropdown list of
    previous entries.

    If i login the next time.Instead of going into the clear history and clearing.
    Is there any other way where it should not get stored at all..
    Since it is risky if the username gets stored.

    can...
    See more | Go to post

  • I have got this right..Thank you very much for ur help.
    See more | Go to post

    Leave a comment:


  • hello

    First keep a regular expression validator next ur require textbox.
    Right click and get into the properties.
    set the according properties...
    Control to validate property-(required textbox name)
    Display property-Dynamic
    Error message- required message
    Validate expression property- ^[0-9]*|\d*\d{1}?\d*

    It should work now......
    See more | Go to post

    Leave a comment:


  • archvivek
    started a topic How to keep the page static if popup is enabled
    in .NET

    How to keep the page static if popup is enabled

    Hello

    I am doing a project using C#.Net.

    My doubt is, if a button is clicked.I have kept a poup box.
    But,once the buttton is clicked the page refreshes and shows a
    blank screen along with the popup box.

    I want the page to remain in the same page and not blank screen and once i
    click ok in the popup it should do the processing..

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