Re: Reset all form fields in code behind
- From: <dl>
- Date: Wed, 22 Jun 2005 19:27:30 +0800
if what you need is just to reset the form and have it ready for data input,
then I think souri's suggestion if fine. But if you have a message such as
"Record ... added!" to communicate with your user after each adding /
updating, then
all I can think of is to do it manually!
Not sure if this is the best practice.
"Fetty" <davef@xxxxxxxxxxxxxx> wrote in message
news:OV0J2TxdFHA.2556@xxxxxxxxxxxxxxxxxxxxxxx
> I have a form that is used to add records and edit current ones. I need to
> reset the form when I am adding a new record.
>
> --
> David
>
>
> http://www.helixpoint.com
> "Karl Seguin" <karl REMOVE @ REMOVE openmymind REMOVEMETOO . ANDME net>
> wrote in message news:%231E0d9pdFHA.3012@xxxxxxxxxxxxxxxxxxxxxxx
> > While true, I rather get an understanding of why the OP wants to do
this.
> > It's possible that what he/she is asking how to do, isn't what he/she
> > wants to do.
> >
> > Karl
> >
> > --
> > MY ASP.Net tutorials
> > http://www.openmymind.net/ - New and Improved (yes, the popup is
annoying)
> > http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
> > come!)
> >
> >
> > "souri challa" <sourichalla@xxxxxxxxx> wrote in message
> > news:1119384639.162511.236850@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> >> You can Response.Redirect to the same page to achieve this.
> >> -Souri
> >>
> >
> >
>
>
.
- References:
- Reset all form fields in code behind
- From: Fetty
- Re: Reset all form fields in code behind
- From: souri challa
- Re: Reset all form fields in code behind
- From: Fetty
- Reset all form fields in code behind
- Prev by Date: Re: Replicate keypress in code asp.net
- Next by Date: Re: Global Variable
- Previous by thread: Re: Reset all form fields in code behind
- Next by thread: viewstate loss after long time waiting for post back?
- Index(es):
Relevant Pages
|