Click here to Skip to main content
15,885,767 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questioncatastrophic failure [modified] Pin
Nilesh Hapse27-Apr-07 1:54
Nilesh Hapse27-Apr-07 1:54 
AnswerRe: catastrophic failure Pin
Christian Graus27-Apr-07 19:56
protectorChristian Graus27-Apr-07 19:56 
Questiondebug and build in vb.net Pin
FeRtoll27-Apr-07 1:04
FeRtoll27-Apr-07 1:04 
AnswerRe: debug and build in vb.net Pin
Christian Graus27-Apr-07 1:57
protectorChristian Graus27-Apr-07 1:57 
GeneralRe: debug and build in vb.net Pin
FeRtoll3-May-07 20:27
FeRtoll3-May-07 20:27 
QuestionPDF without flattened images Pin
vsambhe27-Apr-07 0:46
vsambhe27-Apr-07 0:46 
QuestionPreviousPage.FindControl with a drop down list Pin
nickrjsmith27-Apr-07 0:18
nickrjsmith27-Apr-07 0:18 
AnswerRe: PreviousPage.FindControl with a drop down list Pin
Arun.Immanuel27-Apr-07 2:11
Arun.Immanuel27-Apr-07 2:11 
Instead of trying to do like this,
use a button without any postback property
and on the button_click event
write something like this:

----------------------------------------------------
Use sessions to store the value of the 2 controls.
Response.Redirect("Page2.aspx")
----------------------------------------------------


In the page load event of the second page:

----------------------------------------------------
Use sessions to retrieve the session values.
----------------------------------------------------







Regards,
Arun Kumar.A

GeneralRe: PreviousPage.FindControl with a drop down list Pin
nickrjsmith27-Apr-07 2:12
nickrjsmith27-Apr-07 2:12 
GeneralRe: PreviousPage.FindControl with a drop down list Pin
nickrjsmith27-Apr-07 2:13
nickrjsmith27-Apr-07 2:13 
GeneralRe: PreviousPage.FindControl with a drop down list Pin
Arun.Immanuel27-Apr-07 3:37
Arun.Immanuel27-Apr-07 3:37 
GeneralRe: PreviousPage.FindControl with a drop down list Pin
Arun.Immanuel27-Apr-07 2:52
Arun.Immanuel27-Apr-07 2:52 
Questionthe "top" property of a control returns 0 Pin
shubumpkin26-Apr-07 23:57
shubumpkin26-Apr-07 23:57 
AnswerRe: the "top" property of a control returns 0 Pin
Dave Kreskowiak27-Apr-07 4:14
mveDave Kreskowiak27-Apr-07 4:14 
QuestionHow to create DLL with vb.net to run with rundll32.exe Pin
Reuven Elliassi26-Apr-07 22:08
Reuven Elliassi26-Apr-07 22:08 
AnswerRe: How to create DLL with vb.net to run with rundll32.exe Pin
Christian Graus26-Apr-07 23:09
protectorChristian Graus26-Apr-07 23:09 
GeneralRe: How to create DLL with vb.net to run with rundll32.exe Pin
Reuven Elliassi26-Apr-07 23:40
Reuven Elliassi26-Apr-07 23:40 
QuestionZModem Code Pin
tomtom7626-Apr-07 21:46
tomtom7626-Apr-07 21:46 
QuestionDataGrid View Control Doubt Pin
A.Muthunagai26-Apr-07 21:39
A.Muthunagai26-Apr-07 21:39 
QuestionGetting the path of a selected file thats is to be copied Pin
aasim baltee26-Apr-07 20:27
aasim baltee26-Apr-07 20:27 
QuestionProblem while reading from CSV file in VB 6.0 Pin
virendra_00726-Apr-07 19:40
virendra_00726-Apr-07 19:40 
AnswerRe: Problem while reading from CSV file in VB 6.0 Pin
manowj26-Apr-07 21:08
manowj26-Apr-07 21:08 
GeneralRe: Problem while reading from CSV file in VB 6.0 Pin
virendra_00726-Apr-07 22:39
virendra_00726-Apr-07 22:39 
GeneralRe: to Manoj Pin
virendra_00727-Apr-07 1:34
virendra_00727-Apr-07 1:34 
QuestionQuestions on Data Reports [modified] Pin
Kumaran21cen26-Apr-07 18:07
Kumaran21cen26-Apr-07 18:07 

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.