thank u so much,
i tried these stuffs.
I made sample apps and it works fine.
may be i 'll just try, if u get some help, do let me know.
bye,
amit
"Ken Dopierala Jr." <kdopierala2@wi.rr.com> wrote in message
news:OHHhdkJpEHA.3896@TK2MSFTNGP15.phx.gbl...[color=blue]
> I don't know if the encryption will make a difference. But if your form
> never submits it sounds more like a client-side issue because the server
> isn't involved. You could try to create a new test button and see if that
> new button will submit the form. Other than that I think you are stuck[/color]
with[color=blue]
> either rebuilding the page piece by piece to see where it breaks, or
> removing things piece by piece to see where it starts working again. Good
> luck! Ken.
>
> --
> Ken Dopierala Jr.
> For great ASP.Net web hosting try:
>
http://www.webhost4life.com/default.asp?refid=Spinlight
>
> "amit.purohit" <amit.purohit@rsystems.com> wrote in message
> news:OLpJabJpEHA.2784@TK2MSFTNGP14.phx.gbl...[color=green]
> > hi,
> >
> > there is encryption used in that page, will that make a difference.
> >
> > this code is used on form onsubmit() and then the server side event is
> > raised. even this code is not executed.
> >
> > function on_login_submit() {
> > var psd_combo;
> > if( document.forms[0].pwd.value != "" )
> > {
> > psd_combo = hex_sha1(document.forms[0].pwd.value) +
> > document.forms[0].sha1_seed.value; document.forms[0].sha1_seed.value =
> > hex_sha1(psd_combo);
> > }
> > return true;
> > }
> >
> >
> >
> >
> > "Ken Dopierala Jr." <kdopierala2@wi.rr.com> wrote in message
> > news:u87nuNJpEHA.2612@TK2MSFTNGP15.phx.gbl...[color=darkred]
> > > Hmmm...Do you have any javascript that validates before submitting the[/color]
> > page?[color=darkred]
> > > Without seeing any code or anything all I can suggest is deleting the[/color][/color]
> page[color=green][color=darkred]
> > > from your project and then recreate it. Any chance that another page[/color][/color]
> was[color=green][color=darkred]
> > > created in the same project with the same name? Maybe in a different
> > > folder? Sometimes that causes problems although it is usually[/color][/color][/color]
debugging[color=blue][color=green][color=darkred]
> > > problems that that causes. Good luck! Ken.
> > >
> > > --
> > > Ken Dopierala Jr.
> > > For great ASP.Net web hosting try:
> > >
http://www.webhost4life.com/default.asp?refid=Spinlight
> > >
> > > "amit.purohit" <amit.purohit@rsystems.com> wrote in message
> > > news:unFsNCJpEHA.3464@tk2msftngp13.phx.gbl...
> > > > hi,
> > > >
> > > > no the runat server tag is there.
> > > >
> > > >
> > > > "Ken Dopierala Jr." <kdopierala2@wi.rr.com> wrote in message
> > > > news:uGzFM$IpEHA.2612@TK2MSFTNGP15.phx.gbl...
> > > > > Hi Amit,
> > > > >
> > > > > Did the runat="server" attribute get removed from your asp:button[/color]
> > server[color=darkred]
> > > > > control tag? Good luck! Ken.
> > > > >
> > > > > --
> > > > > Ken Dopierala Jr.
> > > > > For great ASP.Net web hosting try:
> > > > >
http://www.webhost4life.com/default.asp?refid=Spinlight
> > > > >
> > > > > "amit.purohit" <amit.purohit@rsystems.com> wrote in message
> > > > > news:%23A6JzqIpEHA.596@TK2MSFTNGP11.phx.gbl...
> > > > > > hi,
> > > > > >
> > > > > > I have a very strange problem on my login Page. the Page was[/color][/color]
> working[color=green][color=darkred]
> > > > fine
> > > > > a
> > > > > > few days back, but now does not generate post back events for
> > > controls.
> > > > > this
> > > > > > login page uses form based authentication.
> > > > > >
> > > > > > Whenever the button is clicked, no event is raised, infact it[/color][/color]
> doesnt[color=green][color=darkred]
> > > > even
> > > > > go
> > > > > > to the page_load as well. Events are registered and there is no
> > > problem
> > > > > with
> > > > > > the code because the same code is working fine on Windows XP[/color]
> > machine.[color=darkred]
> > > > The
> > > > > > machine which is giving problem is Windows 2000 Advanced server.
> > > > > >
> > > > > > If I redirect the request forcefully to another page, everything[/color]
> > works[color=darkred]
> > > > > > perfectly fine across application, except this login.aspx.
> > > > > >
> > > > > > its urgent,
> > > > > >
> > > > > > thanks in advance.
> > > > > >
> > > > > > Amit Purohit
> > > > > > (MCAD.NET)
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >[/color]
> >
> >[/color]
>
>[/color]