another newbie question: How to in the IDE

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

  1. #1

    Default another newbie question: How to in the IDE

    All the examples I have on using a Datalist use it in the same file as the
    HTML
    I am useing the VS IDE.

    I am doing code behind and am a bit confused as to where to do what.

    I placed a Datalist on the control, made a procedure that hits the database,
    call it and it binds to the datalist and produces as it should, but I was
    trying to produce ItemTemplate, SelectedItemTemplate, etc. and make it
    function...

    Is there no way to do it other than go to the HTML code?

    I can't seem to find any tutorials on doing things like that with the IDE.

    Any advice appreciated.

    Shane


    SStory Guest

  2. Similar Questions and Discussions

    1. Newbie Question: Biz Card Template Question
      Hi, I got the Pagemaker PlugIn - I am using one of the templates for Business Cards - the elements appear to be grouped (bound box all around when I...
    2. A newbie with a newbie question
      Good afternoon everyone, My Name is Dusty I am new to this forum and pretty new to Acrobat. I have Acrobat 9 running on an IMAC running 10.5.2 I...
    3. newbie question,,,
      I converted an AVI to FLV in the encoder. The resulsting file only opens a blank flash 8 player. I can't even get it to play within the flash app....
    4. Pen Tool Use Question. (Embarrassingly Newbie Question)
      I'm currently using Flash MX and whenever I choose the Pen Tool instead of the pen nib with the small "x" beside it that supposed to show up on...
    5. Newbie OO question
      In article <EbkRa.331382$fC.2436421@news.easynews.com>, "Ed W" <dodgynewsgroups@ewildgoose.demon.co.uk> wrote: perldoc perltoot it's all you...
  3. #2

    Default Re: another newbie question: How to in the IDE

    The only difference is that the CodeBehind class is in a separate file,
    instead of in a <script runat="server"> code block in your Page Template.

    --
    HTH,

    Kevin Spencer
    Microsoft MVP
    ..Net Developer
    [url]http://www.takempis.com[/url]
    Complex things are made up of
    lots of simple things.

    "SStory >" <Shane_Story@online.msn.com <remove the 'online.' to send me
    mail> wrote in message news:%23GeGCLsWDHA.1640@TK2MSFTNGP10.phx.gbl...
    > All the examples I have on using a Datalist use it in the same file as the
    > HTML
    > I am useing the VS IDE.
    >
    > I am doing code behind and am a bit confused as to where to do what.
    >
    > I placed a Datalist on the control, made a procedure that hits the
    database,
    > call it and it binds to the datalist and produces as it should, but I was
    > trying to produce ItemTemplate, SelectedItemTemplate, etc. and make it
    > function...
    >
    > Is there no way to do it other than go to the HTML code?
    >
    > I can't seem to find any tutorials on doing things like that with the IDE.
    >
    > Any advice appreciated.
    >
    > Shane
    >
    >

    Kevin Spencer 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