Click here to Skip to main content
15,885,676 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionoutput string parameter Pin
Sonia Gupta21-Dec-07 17:30
Sonia Gupta21-Dec-07 17:30 
GeneralRe: output string parameter Pin
Christian Graus21-Dec-07 18:20
protectorChristian Graus21-Dec-07 18:20 
GeneralRe: output string parameter Pin
N a v a n e e t h21-Dec-07 19:56
N a v a n e e t h21-Dec-07 19:56 
GeneralRe: output string parameter Pin
Paul Conrad22-Dec-07 9:41
professionalPaul Conrad22-Dec-07 9:41 
QuestionArrayList on my Page Pin
Member 470022521-Dec-07 16:50
Member 470022521-Dec-07 16:50 
GeneralRe: ArrayList on my Page Pin
Christian Graus21-Dec-07 17:39
protectorChristian Graus21-Dec-07 17:39 
GeneralRe: ArrayList on my Page Pin
Member 470022521-Dec-07 18:16
Member 470022521-Dec-07 18:16 
GeneralRe: ArrayList on my Page Pin
Christian Graus21-Dec-07 18:19
protectorChristian Graus21-Dec-07 18:19 
Everything is going to work the same way, your options are:

1 - store it in viewstate ( this means it goes down to the client every time, making it insecure, and also making your pages huge )
2 - store it in the session ( I don't like this if I can avoid it )
3 - don't store it at all, redirect so some value is on your URL that allows you to rebuild the data from the database.
Christian Graus - Microsoft MVP - C++

"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

GeneralRe: ArrayList on my Page Pin
Member 470022521-Dec-07 19:06
Member 470022521-Dec-07 19:06 
GeneralSetting - ASP:Table Height to 100% Pin
AssemblySoft21-Dec-07 15:12
AssemblySoft21-Dec-07 15:12 
GeneralRe: Setting - ASP:Table Height to 100% Pin
Michael Sync21-Dec-07 20:47
Michael Sync21-Dec-07 20:47 
QuestionGridwiev to a formview Pin
Knowledgestudent21-Dec-07 10:28
Knowledgestudent21-Dec-07 10:28 
GeneralRe: Gridwiev to a formview Pin
Paul Conrad22-Dec-07 9:30
professionalPaul Conrad22-Dec-07 9:30 
GeneralRe: Gridwiev to a formview Pin
Knowledgestudent22-Dec-07 10:56
Knowledgestudent22-Dec-07 10:56 
GeneralRe: Gridwiev to a formview Pin
Paul Conrad23-Dec-07 7:52
professionalPaul Conrad23-Dec-07 7:52 
Generalautomatically generate a text file from the server Pin
kani9821-Dec-07 8:54
kani9821-Dec-07 8:54 
GeneralRe: automatically generate a text file from the server [modified] Pin
pmarfleet21-Dec-07 9:09
pmarfleet21-Dec-07 9:09 
GeneralWebcontrols.Login cookies Pin
thrakazog21-Dec-07 6:35
thrakazog21-Dec-07 6:35 
GeneralRe: Webcontrols.Login cookies Pin
pmarfleet21-Dec-07 7:57
pmarfleet21-Dec-07 7:57 
Questionhow to integrate paypal in my webpage for payments send and receive Pin
Mogaambo21-Dec-07 5:16
Mogaambo21-Dec-07 5:16 
GeneralRe: how to integrate paypal in my webpage for payments send and receive Pin
Paul Conrad22-Dec-07 9:31
professionalPaul Conrad22-Dec-07 9:31 
Questionhow to change the color of a grid view cells of a particular column dynamically Pin
jagan12321-Dec-07 3:43
jagan12321-Dec-07 3:43 
AnswerRe: how to change the color of a grid view cells of a particular column dynamically Pin
illusky23-Dec-07 15:04
illusky23-Dec-07 15:04 
QuestionHow to handle event of user control that are dynanically added in contentPlaceHolder of master page Pin
Yogesh_M21-Dec-07 2:52
Yogesh_M21-Dec-07 2:52 
AnswerRe: How to handle event of user control that are dynanically added in contentPlaceHolder of master page Pin
Michael Sync21-Dec-07 20:52
Michael Sync21-Dec-07 20:52 

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.