Re: 2 controls on the same page and wrong events fire
- From: lisa@xxxxxxxxxxxx
- Date: 2 Jun 2005 08:04:00 -0700
Well, you didn't say if you tried the ClientID. Have you looked in
debug mode? Are you using INamingContainer?
The reason I ask is that if you look at the HTML that gets rendered,
you'll probably see that the name and the id are different. One has an
underscore and the other has a colon. I believe it's the id that has
the underscore. The thing is, it's the name that gets posted back. So
if you're posting back the id, it may not be identifying the control
correctly.
Check it out.
Lisa
justengland@xxxxxxxxx wrote:
> I have set the unique id = to
> <button id='unique id' onclick=__dopostback('unique id','' >
.
- Follow-Ups:
- Re: 2 controls on the same page and wrong events fire
- From: justengland
- Re: 2 controls on the same page and wrong events fire
- References:
- 2 controls on the same page and wrong events fire
- From: justengland
- Re: 2 controls on the same page and wrong events fire
- From: lisa
- Re: 2 controls on the same page and wrong events fire
- From: justengland
- 2 controls on the same page and wrong events fire
- Prev by Date: Re: 2 controls on the same page and wrong events fire
- Next by Date: Re: 2 controls on the same page and wrong events fire
- Previous by thread: Re: 2 controls on the same page and wrong events fire
- Next by thread: Re: 2 controls on the same page and wrong events fire
- Index(es):