Dynamic variables

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Fabio

    Dynamic variables

    Hi

    I am very new to C#.NET 2.0

    I was wondering if someone can help please.

    I have a screen with a datalist control. The data in the list can
    contain x amount of rows (usually a low number). When I click a button
    on the screen I want to build a dynamic 2 dymentional array or dataset
    (not sure of correct c# terminology), The code will then redirect to
    another page and that page needs to be able to read the recently built
    array.

    I currently have some code that will do the following:
    Loop each row in the dataset gathering the information required (not
    sure where to put it though) and then redirect to the next page.

    I will also need some example code to read the array.

    Any ideas?

    Thanks in advance


  • =?Utf-8?B?UGV0ZXIgQnJvbWJlcmcgW0MjIE1WUF0=?=

    #2
    RE: Dynamic variables

    Fabio,
    If you are currently at the experience level you describe (and let's not
    forget we were all there at one point or another) the best you could do for
    yourself is to start studying one or two good books on C# (and maybe ASP.NET
    cause that't what it sounds like you are doing). Otherwise, every time you
    need to learn how to do something you'll be posting to newsgroups and forums
    and waiting around for answers - if they come. The QUICKSTARTS section of
    the ASP.NET web site is also a great resource.
    Best of luck,
    -- Peter
    Site: http://www.eggheadcafe.com
    UnBlog: http://petesbloggerama.blogspot.com
    Short Urls & more: http://ittyurl.net


    "Fabio" wrote:
    Hi
    >
    I am very new to C#.NET 2.0
    >
    I was wondering if someone can help please.
    >
    I have a screen with a datalist control. The data in the list can
    contain x amount of rows (usually a low number). When I click a button
    on the screen I want to build a dynamic 2 dymentional array or dataset
    (not sure of correct c# terminology), The code will then redirect to
    another page and that page needs to be able to read the recently built
    array.
    >
    I currently have some code that will do the following:
    Loop each row in the dataset gathering the information required (not
    sure where to put it though) and then redirect to the next page.
    >
    I will also need some example code to read the array.
    >
    Any ideas?
    >
    Thanks in advance
    >
    >
    >

    Comment

    Working...