ItemTemplate using IDE??

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default ItemTemplate using IDE??

    How do I set the Item template using the IDE?

    I have ASP Unleashed book but it is all code.

    I found the Edit Template, but don' t know what to do within that dialog.

    What is the normal manner of doing this?

    Thanks

    Shane


    SStory Guest

  2. Similar Questions and Discussions

    1. Using an IF statment within an ItemTemplate
      Hello, I have a datagrid listing bill to addresses. One column specifies whether or not the bill to is the primary for the customer. Here's my...
    2. ItemTemplate visible
      Hi there! This works fine: <asp:Panel Runat=server Visible=<%# DataBinder.Eval (Container.DataItem,"Active") %>>b</asp:Panel> With this the...
    3. Value from ItemTemplate?
      Hello, This should be simple question. I thought I could solve it by my own, but unfortunaly I am not able. I have a datagrid with several...
    4. datagrid itemtemplate help
      Dear All, In my datagrid, i want to add a logic to it. that is, if the result for the data equals to "Yes", a "asp:label" control will be...
    5. ItemTemplate help
      I am dynamically creating columns in a grid with an ItemTemplate. Below is my custom item template derived from ITemplate and further down is my...
  3. #2

    Default Re: ItemTemplate using IDE??

    Once you are editing the template, you will see boxes for things like: Item
    Template, Alternate Item Template, etc (depending on your object). You can
    drag and drop items from the toolbar into the template boxes.

    Typically, to get the exact layout, one then has to switch into HTML mode
    and modify it a bit.

    You can also type in the asp code directly in the .aspx in HTML mode.

    "SStory >" <Shane_Story@online.msn.com <remove the 'online.' to send me
    mail> wrote in message news:%23EH2WurWDHA.1384@TK2MSFTNGP10.phx.gbl...
    > How do I set the Item template using the IDE?
    >
    > I have ASP Unleashed book but it is all code.
    >
    > I found the Edit Template, but don' t know what to do within that dialog.
    >
    > What is the normal manner of doing this?
    >
    > Thanks
    >
    > Shane
    >
    >

    Marina Guest

  4. #3

    Default Re: ItemTemplate using IDE??

    Do you mainly use Web Controls and not the HTML controls? -- I would think
    so...

    These controls that you'd drop on would they be web controls?

    Also, do you just use flow layout and Tables or what? Maybe some controls.

    I am almost getting the hang of it, but not quite sure of everything.. Have
    several books but all in code.

    So can you set the page to flow mode and then place a panel control in I
    guess that uses grid mode in itself and mix things like that?

    Thanks for answering so many of my questions..

    Shane


    "Marina" <zlatkinam@nospam.hotmail.com> wrote in message
    news:#JzTY5rWDHA.656@tk2msftngp13.phx.gbl...
    > Once you are editing the template, you will see boxes for things like:
    Item
    > Template, Alternate Item Template, etc (depending on your object). You
    can
    > drag and drop items from the toolbar into the template boxes.
    >
    > Typically, to get the exact layout, one then has to switch into HTML mode
    > and modify it a bit.
    >
    > You can also type in the asp code directly in the .aspx in HTML mode.
    >
    > "SStory >" <Shane_Story@online.msn.com <remove the 'online.' to send me
    > mail> wrote in message news:%23EH2WurWDHA.1384@TK2MSFTNGP10.phx.gbl...
    > > How do I set the Item template using the IDE?
    > >
    > > I have ASP Unleashed book but it is all code.
    > >
    > > I found the Edit Template, but don' t know what to do within that
    dialog.
    > >
    > > What is the normal manner of doing this?
    > >
    > > Thanks
    > >
    > > Shane
    > >
    > >
    >
    >

    SStory Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139