Dynamic variables

  • Thread starter Thread starter Fabio
  • Start date Start date
F

Fabio

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top