Click here to Skip to main content
15,910,234 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: code for a Hyperlink inside a datalist Pin
_AK_1-Jan-09 23:09
_AK_1-Jan-09 23:09 
GeneralRe: code for a Hyperlink inside a datalist Pin
R11191-Jan-09 23:11
R11191-Jan-09 23:11 
GeneralRe: code for a Hyperlink inside a datalist Pin
_AK_1-Jan-09 23:15
_AK_1-Jan-09 23:15 
GeneralRe: code for a Hyperlink inside a datalist Pin
N a v a n e e t h1-Jan-09 23:43
N a v a n e e t h1-Jan-09 23:43 
QuestionHow to Check the Incoming Mail. Pin
Member 47201841-Jan-09 22:37
Member 47201841-Jan-09 22:37 
AnswerRe: How to Check the Incoming Mail. Pin
_AK_1-Jan-09 23:12
_AK_1-Jan-09 23:12 
GeneralRe: How to Check the Incoming Mail. Pin
N a v a n e e t h1-Jan-09 23:52
N a v a n e e t h1-Jan-09 23:52 
QuestionIts regarding datalist... Pin
R11191-Jan-09 21:04
R11191-Jan-09 21:04 
Hi to all,

I am using datalist control in which I have to display two items.
1.image
2.name

Code for datalist:

<asp:DataList ID="DataList1" runat="server" CellPadding="4" <br />
ForeColor="#333333" RepeatDirection="Horizontal" CellSpacing="35" <br />
    RepeatColumns="3" Width="546px" <br />
    onselectedindexchanged="DataList1_SelectedIndexChanged"><br />
    <ItemTemplate><br />
        <table><br />
            <tr><br />
                <td><br />
                    <asp:ImageButton ID="ImageButton1" runat="server" Height="100px" Width="100px" ImageUrl='<%# Eval("cat_image") %>'  /><br />
                    <asp:HyperLink ID="HyperLink1" runat="server" Text='<%# Eval("category_name") %>' Font-Bold="true" /><br />
                </td><br />
            </tr><br />
        </table><br />
    </ItemTemplate><br />
    <FooterStyle BackColor="#5D7B9D" Font-Bold="True" ForeColor="White" /><br />
    <AlternatingItemStyle BackColor="White" ForeColor="#284775" /><br />
    <ItemStyle BackColor="#F7F6F3" ForeColor="#333333" /><br />
    <SelectedItemStyle BackColor="#E2DED6" Font-Bold="True" ForeColor="#333333" /><br />
    <HeaderStyle BackColor="#5D7B9D" Font-Bold="True" ForeColor="White" /><br />
</asp:DataList>


Is this the right way?????
or we have to give the complete path.
AnswerRe: Its regarding datalist... Pin
N a v a n e e t h1-Jan-09 21:09
N a v a n e e t h1-Jan-09 21:09 
GeneralRe: Its regarding datalist... Pin
R11191-Jan-09 21:12
R11191-Jan-09 21:12 
GeneralRe: Its regarding datalist... Pin
R11191-Jan-09 22:12
R11191-Jan-09 22:12 
GeneralRe: Its regarding datalist... Pin
Brij1-Jan-09 22:20
mentorBrij1-Jan-09 22:20 
GeneralRe: Its regarding datalist... Pin
R11191-Jan-09 22:22
R11191-Jan-09 22:22 
GeneralRe: Its regarding datalist... Pin
R11191-Jan-09 22:23
R11191-Jan-09 22:23 
GeneralRe: Its regarding datalist... Pin
R11191-Jan-09 22:26
R11191-Jan-09 22:26 
GeneralRe: Its regarding datalist... Pin
_AK_1-Jan-09 23:10
_AK_1-Jan-09 23:10 
GeneralRe: Its regarding datalist... Pin
R11191-Jan-09 22:37
R11191-Jan-09 22:37 
GeneralRe: Its regarding datalist... Pin
Abhijit Jana1-Jan-09 22:24
professionalAbhijit Jana1-Jan-09 22:24 
GeneralRe: Its regarding datalist... Pin
R11191-Jan-09 22:28
R11191-Jan-09 22:28 
GeneralRe: Its regarding datalist... Pin
R11191-Jan-09 22:33
R11191-Jan-09 22:33 
GeneralRe: Its regarding datalist... Pin
R11191-Jan-09 22:39
R11191-Jan-09 22:39 
GeneralRe: Its regarding datalist... Pin
_AK_1-Jan-09 23:08
_AK_1-Jan-09 23:08 
JokeRe: Its regarding datalist... Pin
Abhijit Jana1-Jan-09 23:59
professionalAbhijit Jana1-Jan-09 23:59 
Questiongoogle Response.Write(Request.QueryString("q")) Pin
love_man0011-Jan-09 21:04
love_man0011-Jan-09 21:04 
AnswerRe: google Response.Write(Request.QueryString("q")) Pin
N a v a n e e t h1-Jan-09 21:12
N a v a n e e t h1-Jan-09 21:12 

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.