B
buzz
I am attempting to pass data between two asp.net web forms pages. I
have found the method to do this on the msdn site here:
http://msdn.microsoft.com/library/d...conPassingServerControlValuesBetweenPages.asp
After attempting to do this myself, I kept getting an Invalid Cast
Exception error, so I finally resorted to simply copying and pasting
the MS code in this article into two pages for the purpose of testing.
Surprisingly, I found myself with the exact same invalid cast error. No
idea what I'm missing here.
have found the method to do this on the msdn site here:
http://msdn.microsoft.com/library/d...conPassingServerControlValuesBetweenPages.asp
After attempting to do this myself, I kept getting an Invalid Cast
Exception error, so I finally resorted to simply copying and pasting
the MS code in this article into two pages for the purpose of testing.
Surprisingly, I found myself with the exact same invalid cast error. No
idea what I'm missing here.