Ask a Question related to ASP.NET General, Design and Development.
-
Wickwack #1
Re: post back doesn't work
On Tue, 22 Jul 2003 20:01:44 -0400, "shimonsim@talamus.com"
<estshim@att.net> wrote:
I bet you have somewhere in that form an html submit button that has>Hi
>I have a form that has two checkbox that I need to PostBack the event. I set
>it up but the browser says that script is wrong and points on
>theform.submit() - object doesn't have this method.
>Where could be the problem? I even don't know even where to start.
>Thanks, Shimon.
>
the name 'submit'... I figured this out just a few days back when it
happened to me.
Wickwack Guest
-
Validator message disappeared after post back
Hi, I have a compositecontrol contain a textbox (txtPhoneNumber) and a RegularExpressionValidator. I tested in a page, the validation seems work... -
post back event in server control
how do I get the button event recognized in the post back from a server control ?? ========code============= Public Class MyButton Inherits... -
Dragging rows without a post back to the server.
I have been able to create a datagrid that is able to click and drag from one row and drop it onto another to move it above the row dropped on. The... -
post the result back to same page??
<html> <body> <Form action="calc.asp" method="post" name="calc"> <P>NUM1: <input type="text" name="num1"> <P>NUM2: <input type="text"... -
Post back
hello all, I have a simple question. on my .aspx page I have bunch of textbox, and dropdowns. One of the dropdown2 has postback = true. When the... -
shimonsim@talamus.com #2
Re: post back doesn't work
You are the men!
Thanks a lot.
"Wickwack" <wickwack2003@yahoo.com> wrote in message
news:l0orhvgjaqq451ik4o1v2o1ftfr2i0nfci@4ax.com...set> On Tue, 22 Jul 2003 20:01:44 -0400, "shimonsim@talamus.com"
> <estshim@att.net> wrote:
>> >Hi
> >I have a form that has two checkbox that I need to PostBack the event. I>> >it up but the browser says that script is wrong and points on
> >theform.submit() - object doesn't have this method.
> >Where could be the problem? I even don't know even where to start.
> >Thanks, Shimon.
> >
> I bet you have somewhere in that form an html submit button that has
> the name 'submit'... I figured this out just a few days back when it
> happened to me.
shimonsim@talamus.com Guest



Reply With Quote

