Click here to Skip to main content
15,887,821 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Reg IIS Pin
Venkatesh Mookkan1-Apr-10 0:44
Venkatesh Mookkan1-Apr-10 0:44 
GeneralRe: Reg IIS Pin
Abhijit Jana1-Apr-10 1:01
professionalAbhijit Jana1-Apr-10 1:01 
GeneralRe: Reg IIS Pin
Venkatesh Mookkan1-Apr-10 1:15
Venkatesh Mookkan1-Apr-10 1:15 
QuestionData Validation Controls not working in Windows 7 machine Pin
Robymon31-Mar-10 23:10
Robymon31-Mar-10 23:10 
AnswerRe: Data Validation Controls not working in Windows 7 machine Pin
JHizzle31-Mar-10 23:37
JHizzle31-Mar-10 23:37 
GeneralRe: Data Validation Controls not working in Windows 7 machine Pin
Robymon1-Apr-10 0:16
Robymon1-Apr-10 0:16 
QuestionItem command not firing repeater control pop up extender Pin
rahul_miche31-Mar-10 22:53
rahul_miche31-Mar-10 22:53 
AnswerRe: Item command not firing repeater control pop up extender Pin
michaelschmitt1-Apr-10 6:46
michaelschmitt1-Apr-10 6:46 
Hi,

this is no direct answer to your question - so sorry in advance - but maybe you can solve your issue
the other way arround. Target your popup extender to a simple label like:

<asp:label id="NullControl" runat="server">
<ajax:modalpopupextender id="someExtender" runat="server" targetcontrolid="NullControl"
="" popupcontrolid="DetailsPopupPanel" cancelcontrolid="CloseButton" dropshadow="false">

And then, when your itemcommand fires, open the popup from codebehind using [extenderName].Show();.

Im doing that in a gridview and it works perfectly.

Good Luck
AnswerRe: Item command not firing repeater control pop up extender Pin
T M Gray1-Apr-10 7:47
T M Gray1-Apr-10 7:47 
Questionsave page state after post back Pin
Abdul Rahman Hamidy31-Mar-10 22:38
Abdul Rahman Hamidy31-Mar-10 22:38 
AnswerRe: save page state after post back Pin
R. Giskard Reventlov31-Mar-10 23:21
R. Giskard Reventlov31-Mar-10 23:21 
AnswerRe: save page state after post back Pin
Venkatesh Mookkan1-Apr-10 0:54
Venkatesh Mookkan1-Apr-10 0:54 
GeneralRe: save page state after post back Pin
Abdul Rahman Hamidy2-Apr-10 18:10
Abdul Rahman Hamidy2-Apr-10 18:10 
Questionhow to fetch html text into string variable Pin
Amit Spadez31-Mar-10 21:36
professionalAmit Spadez31-Mar-10 21:36 
AnswerRe: how to fetch html text into string variable Pin
Arindam Tewary31-Mar-10 22:02
professionalArindam Tewary31-Mar-10 22:02 
AnswerRe: how to fetch html text into string variable Pin
PSK_31-Mar-10 22:06
PSK_31-Mar-10 22:06 
AnswerRe: how to fetch html text into string variable Pin
MyDevBank31-Mar-10 22:18
MyDevBank31-Mar-10 22:18 
AnswerRe: how to fetch html text into string variable Pin
Mohan H Prajapati5-Apr-10 23:51
Mohan H Prajapati5-Apr-10 23:51 
Question[help]ListView Layout Problem [modified] Pin
calvenyow31-Mar-10 21:30
calvenyow31-Mar-10 21:30 
QuestionThe Client does not Download the Lastest Upload File Pin
Xiaoming Qian31-Mar-10 20:33
Xiaoming Qian31-Mar-10 20:33 
AnswerRe: The Client does not Download the Lastest Upload File Pin
Venkatesh Mookkan31-Mar-10 20:42
Venkatesh Mookkan31-Mar-10 20:42 
AnswerRe: The Client does not Download the Lastest Upload File [modified] Pin
Arindam Tewary31-Mar-10 20:44
professionalArindam Tewary31-Mar-10 20:44 
AnswerRe: The Client does not Download the Lastest Upload File Pin
PSK_31-Mar-10 22:11
PSK_31-Mar-10 22:11 
QuestionASP.NET Control in MVC Pin
M. K. BASHER31-Mar-10 19:30
M. K. BASHER31-Mar-10 19:30 
AnswerRe: ASP.NET Control in MVC Pin
Sandeep Mewara31-Mar-10 19:40
mveSandeep Mewara31-Mar-10 19:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.