473,698 Members | 2,571 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Add an array to ViewState

Folks,

How to add an array to a ViewState in C#?

I'm doing the following and .net does not likes it.

ViewState["HeadingArr ay"] = HeadingArray;

where HeadingArray is a two dimensional array.

Any thoughts is really appreciated. thanks....

I also tried

ViewState["HeadingArr ay"] = (object) HeadingArray;

but no use..it still throws error.
Nov 18 '05 #1
2 4022
This doesn't sound like something to put into the viewstate. Does it advise
you to implement a type converter? You could try going that route,
implement a type converter to string-ify your array...

"Gopal Krish" <ge*****@yahoo. com> wrote in message
news:8b******** *************** ***@posting.goo gle.com...
Folks,

How to add an array to a ViewState in C#?

I'm doing the following and .net does not likes it.

ViewState["HeadingArr ay"] = HeadingArray;

where HeadingArray is a two dimensional array.

Any thoughts is really appreciated. thanks....

I also tried

ViewState["HeadingArr ay"] = (object) HeadingArray;

but no use..it still throws error.

Nov 18 '05 #2
It simply says invalid cast....doesn't even give a line number...

What's funny is this works perfectly with one dimension arrays. Only
with two dimensions and more it gives this error.

I have circumvented this problem by using two one dimension arrays for
now.

But still wondering if there is a technical reason behind it.

Thanks...

"Damon Payne" <da***@damonpay ne.com> wrote in message news:<Js******* **********@twis ter.rdc-kc.rr.com>...
This doesn't sound like something to put into the viewstate. Does it advise
you to implement a type converter? You could try going that route,
implement a type converter to string-ify your array...

"Gopal Krish" <ge*****@yahoo. com> wrote in message
news:8b******** *************** ***@posting.goo gle.com...
Folks,

How to add an array to a ViewState in C#?

I'm doing the following and .net does not likes it.

ViewState["HeadingArr ay"] = HeadingArray;

where HeadingArray is a two dimensional array.

Any thoughts is really appreciated. thanks....

I also tried

ViewState["HeadingArr ay"] = (object) HeadingArray;

but no use..it still throws error.

Nov 18 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

11
2169
by: Stephen | last post by:
I was wondering if someone can help me with an web application design problem. I have a aspx page which builds up an arraylist called addresses and outputs the values in the arraylist items to a datagrid. I am using the viewstate object to store the Arraylist items on the page on postback. My PROBLEM is that I need to redirect the user to a new aspx page and on this new page i need to be able to access the items in my arraylist. Is this...
0
1303
by: wASP | last post by:
I thought it was something relatively simple: ViewState = SomeObj; Then: SomeObj = ViewState; So, in my own code, I have this on the initial load:
1
8505
by: John Miller | last post by:
I'm developing a form that captures patient information. In the form, I need the ability to add several insurance policies. The approach I have decided to take is to load the separate insurance policies into a multidimensional array. So: // I create my array string arrInsurance = new string;
1
2120
by: bob | last post by:
I am a newbie. How do I add an array to a viewstate, then retreive the individual elements? Right now, I made an array with random numbers and when I go to access an element from different buttons, if I access the same element, it looks like it is putting new random numbers in the array. I just want to establish an array only once with random numbers, and being able to get the same answers when ever I access the elements of the array.
4
4516
by: Robert P. | last post by:
I can easily store a one-dimensional array in viewstate ( see Test1 ) If I try storing a multi-dimensional array in the viewstate it's crapping out on me when it goes to serialize the array (not when I make the assignment). Interestingly, I get a very different error depending on the type of array ( string or decimal ). I'm not doing anything fancy, just a regular old aspx page with a single
5
11312
by: danc | last post by:
I keep getting this error. I have scoured the web and could not find any applicable information. It seems to have really started since I upgraded to the 1.1 framework. Any help is appreciated. Using: *ASP.NET 1.1 *Single machine (no clusters) *Simple postbacks (no postbacks to different pages) *Using only Response.Redirect() when applicable *The page works fine. The error appears at random occasions.
0
991
by: Jennyfer J Barco | last post by:
Hello I'm trying to save an array into a viewstate, but I'm getting the error "Specified cast is not valid". The statement I'm using is Public profarray(,) As String 'defining the array viewstate("profarray") = profarray
2
10035
by: =?Utf-8?B?VG9kZCBKYXNwZXJz?= | last post by:
Hey guys, Can anyone tell me how I can do THIS (see code below) but in a STRING ARRAY instead? I really appreciate any help. I'm using C# in VS2005. public int intTotal { get {
0
8683
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8610
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9031
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8902
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8873
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
5862
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
3052
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2339
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2007
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.