Showing posts with label requires. Show all posts
Showing posts with label requires. Show all posts

Saturday, March 24, 2012

Passing variables between pages

Hi,

I'm trying to pass some variables that requires users to register. The first page, users key in the necessary information. After which, the 2nd page will load and display the infomation that the user had keyed-in previously, from this page the user can choose to confirm or cancel. On confirmation, the 3rd page will load and that should be when the information is inserted into the database. My problem is when it reaches the 3rd page, the values seem to be gone, as the page loads with an error stating something like my user_id is not present(being a primary key, it cant be null). In the 2nd page, when i was trying to show the info, i added some hidden inputs at the bottom, its something like


<input id="user_id" type="hidden" value="<%=user_id%>">

and so on, i was expecting these inputs to be passed over to the 3rd page, but it doesnt seem to be this way, anyone can help me on this?May be you can try to use session variable.

Friday, March 16, 2012

Password length minimum: 7. Non-alphanumeric characters required: 1.

Password length minimum: 7. Non-alphanumeric characters required.I ve taken
this error. Microsoft Security Policy requires something nonsense I think. I
never think a password like "75256asdf!^+%&" this. How can I use normal
passwords which users demand what their hearth say as a password.: 1.re:
> How can I use normal passwords which users demand what their hearth say as a passw
ord.
In the <providers section of web.config :
minRequiredPasswordLength="1"
minRequiredNonalphanumericCharacters="0"
See :
http://msdn2.microsoft.com/en-us/li.../>
_properties(vs.80).aspx
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaol : http://asp.net.do/foros/
===================================
"Yasin Cepeci" <cepeci@.gmail.com> wrote in message news:um4HyLCiHHA.3452@.TK2MSFTNGP04.phx.g
bl...
> Password length minimum: 7. Non-alphanumeric characters required.I ve take
n this error. Microsoft
> Security Policy requires something nonsense I think. I never think a passw
ord like
> "75256asdf!^+%&" this. How can I use normal passwords which users demand w
hat their hearth say as
> a password.: 1.
>