Click here to Skip to main content
15,913,773 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionRegarding DataBound with DropDownList Control Pin
ChennaiBabu26-Jul-06 18:58
ChennaiBabu26-Jul-06 18:58 
AnswerRe: Regarding DataBound with DropDownList Control Pin
minhpc_bk26-Jul-06 19:47
minhpc_bk26-Jul-06 19:47 
QuestionOpening a new page in another frame. Pin
Rajiya26-Jul-06 18:54
Rajiya26-Jul-06 18:54 
AnswerRe: Opening a new page in another frame. Pin
minhpc_bk26-Jul-06 19:50
minhpc_bk26-Jul-06 19:50 
GeneralRe: Opening a new page in another frame. Pin
Rajiya26-Jul-06 20:34
Rajiya26-Jul-06 20:34 
GeneralRe: Opening a new page in another frame. Pin
minhpc_bk26-Jul-06 21:13
minhpc_bk26-Jul-06 21:13 
AnswerRe: Opening a new page in another frame. Pin
Ista27-Jul-06 4:15
Ista27-Jul-06 4:15 
QuestionTrick question:after download prompt, how to make the page postback? Pin
addict_li26-Jul-06 17:16
addict_li26-Jul-06 17:16 
I have a page lists many files that allow user to download. User can choose files by checkbox that just right beside the files name. When a user click Download button, all the choosed files have been zipped to a single zip file and a download prompt winodw shows up immideatly and the user can choose a folder to save the file. The download times for each file has been updated into the database. All above processes have been implemented.

Because inside the download function, I use the following statement.
Response.Flush()
Response.Close()
Response.End()

So even I call my update function to refresh the page, it wouldn't work. However, I think the requirement is really fair. After user download spcific files, the download times update and rendered at the same time.

My question is after the zip file has been saved locally, how to refresh(post) the page to show the download times.

Thanks,
AnswerRe: Trick question:after download prompt, how to make the page postback? Pin
minhpc_bk26-Jul-06 19:53
minhpc_bk26-Jul-06 19:53 
Questioniframe in asp.net Pin
porsche996turbo26-Jul-06 15:51
porsche996turbo26-Jul-06 15:51 
AnswerRe: iframe in asp.net Pin
Ista27-Jul-06 4:16
Ista27-Jul-06 4:16 
QuestionHi , is there any autosize proprety within the gridview ? [modified] Pin
Mohammed Amine26-Jul-06 13:49
Mohammed Amine26-Jul-06 13:49 
QuestionGlobal.asax problem Pin
TheMajorRager26-Jul-06 11:58
TheMajorRager26-Jul-06 11:58 
AnswerRe: Global.asax problem Pin
minhpc_bk26-Jul-06 20:00
minhpc_bk26-Jul-06 20:00 
QuestionDatagrid row color (back to original) Pin
B Desai26-Jul-06 11:31
B Desai26-Jul-06 11:31 
AnswerRe: Datagrid row color (back to original) Pin
postmaster@programmingknowledge.com26-Jul-06 17:15
postmaster@programmingknowledge.com26-Jul-06 17:15 
GeneralRe: Datagrid row color (back to original) Pin
B Desai26-Jul-06 17:25
B Desai26-Jul-06 17:25 
GeneralRe: Datagrid row color (back to original) Pin
enjoycrack29-Jul-06 6:06
enjoycrack29-Jul-06 6:06 
QuestionUsing custom classes with the GridView Pin
Ista26-Jul-06 9:21
Ista26-Jul-06 9:21 
JokeRe: Has anyone tied classes to the GidView or DetailsView Pin
ToddHileHoffer26-Jul-06 9:34
ToddHileHoffer26-Jul-06 9:34 
GeneralRe: Has anyone tied classes to the GidView or DetailsView [modified] Pin
Ista26-Jul-06 9:50
Ista26-Jul-06 9:50 
AnswerRe: Has anyone tied classes to the GidView or DetailsView Pin
eggsovereasy26-Jul-06 9:49
eggsovereasy26-Jul-06 9:49 
GeneralRe: Has anyone tied classes to the GidView or DetailsView Pin
eggsovereasy26-Jul-06 9:49
eggsovereasy26-Jul-06 9:49 
GeneralRe: Has anyone tied classes to the GidView or DetailsView Pin
Ista26-Jul-06 9:50
Ista26-Jul-06 9:50 
AnswerRe: Using custom classes with the GridView Pin
Paddy Boyd26-Jul-06 22:24
Paddy Boyd26-Jul-06 22:24 

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.