Click here to Skip to main content
15,905,867 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Question regarding major decline in data retrieval efficiency Pin
N a v a n e e t h3-Jan-10 4:46
N a v a n e e t h3-Jan-10 4:46 
GeneralRe: Question regarding major decline in data retrieval efficiency Pin
James Shao3-Jan-10 12:27
James Shao3-Jan-10 12:27 
QuestionUnit testing is a must learn technology for an asp.net programmer? Pin
popchecker2-Jan-10 19:49
popchecker2-Jan-10 19:49 
AnswerRe: Unit testing is a must learn technology for an asp.net programmer? Pin
N a v a n e e t h3-Jan-10 4:57
N a v a n e e t h3-Jan-10 4:57 
GeneralRe: Unit testing is a must learn technology for an asp.net programmer? Pin
popchecker3-Jan-10 17:16
popchecker3-Jan-10 17:16 
GeneralRe: Unit testing is a must learn technology for an asp.net programmer? Pin
N a v a n e e t h3-Jan-10 21:39
N a v a n e e t h3-Jan-10 21:39 
GeneralRe: Unit testing is a must learn technology for an asp.net programmer? Pin
popchecker3-Jan-10 22:43
popchecker3-Jan-10 22:43 
QuestionAjax modal pop up for dynamic control Pin
Hema Bairavan2-Jan-10 18:48
Hema Bairavan2-Jan-10 18:48 
Hi peoples,

i like to use the ajax modal popup window for dynamically genarated link button.

my code is

<table>

<tr><td>
<asp:Button runat="server" ID="btntext" Text="test"
/>
<ajaxToolkit:ToolkitScriptManager ID="ToolkitScriptManager1" runat="server">
</ajaxToolkit:ToolkitScriptManager>
<ajaxToolkit:ModalPopupExtender ID="MPE" runat="server"
TargetControlID="btntext"
PopupControlID="panel"
BackgroundCssClass="modalBackground"
DropShadow="false"
OkControlID="Ok"

X="200"
Y="200"
CancelControlID="Cancel"
/>
</td></tr>
</table>


<asp:repeater id="rptProducts" runat="server" OnItemDataBound="RepeaterItemEventHandler">
<ItemTemplate>
<table cellpadding="5" cellspacing="0">
<tr>
<tr><td><asp:LinkButton runat="server" ID="i" OnClick="Link_Click" CommandName=<%#Eval("fao_addsnumber")%> > <%#Eval("fao_subcategory")%> </asp:LinkButton></td></tr>
<tr><td align="left" ><asp:Label runat="server" ID="lblitem"></asp:Label></td></tr>
</table>
</ItemTemplate>
</asp:repeater>
in the above code the target id is button and is working fine.

but my req is with some conditions i will dynamically generate the link labels from , and that will be in the repeaters.
in that link label i want to give this modal dialogue to open.

how to do that, please help.. thanks in advance
Questionexecuting procedure, Pin
Hema Bairavan2-Jan-10 17:40
Hema Bairavan2-Jan-10 17:40 
AnswerRe: executing procedure, Pin
Brij2-Jan-10 23:04
mentorBrij2-Jan-10 23:04 
GeneralRe: executing procedure, Pin
Hema Bairavan3-Jan-10 2:06
Hema Bairavan3-Jan-10 2:06 
GeneralRe: executing procedure, Pin
Brij3-Jan-10 3:28
mentorBrij3-Jan-10 3:28 
AnswerRe: executing procedure, Pin
N a v a n e e t h3-Jan-10 5:38
N a v a n e e t h3-Jan-10 5:38 
GeneralRe: executing procedure, Pin
Hema Bairavan3-Jan-10 5:51
Hema Bairavan3-Jan-10 5:51 
GeneralRe: executing procedure, Pin
N a v a n e e t h3-Jan-10 6:11
N a v a n e e t h3-Jan-10 6:11 
GeneralRe: executing procedure, Pin
Hema Bairavan3-Jan-10 6:18
Hema Bairavan3-Jan-10 6:18 
Questionasp:menu issue Pin
THE SK2-Jan-10 9:42
THE SK2-Jan-10 9:42 
AnswerRe: asp:menu issue Pin
Abhijit Jana2-Jan-10 10:19
professionalAbhijit Jana2-Jan-10 10:19 
GeneralRe: asp:menu issue Pin
THE SK2-Jan-10 10:30
THE SK2-Jan-10 10:30 
GeneralRe: asp:menu issue Pin
Abhishek Sur2-Jan-10 10:54
professionalAbhishek Sur2-Jan-10 10:54 
GeneralRe: asp:menu issue Pin
THE SK2-Jan-10 11:03
THE SK2-Jan-10 11:03 
GeneralRe: asp:menu issue Pin
Abhishek Sur3-Jan-10 2:30
professionalAbhishek Sur3-Jan-10 2:30 
QuestionClickOnce Deployment Issue!! Pin
Sr...Frank2-Jan-10 9:07
Sr...Frank2-Jan-10 9:07 
AnswerRe: ClickOnce Deployment Issue!! Pin
Abhijit Jana2-Jan-10 9:19
professionalAbhijit Jana2-Jan-10 9:19 
GeneralRe: ClickOnce Deployment Issue!! Pin
Sr...Frank2-Jan-10 9:35
Sr...Frank2-Jan-10 9:35 

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.