Click here to Skip to main content
15,915,094 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Embedding the ASP.Net engine Pin
N a v a n e e t h18-Feb-09 3:07
N a v a n e e t h18-Feb-09 3:07 
GeneralRe: Embedding the ASP.Net engine Pin
Mustafa Ismail Mustafa18-Feb-09 3:54
Mustafa Ismail Mustafa18-Feb-09 3:54 
GeneralRe: Embedding the ASP.Net engine Pin
N a v a n e e t h18-Feb-09 14:37
N a v a n e e t h18-Feb-09 14:37 
Questionupdate panel dosen't work Pin
radupopescu77718-Feb-09 2:12
radupopescu77718-Feb-09 2:12 
AnswerRe: update panel dosen't work Pin
keyur satyadev18-Feb-09 2:46
keyur satyadev18-Feb-09 2:46 
GeneralRe: update panel dosen't work Pin
radupopescu77718-Feb-09 2:59
radupopescu77718-Feb-09 2:59 
GeneralRe: update panel dosen't work Pin
keyur satyadev18-Feb-09 19:29
keyur satyadev18-Feb-09 19:29 
QuestionPersistent lists of objects Pin
#realJSOP18-Feb-09 2:08
professional#realJSOP18-Feb-09 2:08 
I am building a page that displays a dynamically created gallery of images. The images are stored on the disk like so:

1987,Ford,Bill Elliott,9,World's fastest stockcar.jpg

I've got code already implemented that discovers all of the files (in a specified path), and parses the filenames into objects that are contained in a List. This code is executed in Page_Load if !IsPostBack. So far, so good.

The web page allows the user to select a category and subcategory, and when a button is clicked, the gallery is created by traversing the list of discovered image files and creating a smaller list of files. The problem right now is that when the button handler fires, the object that manages the image list is null. I don't want to have to recreate this list every time the user clicks the button. How do I make it persist?


"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001


AnswerRe: Persistent lists of objects Pin
Mustafa Ismail Mustafa18-Feb-09 2:23
Mustafa Ismail Mustafa18-Feb-09 2:23 
AnswerRe: Persistent lists of objects Pin
N a v a n e e t h18-Feb-09 14:39
N a v a n e e t h18-Feb-09 14:39 
Questionabout asp.net repeater Pin
laxmanSatnav18-Feb-09 1:44
laxmanSatnav18-Feb-09 1:44 
AnswerRe: about asp.net repeater Pin
keyur satyadev18-Feb-09 1:50
keyur satyadev18-Feb-09 1:50 
QuestionWeb service calling VB6 exe Pin
mpavas18-Feb-09 1:41
mpavas18-Feb-09 1:41 
QuestionGet video from Youtube in my website Pin
Nekkantidivya18-Feb-09 1:38
Nekkantidivya18-Feb-09 1:38 
AnswerRe: Get video from Youtube in my website Pin
Ngr Wirawan10-Jun-09 9:26
Ngr Wirawan10-Jun-09 9:26 
QuestionContains both secure and non secure items Pin
Sarfaraj Ahmed18-Feb-09 0:40
Sarfaraj Ahmed18-Feb-09 0:40 
AnswerRe: Contains both secure and non secure items Pin
Vega0218-Feb-09 21:20
Vega0218-Feb-09 21:20 
QuestionAjax and ASP.NET Pin
asenaici18-Feb-09 0:23
asenaici18-Feb-09 0:23 
AnswerRe: Ajax and ASP.NET Pin
mr_muskurahat18-Feb-09 0:40
mr_muskurahat18-Feb-09 0:40 
GeneralRe: Ajax and ASP.NET Pin
asenaici18-Feb-09 1:14
asenaici18-Feb-09 1:14 
AnswerRe: Ajax and ASP.NET Pin
keyur satyadev18-Feb-09 0:44
keyur satyadev18-Feb-09 0:44 
GeneralRe: Ajax and ASP.NET Pin
asenaici18-Feb-09 1:12
asenaici18-Feb-09 1:12 
GeneralRe: Ajax and ASP.NET Pin
mr_muskurahat18-Feb-09 1:28
mr_muskurahat18-Feb-09 1:28 
GeneralRe: Ajax and ASP.NET Pin
asenaici18-Feb-09 2:08
asenaici18-Feb-09 2:08 
GeneralRe: Ajax and ASP.NET Pin
keyur satyadev18-Feb-09 1:32
keyur satyadev18-Feb-09 1:32 

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.