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

ASP.NET

 
GeneralRe: pop is not opening in a server Pin
Member 398938614-Apr-08 21:45
Member 398938614-Apr-08 21:45 
GeneralRe: pop is not opening in a server Pin
eyeseetee14-Apr-08 21:49
eyeseetee14-Apr-08 21:49 
GeneralRe: pop is not opening in a server Pin
Nouman Bhatti15-Apr-08 0:03
Nouman Bhatti15-Apr-08 0:03 
GeneralRe: pop is not opening in a server Pin
Ashish Sehajpal15-Apr-08 1:04
Ashish Sehajpal15-Apr-08 1:04 
QuestionHow to take selected value of dropdownlist in web method using cascading dropdownlist Pin
mohd imran abdul aziz14-Apr-08 20:24
mohd imran abdul aziz14-Apr-08 20:24 
QuestionLinkButton problem Pin
Soumini Ramakrishnan14-Apr-08 19:22
Soumini Ramakrishnan14-Apr-08 19:22 
GeneralRe: LinkButton problem Pin
Christian Graus14-Apr-08 19:36
protectorChristian Graus14-Apr-08 19:36 
GeneralRe: LinkButton problem Pin
Soumini Ramakrishnan14-Apr-08 20:01
Soumini Ramakrishnan14-Apr-08 20:01 
This is the aspx code:

<tr>
<td width="14" style="height: 83px">&nbsp;</td>
<td width="108" style="height: 83px"><asp:ImageButton ID="ImageButton2" runat="server" ImageUrl="~/userimages/saj123.jpg" OnClick="ImageButton2_Click" Height ="79px" Width ="106px" /></td>
<td width="6" style="height: 83px">&nbsp;</td>
<td width="106" style="height: 83px"><asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/userimages/sree123.jpg" OnClick="ImageButton2_Click" Height ="79px" Width ="106px" /></td>
<td width="7" style="height: 83px">&nbsp;</td>
<td width="107" style="height: 83px"><asp:ImageButton id="ImageButton3" onclick="ImageButton2_Click" runat="server" Width="106px" ImageUrl="~/userimages/saj123.jpg" Height="79px"></asp:ImageButton></td>
<td width="7" style="height: 83px">&nbsp;</td>
<td style="height: 83px; width: 107px;"><asp:ImageButton id="ImageButton4" onclick="ImageButton2_Click" runat="server" Width="106px" ImageUrl="~/userimages/saj123.jpg" Height="79px"></asp:ImageButton></td>
<td style="height: 83px; width: 11px;">&nbsp;</td>
</tr>
<tr>
<td width="14" style="height: 19px"></td>
<td width="108" align ="center" valign ="top" style="height: 19px"><span style =" color :White; font-family :Verdana ; font-size :8pt; font-weight :bold ">Sajana</span></td>
<td width="6" style="height: 19px"></td>
<td width="106" align ="center" valign ="top" style="height: 19px"><span style =" color :White; font-family :Verdana ; font-size :8pt; font-weight :bold ">Sreejith</span></td>
<td width="7" style="height: 19px"></td>
<td width="107" style="height: 19px"></td>
<td width="7" style="height: 19px"></td>
<td style="width: 107px; height: 19px" ></td>
<td style="width: 11px; height: 19px" ></td>
</tr>
<tr>
<td height="82">&nbsp;</td>
<td height="82"><asp:ImageButton id="ImageButton5" onclick="ImageButton2_Click" runat="server" Width="106px" ImageUrl="~/userimages/saj123.jpg" Height="79px"></asp:ImageButton></td>
<td height="82">&nbsp;</td>
<td height="82"><asp:ImageButton id="ImageButton6" onclick="ImageButton2_Click" runat="server" Width="106px" ImageUrl="~/userimages/saj123.jpg" Height="79px"></asp:ImageButton></td>
<td height="82">&nbsp;</td>
<td height="82"><asp:ImageButton id="ImageButton7" onclick="ImageButton2_Click" runat="server" Width="106px" ImageUrl="~/userimages/saj123.jpg" Height="79px"></asp:ImageButton></td>
<td height="82">&nbsp;</td>
<td height="82" style="width: 107px"><asp:ImageButton id="ImageButton8" onclick="ImageButton2_Click" runat="server" Width="106px" ImageUrl="~/userimages/saj123.jpg" Height="79px"></asp:ImageButton></td>
<td height="82" style="width: 11px">&nbsp;</td>
</tr>

</td>
</tr>



<asp:LinkButton ID="link1" runat ="server" ForeColor ="Chocolate" Text ="View More" CssClass ="style4 style5" OnClick="link1_Click" ></asp:LinkButton>

The following is the code behind

protected void ImageButton2_Click(object sender, ImageClickEventArgs e)
{
Response.Redirect("MyPage.aspx");
}
protected void link1_Click(object sender, EventArgs e)
{
Response.Redirect("MyPage.aspx");
}
GeneralRe: LinkButton problem Pin
N a v a n e e t h14-Apr-08 20:22
N a v a n e e t h14-Apr-08 20:22 
GeneralRe: LinkButton problem Pin
Soumini Ramakrishnan14-Apr-08 20:31
Soumini Ramakrishnan14-Apr-08 20:31 
GeneralRe: LinkButton problem Pin
Nouman Bhatti14-Apr-08 21:29
Nouman Bhatti14-Apr-08 21:29 
GeneralRe: LinkButton problem Pin
eyeseetee14-Apr-08 21:38
eyeseetee14-Apr-08 21:38 
GeneralRe: LinkButton problem Pin
Soumini Ramakrishnan14-Apr-08 23:33
Soumini Ramakrishnan14-Apr-08 23:33 
Questioni want to know the number hits customers are visting Pin
ajaych14-Apr-08 19:02
ajaych14-Apr-08 19:02 
GeneralRe: i want to know the number hits customers are visting Pin
Christian Graus14-Apr-08 19:17
protectorChristian Graus14-Apr-08 19:17 
GeneralRe: i want to know the number hits customers are visting Pin
Soumini Ramakrishnan14-Apr-08 19:31
Soumini Ramakrishnan14-Apr-08 19:31 
GeneralRe: i want to know the number hits customers are visting Pin
Christian Graus14-Apr-08 19:36
protectorChristian Graus14-Apr-08 19:36 
GeneralRe: i want to know the number hits customers are visting Pin
Soumini Ramakrishnan14-Apr-08 19:49
Soumini Ramakrishnan14-Apr-08 19:49 
GeneralRe: i want to know the number hits customers are visting Pin
Christian Graus14-Apr-08 19:53
protectorChristian Graus14-Apr-08 19:53 
GeneralRe: i want to know the number hits customers are visting Pin
Soumini Ramakrishnan14-Apr-08 20:03
Soumini Ramakrishnan14-Apr-08 20:03 
GeneralRe: i want to know the number hits customers are visting Pin
N a v a n e e t h14-Apr-08 20:15
N a v a n e e t h14-Apr-08 20:15 
GeneralRe: i want to know the number hits customers are visting Pin
Christian Graus14-Apr-08 21:12
protectorChristian Graus14-Apr-08 21:12 
GeneralRe: i want to know the number hits customers are visting Pin
N a v a n e e t h14-Apr-08 21:23
N a v a n e e t h14-Apr-08 21:23 
GeneralRe: i want to know the number hits customers are visting Pin
ajaych15-Apr-08 19:50
ajaych15-Apr-08 19:50 
GeneralRe: i want to know the number hits customers are visting Pin
Christian Graus16-Apr-08 11:18
protectorChristian Graus16-Apr-08 11:18 

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.