Click here to Skip to main content
15,912,082 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
Response.Redirect method cannot help in this case as it redirects the new page in the current frame. You need to use javascript to get reference to the second frame and load the new page with the src attribute, google can quickly find you the sample script.

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 
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 
GeneralRe: Using custom classes with the GridView Pin
Ista27-Jul-06 2:46
Ista27-Jul-06 2:46 
GeneralRe: Using custom classes with the GridView Pin
Paddy Boyd27-Jul-06 5:03
Paddy Boyd27-Jul-06 5:03 

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.