Click here to Skip to main content
15,916,949 members
Home / Discussions / Web Development
   

Web Development

 
GeneralReturning array from VB component to ASP Page Pin
Pavneet Singh31-May-05 6:33
Pavneet Singh31-May-05 6:33 
GeneralDomain Masking Code Pin
Anonymous30-May-05 14:09
Anonymous30-May-05 14:09 
Generalshifting items in b/w list boxes Pin
azam31630-May-05 5:23
azam31630-May-05 5:23 
GeneralRe: shifting items in b/w list boxes Pin
JKroschel30-May-05 13:26
JKroschel30-May-05 13:26 
GeneralWrite a special program(xxx) :D Pin
rockxuyenmandem29-May-05 23:44
rockxuyenmandem29-May-05 23:44 
GeneralRe: Write a special program(xxx) :D Pin
JKroschel30-May-05 13:35
JKroschel30-May-05 13:35 
GeneralUsing session states?? :(( Pin
Member 191349829-May-05 23:15
Member 191349829-May-05 23:15 
GeneralRe: Using session states?? :(( Pin
Christian Graus30-May-05 12:19
protectorChristian Graus30-May-05 12:19 
Avoid session state, this is ASP.NET Smile | :)

The way to do this is to make both of these pages controls, then put them both on the one page, and make the navigation between pages hide and show them, so only one is visible. Then all your control variables will be available to you in your viewstate ( that is, you can just address the values in the controls on page 1 through properties, and pass them on to page 2 the same way )

Christian Graus - Microsoft MVP - C++
GeneralRe: Using session states?? :(( Pin
31-May-05 2:04
suss31-May-05 2:04 
GeneralRe: Using session states?? :(( Pin
Christian Graus31-May-05 11:09
protectorChristian Graus31-May-05 11:09 
GeneralWeb Service Exceptions at run time Pin
skrishnasarma29-May-05 22:39
skrishnasarma29-May-05 22:39 
GeneralRe: Web Service Exceptions at run time Pin
minhpc_bk30-May-05 18:23
minhpc_bk30-May-05 18:23 
GeneralHTML - DREAMWEAVER Pin
anonyy29-May-05 2:59
anonyy29-May-05 2:59 
Generalblinking cursor in a textbox control on webform Pin
blackbox32027-May-05 21:01
blackbox32027-May-05 21:01 
GeneralRe: blinking cursor in a textbox control on webform Pin
NeverHeardOfMe28-May-05 1:46
NeverHeardOfMe28-May-05 1:46 
GeneralRe: blinking cursor in a textbox control on webform Pin
NeverHeardOfMe28-May-05 8:55
NeverHeardOfMe28-May-05 8:55 
Generalretrieving currently logged on user with php Pin
sola oderinde27-May-05 20:34
sola oderinde27-May-05 20:34 
GeneralRe: retrieving currently logged on user with php Pin
alex.barylski29-May-05 12:55
alex.barylski29-May-05 12:55 
Generalunicode web page Pin
jbello26-May-05 7:22
jbello26-May-05 7:22 
GeneralRe: unicode web page OOps! Pin
jbello27-May-05 8:24
jbello27-May-05 8:24 
Questionhow to print webpage content? Pin
Mahantesh_Hongal26-May-05 2:18
Mahantesh_Hongal26-May-05 2:18 
AnswerRe: how to print webpage content? Pin
enjoycrack29-May-05 15:48
enjoycrack29-May-05 15:48 
Questionmple Sessions? Pin
25-May-05 10:10
suss25-May-05 10:10 
AnswerRe: mple Sessions? Pin
Anonymous27-May-05 17:01
Anonymous27-May-05 17:01 
QuestionHow to authencating user against Active directory through LDAP Pin
Nitinkg24-May-05 19:49
Nitinkg24-May-05 19:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.