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...
User Profile
Collapse
-
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... -
-
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......Leave a comment:
-
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...
No activity results to display
Show More
Leave a comment: