You need to Register for free and Login to post a message in the forum.

Forum

Subject: Pass values from one control page to another ?
Prev Next
You are not authorized to post a reply.

Author Messages
parag

Posts:10

22 Dec 2005 7:02 AM  

Hi

I want to pass values from one control  page to another control page without using queystring,or cookies  method.

Take for eg a user name "hash" which i can show it in another page as login name .

I have tried out Context and session methods ...but invain .May be i have got something wrong in my code.

 

Please if anybody can help me sort out the problem. 

 

leesykes
DNN Creative Staff
Nuke Master III
Nuke Master III
Posts:3375

22 Dec 2005 7:27 AM  
Hello,

If you are wanting to grab items such as Username, you can do that easily within the code. But I think you're wanting to pass parameters that someone is entering in a form through to another page?

I had this same problem when i was capturing several pages of data, if I put it in Viewstate the viewstate would be massive, it was way too much data to put into a URL string, cookies - a possibility  etc.. The workaround I did was to store the data directly in the database from each page, but - I did not have to call up previous data on the later pages, so again this may not suit. - The problem with this is it means you are accessing the database several times to add / recall content, which is not good practice.

Have you found any modules that do the task that you require? - I find it useful to refer to the source code of a module that can do the task and then adapt it to suit my needs.

Otherwise, I would try the asp.net forums for advice on best practice.

You may also find further information here:

 http://www.4guysfromrolla.com/

This is an excellent resource for asp.net programming.

I would be interested to hear the solution you implement, so let us know.

Lee Sykes
Site Administrator
Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

Twitter: www.twitter.com/leesykes

Lee Sykes's Facebook Profile
You are not authorized to post a reply.
Forums > DotNetNuke® > DotNetNuke® Questions > Pass values from one control page to another ?



ActiveForums 3.7

Latest Forum Posts

RE: localhost Install issues by cdees
Lee: I wanted to follow up on this for anyone following this thread. I have been unable to solve t...
RE: Add New Profile Properties by WSI
HI Joe, The DNN version is 4.5.5. Thanks, Cliff
Change Skin on URL by vinita
Hi,Can the skin be changed based on the url used to access a portal. Multiple portal aliases may be ...
problem creating child portal by kabamaro
  Hello all i have 4 Aliases for my parent portal , lets call them X,y,Z,WIn all Aliases i can creat...
problem creating child portal by kabamaro
  Hello all i have 4 Aliases for my parent portal , lets call them X,y,Z,WIn all Aliases i can creat...
Best DNN portal ever! by derpir
I have been a subscriber since august 2008, and DNNCreative.com is simply the best DNN Portal, their...
RE: skinning trouble by derpir
Hello Yes could you be so kind and take a look att the htm-file and css-file.I would be very gratef...
Search function is not working by kishorpawar
I am using Seach module in my project but not working, i have set   host setting alsoHost --> Schedu...
RE: backend is changing from sql2005 to sql2008 by leesykes
hello,There should not be any code changes needed, but you'll need to make sure that SQL 2008 upgrad...
RE: skinning trouble by leesykes
Hello,I would need to see your code to help you with this one, you can zip up your files and attach ...
RE: Installing DotNetNuke 4.9.00 on VWD 2005 w/ SQL server 2008 by leesykes
I have run a test with SQL Server 2008 express and DotNetNuke installed in exactly the the same way ...
RE: Issue 39 Interview by leesykes
thanks Bill, glad it was useful, we will have a think about the best way to approach this,Thanks,
RE: Issue 39 Authentication by leesykes
yes I have a live site in 4.9.0 at it seems stable as well.
backend is changing from sql2005 to sql2008 by meenu
hi all advance thanks. in my DNN0408 website am using sql2005 as backend.now planning to remove sq...
About catalook error by kishorpawar
 I am  using dnn 4.8.4 version in my project, this  site is in 2 language,whenver i click on the BYN...
RE: Menu Keeps Verticaly by ruimacdonald
Tnx for your help. It's done. Rui
RE: Menu Keeps Verticaly by jncraig
The configuration of the MENU skin object is defined in the skin.xml file. You'll need to modify th...
RE: Add New Profile Properties by jncraig
I have not seen that problem. Which version of DotNetNuke are you using?
RE: Issue 39 Authentication by jncraig
I've been developing a new site using 4.9.0 and finding it quite stable.
RE: Installing DotNetNuke 4.9.00 on VWD 2005 w/ SQL server 2008 by jncraig
You should have no problem using SQL Server 2008 Express. I'm pretty sure that the connection strin...
AppTheory
RSS Feeds