Project update


The development of the project Scoilnet, portal for Irish Education, is going well.

We're going to have a user testing phase next week, mostly schools.

So the pressure is on me actually !

I still have a couple of pages to finish before Friday, so it's going to be tough.

Something give me some headache today, and I found another way to do it, but it's apity I couldn't figure out how to do it the proper way.
My issue was to pass a value between two controls in the same event cycle.

I tried to use a viewstate but apparently it didn't worked, couldn't read the value from the second control.
I read somewhere tht I could use Saveviewstate method but didn't found the right syntax.

It works now by doing something totally different: affecting the value needed inside the second control before passing the result to the next page using http context and server transfer.

But I am still opened to any suggestion !


 

No Comments