Click here to Skip to main content
15,917,005 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Update HTML programmatically Pin
Christian Graus1-Jun-05 11:15
protectorChristian Graus1-Jun-05 11:15 
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 
Hi Everyone,

I am very new to ASP.NET (student on work placement!) and I have created a form & table page which works no problem, the problem is when I try to split them up onto two pages. Cry | :((

I have a form page with loads of fields(around 50) a mix of ddl's, text fields, checkboxes etc. that the user fills in e.g. to list ingredients and prices for a new article. From this I have created a dataset to hold all the info. Then I also have another page that is a datagrid that lists a summary of the users articles using the dataset but only a few of the fields, when the user wants to edit a row in the table they will get redirected back to the form and all the articles information will be filled into the appropriate fields. So my question:

Do I have to create session state variables for every single field and then set them in the form page's page_load handler? or is there a easier way, something like creating an object of the table row like:

datasetIndex = e.Item.ItemIndex
activeRow = oDsArticle.NewArticle(datasetIndex)

and sending it in a session state and then somehow I can access all the fields through this object? I need all the help I can get!!!

Thanks in advance!

Sharon


GeneralRe: Using session states?? :(( Pin
Christian Graus30-May-05 12:19
protectorChristian Graus30-May-05 12:19 
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 

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.