Click here to Skip to main content
15,890,512 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralCombo Box showing through my calendar Pin
clabrett31-Jul-05 13:21
clabrett31-Jul-05 13:21 
Generalproxy Pin
buzzbusy31-Jul-05 7:06
buzzbusy31-Jul-05 7:06 
GeneralRe: proxy Pin
Dave Kreskowiak31-Jul-05 19:21
mveDave Kreskowiak31-Jul-05 19:21 
Generalcapture keyboard Pin
buzzbusy31-Jul-05 7:01
buzzbusy31-Jul-05 7:01 
GeneralRe: capture keyboard Pin
nick1131-Jul-05 19:16
nick1131-Jul-05 19:16 
GeneralData base login prompt while loading Crystal report Pin
abhinish30-Jul-05 20:50
abhinish30-Jul-05 20:50 
GeneralHELP PRINTING HTML Pin
Alasiad30-Jul-05 17:58
Alasiad30-Jul-05 17:58 
GeneralValue lifetime Pin
erikkl200030-Jul-05 6:25
erikkl200030-Jul-05 6:25 
Hello,
I am stroring querry string values in a hidden input html code. ((((( )))))

***I am using the values for parameter input for ddls.
Example: When the pageload event happens i store some of the values in an input (((((
))))) so they can be used for post back,, accosiated with ddl selections.

And i am accessing them throught the code behind ((((( Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
If Not Page.IsPostBack Then
hdnProductID.Value = Request.QueryString("IDProduct")
hdnAttributeCategoryTapeColorID.Value = Request.QueryString("IDAttributeCategoryTapeColor")
End If
End Sub))))

I have run debug and all of the value are just where they need to be.
My question here is, the value are there for the first postback: however, the values are not accessable for the next post back.

My question here is, what should i implement so that the values will be avaliable for the entire lifetime of the page?

Erik....

***I have implemented this with and with out the not.pageis postback
GeneralRe: Value lifetime Pin
Dave Kreskowiak1-Aug-05 7:31
mveDave Kreskowiak1-Aug-05 7:31 
Generalassignment grader Pin
mtate3230-Jul-05 5:19
mtate3230-Jul-05 5:19 
GeneralRe: assignment grader Pin
tazbird30-Jul-05 16:36
tazbird30-Jul-05 16:36 
GeneralRe: assignment grader Pin
mtate3231-Jul-05 6:11
mtate3231-Jul-05 6:11 
GeneralRe: assignment grader Pin
mtate3231-Jul-05 6:46
mtate3231-Jul-05 6:46 
GeneralRe: assignment grader Pin
mtate3231-Jul-05 6:44
mtate3231-Jul-05 6:44 
GeneralRe: assignment grader Pin
toppscrt1-Aug-05 18:32
toppscrt1-Aug-05 18:32 
GeneralRe: assignment grader Pin
mtate322-Aug-05 0:11
mtate322-Aug-05 0:11 
Generalu.are.u device linked with fingerprint recognition system in vb.net Pin
sscome30-Jul-05 3:29
sscome30-Jul-05 3:29 
GeneralRe: u.are.u device linked with fingerprint recognition system in vb.net Pin
Dave Kreskowiak31-Jul-05 19:17
mveDave Kreskowiak31-Jul-05 19:17 
GeneralForm Load and combobox Pin
Jodd30-Jul-05 1:23
Jodd30-Jul-05 1:23 
GeneralANSI & UNICODE Using VB 6 Pin
justzain29-Jul-05 22:19
justzain29-Jul-05 22:19 
Generalow to DragDrop a form with the mouse Pin
Member 195513229-Jul-05 20:39
Member 195513229-Jul-05 20:39 
GeneralRe: ow to DragDrop a form with the mouse Pin
Robert Rohde29-Jul-05 20:53
Robert Rohde29-Jul-05 20:53 
Questionhow to test if a datacolumn as changes Pin
isgrom29-Jul-05 13:26
isgrom29-Jul-05 13:26 
GeneralDrag-Drop, capture source's filename Pin
john john mackey29-Jul-05 12:15
john john mackey29-Jul-05 12:15 
Generalat the how to apply mutiple delimiter's end of a string within a textbox Pin
puppetgrimm129-Jul-05 10:49
puppetgrimm129-Jul-05 10: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.