Click here to Skip to main content
15,891,033 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: if htmllink is inside template field of gridview Pin
padmanabhan N18-Jun-09 20:33
padmanabhan N18-Jun-09 20:33 
AnswerRe: if htmllink is inside template field of gridview Pin
padmanabhan N18-Jun-09 20:47
padmanabhan N18-Jun-09 20:47 
QuestionProblem in using query string Pin
souravghosh1818-Jun-09 20:15
souravghosh1818-Jun-09 20:15 
AnswerRe: Problem in using query string Pin
Christian Graus18-Jun-09 20:19
protectorChristian Graus18-Jun-09 20:19 
AnswerRe: Problem in using query string Pin
padmanabhan N18-Jun-09 20:19
padmanabhan N18-Jun-09 20:19 
QuestionStop popup window Pin
.NET- India 18-Jun-09 20:04
.NET- India 18-Jun-09 20:04 
AnswerRe: Stop popup window Pin
himanshu256118-Jun-09 21:18
himanshu256118-Jun-09 21:18 
GeneralRe: Stop popup window Pin
.NET- India 18-Jun-09 21:25
.NET- India 18-Jun-09 21:25 
<asp:DataList ID="DataList1" runat="server"
onitemcommand="DataList1_ItemCommand">
<ItemTemplate>
<div id="myDiv" runat="server" class="ARough" onclick="window.open('Admin/Default.aspx','myWindow','width=200,height=200');">
<table border="1" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td style="width:200px">
<asp:Label ID="lblID" runat="server" Text='<%#Eval("ID") %>'></asp:Label>
</td>
<td style="width:200px">
<asp:Label ID="lblAlternateText" runat="server" Text='<%#Eval("AlternateText") %>'></asp:Label>
</td>
<td>
<asp:Button ID="cmdShow" CommandName="Show" runat="server" Text="Show Image Url" />
<asp:Label ID="lblImageUrl" Visible="false" runat="server" Text='<%#Eval("ImageUrl") %>'></asp:Label>
</td>
</tr>
</table>
</div>
</ItemTemplate>
</asp:DataList>
GeneralRe: Stop popup window Pin
himanshu256118-Jun-09 22:33
himanshu256118-Jun-09 22:33 
GeneralRe: Stop popup window Pin
.NET- India 18-Jun-09 23:59
.NET- India 18-Jun-09 23:59 
QuestionJava script function in aspx.vb file [modified] Pin
Girish48118-Jun-09 17:57
Girish48118-Jun-09 17:57 
AnswerRe: Java script function in aspx.vb file Pin
K030618-Jun-09 18:43
K030618-Jun-09 18:43 
GeneralRe: Java script function in aspx.vb file Pin
Girish48118-Jun-09 19:11
Girish48118-Jun-09 19:11 
GeneralRe: Java script function in aspx.vb file Pin
Girish48118-Jun-09 19:27
Girish48118-Jun-09 19:27 
AnswerRe: Java script function in aspx.vb file [modified] Pin
Amit Patel198518-Jun-09 19:15
Amit Patel198518-Jun-09 19:15 
GeneralRe: Java script function in aspx.vb file Pin
Girish48118-Jun-09 19:19
Girish48118-Jun-09 19:19 
GeneralRe: Java script function in aspx.vb file Pin
Christian Graus18-Jun-09 19:28
protectorChristian Graus18-Jun-09 19:28 
GeneralRe: Java script function in aspx.vb file Pin
Girish48118-Jun-09 19:50
Girish48118-Jun-09 19:50 
GeneralRe: Java script function in aspx.vb file Pin
Christian Graus18-Jun-09 20:28
protectorChristian Graus18-Jun-09 20:28 
GeneralRe: Java script function in aspx.vb file Pin
Girish48118-Jun-09 20:48
Girish48118-Jun-09 20:48 
GeneralRe: Java script function in aspx.vb file Pin
Christian Graus18-Jun-09 21:35
protectorChristian Graus18-Jun-09 21:35 
GeneralRe: Java script function in aspx.vb file Pin
Girish48118-Jun-09 21:56
Girish48118-Jun-09 21:56 
GeneralRe: Java script function in aspx.vb file Pin
Christian Graus18-Jun-09 22:39
protectorChristian Graus18-Jun-09 22:39 
AnswerRe: Java script function in aspx.vb file Pin
Baran M18-Jun-09 19:28
Baran M18-Jun-09 19:28 
GeneralRe: Java script function in aspx.vb file Pin
Girish48118-Jun-09 19:37
Girish48118-Jun-09 19:37 

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.