Microsoft
Software
Hardware
Network
Question : PopupControlExtender
Hello,
The PopupControlExtender has been driving me crazy I would really appreciate if you can tell me where I'm wrong on this. I'm trying to show a PopupControlExtender where I'm trying to show a simple message from the webmethod, for this I am using DynamicControlID, DynamicServiceMethod, DynamicServicePath for this PopupControlExtender PopupControlExtender looks something like this
runat="server" CommitProperty="value"
Position="Bottom" PopupControlID="pnlPartSea
rch1" TargetControlID="lbtnTrack
"
DynamicControlID="pnlPartS
earch1" DynamicServiceMethod="Trac
kingInfo" DynamicServicePath="~/Test
WebService
.asmx">
>
[WebMethod]public string TrackingInfo(string headerID)
{
return "Called from a web service";
}
The code above works perfectly and when I click the button I see the message on the popup "Called from a web Service" now the problem starts when I add DynamicContextKey = '<%# Eval("OrderHeaderNumber")%
>' as soon as I add this to the PopupControlExtender and update the service method which has a string parameter the service method call is not executed and I get the error "Web Service call failed: 500". Here is the code that does not work.
runat="server" CommitProperty="value"
Position="Bottom" PopupControlID="pnlPartSea
rch1" TargetControlID="lbtnTrack
" DynamicContextKey='<%# Eval("OrderHeaderNumber")%
>'
DynamicControlID="pnlPartS
earch1" DynamicServiceMethod="Trac
kingInfo1"
DynamicServicePath="~/Test
WebService
.asmx">
>
[WebMethod]public string TrackingInfo1(string OrderHeaderNumber)
{
return "Called from a web service";
}
I would really appreciate if someone can point out what the error is.
Thanks in advance.
MJ
Answer : PopupControlExtender
HA AH! I'm glad I helped you.
But could you please select my comment as an answer?
Random Solutions
Call a method on a child class when inherited in Ruby
SQL 2005 Rebuild Index Keep Index Online Option
Server Replication.
Loading .mov files
80072f17 - invalid certificate
Integrating WordPress blog into website
Flash movement action script!
Word crashes randomly when trying to print labels
How to create Batch File to Add Entires to Host File?
Is it safe to remove windows update uninstall files