LinkButton problem
-
I have one link button and 8 image buttons in my page. First time when the page is loaded, the link button is not appearing as a link. It looks like normal text. When I click on one of the Image Buttons the page will refresh and now onwards Link Button will appear as a link. Anyone have an idea?
-
I have one link button and 8 image buttons in my page. First time when the page is loaded, the link button is not appearing as a link. It looks like normal text. When I click on one of the Image Buttons the page will refresh and now onwards Link Button will appear as a link. Anyone have an idea?
Yes, your code is broken. Hard to say more without seeing it, I'd guess you have a problem with order of functions being called.
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
Yes, your code is broken. Hard to say more without seeing it, I'd guess you have a problem with order of functions being called.
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
This is the aspx code: <tr> <td width="14" style="height: 83px"> </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"> </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"> </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"> </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;"> </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: 1
-
This is the aspx code: <tr> <td width="14" style="height: 83px"> </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"> </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"> </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"> </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;"> </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: 1
Soumini Ramakrishnan wrote:
CssClass ="style4 style5"
Might be some styles issue. Do you have anything in
page_load
?All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions
-
Soumini Ramakrishnan wrote:
CssClass ="style4 style5"
Might be some styles issue. Do you have anything in
page_load
?All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions
Page_Load block is empty
-
This is the aspx code: <tr> <td width="14" style="height: 83px"> </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"> </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"> </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"> </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;"> </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: 1
there must be a problem with your CSS class
-
there must be a problem with your CSS class
-
there must be a problem with your CSS class
Yes, It was a css issue . The name of the css class was wrong. Thanks to all