Getting data values throughout a page with ASP.net?

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default Getting data values throughout a page with ASP.net?

    Hi all,

    I'm considering options for having information throughout a web page
    extracted from a single database record using Dreamweaver MX 2004 and
    ASP.net. I'm an absolute novice at this. Are there tools or extensions for
    having a single query run against the data and its returned values placed in
    various locations on a page or is one query for each placement required?

    I can do this very easily in an executable with Delphi and CGI-expert, but
    I'd rather migrate this work to an industry standard tool.

    Thanks.

    Bill




    Bill C Guest

  2. Similar Questions and Discussions

    1. Style changes based upon Data Values
      I want to change the style of a data presented based upon the value of the data. For example, I if the value is positive I want it to appear black...
    2. Data Values above column on bar chart
      I'm trying to get data values to apear above its respective column in a bar chart. I can do this by hand, but when I reload the data locations get...
    3. passing 2 values from a page to another ASP page
      <a href="page2.asp?var1=Value1&var2=Value2">click</a> or use a link that invokes some javascript to post the form -if- you still want to use a...
    4. What would be the best data structure to keep these values
      Hi people, I want trap the results of 'ps -ef' command. I first trap the results by splitting the results in scalar values such as $uid $pid...
    5. Accessing Values of local variables in previous page when using custom error page
      Hello, I have created a nice funky 500 - 100 error page which gives a nicer error; happily loops through and supplies querysting information, all...
  3. #2

    Default Re: Getting data values throughout a page with ASP.net?

    DW contains ASP.Net server behaviours to do this sort of thing for you.

    --
    Regards

    Paul Whitham
    Macromedia Certified Professional for Dreamweaver MX2004
    Valleybiz Internet Design
    [url]www.valleybiz.net[/url]

    Team Macromedia Volunteer for Ultradev/Dreamweaver MX
    [url]www.macromedia.com/support/forums/team_macromedia[/url]

    "Bill C" <macromedianewsgroup@nobsysRemoveThisAndThis.net > wrote in message
    news:d1dlsm$2bj$1@forums.macromedia.com...
    > Hi all,
    >
    > I'm considering options for having information throughout a web page
    > extracted from a single database record using Dreamweaver MX 2004 and
    > ASP.net. I'm an absolute novice at this. Are there tools or extensions for
    > having a single query run against the data and its returned values placed
    in
    > various locations on a page or is one query for each placement required?
    >
    > I can do this very easily in an executable with Delphi and CGI-expert, but
    > I'd rather migrate this work to an industry standard tool.
    >
    > Thanks.
    >
    > Bill
    >
    >
    >
    >

    Paul Whitham TMM Guest

  4. #3

    Default Re: Getting data values throughout a page with ASP.net?

    Thank you!


    "Paul Whitham TMM" <paul@valleybiz.net> wrote in message
    news:d1kqpt$n7l$1@forums.macromedia.com...
    > DW contains ASP.Net server behaviours to do this sort of thing for you.
    >
    > --
    > Regards
    >
    > Paul Whitham
    > Macromedia Certified Professional for Dreamweaver MX2004
    > Valleybiz Internet Design
    > [url]www.valleybiz.net[/url]
    >
    > Team Macromedia Volunteer for Ultradev/Dreamweaver MX
    > [url]www.macromedia.com/support/forums/team_macromedia[/url]
    >
    > "Bill C" <macromedianewsgroup@nobsysRemoveThisAndThis.net > wrote in
    message
    > news:d1dlsm$2bj$1@forums.macromedia.com...
    > > Hi all,
    > >
    > > I'm considering options for having information throughout a web page
    > > extracted from a single database record using Dreamweaver MX 2004 and
    > > ASP.net. I'm an absolute novice at this. Are there tools or extensions
    for
    > > having a single query run against the data and its returned values
    placed
    > in
    > > various locations on a page or is one query for each placement required?
    > >
    > > I can do this very easily in an executable with Delphi and CGI-expert,
    but
    > > I'd rather migrate this work to an industry standard tool.
    > >
    > > Thanks.
    > >
    > > Bill
    > >
    > >
    > >
    > >
    >
    >

    Bill C 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