TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Diogo
NA
5
0
Two triggers, same ControlID
May 9 2008 10:42 AM
I have a updatepanel, inside them a fileupload. To make this works I create a trigger for updatepanel (
<asp:PostBackTrigger ControlID="btnImport" />
)
This works fine but now I wish put a UpdateProgress (out of updatepanel) but I can´t add (
<asp:AsyncPostBackTrigger ControlID="
btnImport
" EventName="Click" />
)
So, how I can solve this problem? If the code is just the first postbacktrigger it works normally, if I add async bummm, the script give me a error.
Reply
Answers (
1
)
Accessing a C++ DLL with some pointers from a C# application
UDP broadcast not received.. Help please..