Click here to Skip to main content
16,004,828 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: UserName/Password validation without StoredProc Pin
Guffa16-Jun-07 0:12
Guffa16-Jun-07 0:12 
AnswerRe: UserName/Password validation without StoredProc Pin
Guffa16-Jun-07 0:23
Guffa16-Jun-07 0:23 
QuestionChart FX Xaxis Label Pin
Mohamed Arif15-Jun-07 12:57
Mohamed Arif15-Jun-07 12:57 
QuestionView PDF in aspx page Pin
adnanrafiq15-Jun-07 10:39
adnanrafiq15-Jun-07 10:39 
AnswerRe: View PDF in aspx page Pin
Vasudevan Deepak Kumar16-Jun-07 2:04
Vasudevan Deepak Kumar16-Jun-07 2:04 
GeneralRe: View PDF in aspx page Pin
adnanrafiq16-Jun-07 2:15
adnanrafiq16-Jun-07 2:15 
QuestionWeb.Config is giving me this Error. How can I have multiple Login Setups Pin
Cfer8315-Jun-07 10:15
Cfer8315-Jun-07 10:15 
QuestionFragment Cache questions??? Pin
vicky45715-Jun-07 8:16
vicky45715-Jun-07 8:16 
Does anybody have experiences with Fragment cache? I have some trouble here...

Basically, I have 3 dropdownlists, ddlAccountGroupType, ddlGroupName and ddlAccountID in a user control. The reason I use cache varybycontrol because ddlAccountID could contain over 8000 accounts. Once the selected index is changed in ddlAccountID, it will raise event handler to trigger the parent page to retrieve Order list and allow user to edit the order details. So, I have <%@OutputCache duration="600" varybycontrol="ddlAccountGroupType;ddlGroupName;ddlAccountID" %> on my .ascx file.

The problem is , sometimes, when parent page do a postback, the second dropdownlist ddlGroupname become empty when it was supposed to have one single item "--ALL--". I couldn't figure out why it happens. I read about some discussion said, under memory pressure, the cached data could be removed before it reaches its expire date. Did anyone have similiar issue? I know you can set programmatic cache NotRemovable. Is there a way to set fragement cache NotRemovable?

By the way, I read something about Cache does not work with Web Farms. Although my problem happens on my local development server, but my production server does use web farm. Do anyone have any thoughts or suggestions about this?

Any help would be very appreciated!

Thanks in advance!
AnswerCan anyone help on this?? Pin
vicky45718-Jun-07 6:04
vicky45718-Jun-07 6:04 
QuestionWeb Service Confusion Pin
mail57235215-Jun-07 7:33
mail57235215-Jun-07 7:33 
AnswerRe: Web Service Confusion Pin
Expert Coming16-Jun-07 1:26
Expert Coming16-Jun-07 1:26 
GeneralRe: Web Service Confusion Pin
mail57235217-Jun-07 2:26
mail57235217-Jun-07 2:26 
QuestionSqlConnection Error Pin
vuthaianh15-Jun-07 7:00
vuthaianh15-Jun-07 7:00 
AnswerRe: SqlConnection Error Pin
Tarakeshwar Reddy15-Jun-07 8:12
professionalTarakeshwar Reddy15-Jun-07 8:12 
Questionmoving files to UNC share Pin
Keith Andersch15-Jun-07 6:26
Keith Andersch15-Jun-07 6:26 
AnswerRe: moving files to UNC share Pin
Keith Andersch15-Jun-07 9:33
Keith Andersch15-Jun-07 9:33 
Questioncannot create activex component .. Pin
dhanis15-Jun-07 6:12
dhanis15-Jun-07 6:12 
QuestionGet Web Service URL Pin
mail57235215-Jun-07 5:55
mail57235215-Jun-07 5:55 
QuestionAvailablity Calendar Controls Needed Pin
Brendan Vogt15-Jun-07 4:43
Brendan Vogt15-Jun-07 4:43 
AnswerRe: Availablity Calendar Controls Needed Pin
nareshss15-Jun-07 21:04
nareshss15-Jun-07 21:04 
QuestionHELP Please!! Datagrid with update function!!!!! Pin
papy-boom15-Jun-07 4:20
papy-boom15-Jun-07 4:20 
QuestionPage_Load calling Sub [modified] Pin
kallileo15-Jun-07 3:44
kallileo15-Jun-07 3:44 
AnswerRe: Page_Load calling Sub Pin
kubben15-Jun-07 3:49
kubben15-Jun-07 3:49 
GeneralRe: Page_Load calling Sub Pin
kallileo15-Jun-07 4:03
kallileo15-Jun-07 4:03 
GeneralRe: Page_Load calling Sub Pin
kubben15-Jun-07 4:15
kubben15-Jun-07 4:15 

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.