Click here to Skip to main content
15,884,099 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Internal Server Error Pin
#Jet20-May-10 3:21
#Jet20-May-10 3:21 
Questionsend alert message from child ascx to the parent page Pin
netJP12L19-May-10 9:59
netJP12L19-May-10 9:59 
AnswerRe: send alert message from child ascx to the parent page Pin
raju melveetilpurayil19-May-10 10:40
professionalraju melveetilpurayil19-May-10 10:40 
AnswerRe: send alert message from child ascx to the parent page Pin
T M Gray19-May-10 11:46
T M Gray19-May-10 11:46 
AnswerRe: send alert message from child ascx to the parent page Pin
PunkIsNotDead20-May-10 18:38
PunkIsNotDead20-May-10 18:38 
QuestionProblem with ForceDownloads Pin
AndyASPVB19-May-10 9:57
AndyASPVB19-May-10 9:57 
AnswerRe: Problem with ForceDownloads Pin
Venkatesh Mookkan19-May-10 16:46
Venkatesh Mookkan19-May-10 16:46 
QuestionHow to make two seperate lists of "Master" links lead to a single Details FormView control? Pin
Nostrom019-May-10 6:54
Nostrom019-May-10 6:54 
Hello,

I am trying to set up a Master-Details feature with two distinct lists of links on the "Master" side and one control on the "Details" side, all displaying on the same page. For example, the Master control(s) would display a list of links to item details, separated into two sections:

Teachers
link1
link2
link3

Students
link1
link2
link3

...each of the links under both "Teachers" and "Students" would populate a single Details control with data appropriate to the selected link.

Right now I have a simple Master/Details on a single page using a single column gridview as the Master (<asp:ButtonField CommandName="Select" />) and a FormView control for Details. The Master Details relationship is handled declaratively with a <SelectParameters> in the Detail control's SQL Data Source. However, this arrangement only allows for a single column of Master links, i.e.:

Teachers & Students
link1
link2
link3
link4
link5
link6

...is there any way to

1. have two Master controls feed to the same details control?
2. have a Details control for each Master list, but swap visibility for each Detail control so it appears that there is only one Details control on the page?
3. have a Master control like a gridview or datalist display two sections of links, one on top of the other, each section with its own HeaderText, controlling the same Details control?
4. or perhaps use a pair of Master Gridviews nested within a parent Master Gridview leading to the single Details control?

I'm not sure what the best way to proceed is - thanks for any advice!
Questionunique browser session id in asp.net Pin
trilokharry19-May-10 4:54
trilokharry19-May-10 4:54 
AnswerRe: unique browser session id in asp.net Pin
Venkatesh Mookkan19-May-10 16:48
Venkatesh Mookkan19-May-10 16:48 
GeneralRe: unique browser session id in asp.net Pin
Martin Jarvis20-May-10 6:12
Martin Jarvis20-May-10 6:12 
Questionreturning to same place on long page Pin
MacIntyre19-May-10 4:42
MacIntyre19-May-10 4:42 
AnswerRe: returning to same place on long page Pin
Yusuf19-May-10 4:53
Yusuf19-May-10 4:53 
GeneralRe: returning to same place on long page Pin
MacIntyre19-May-10 5:12
MacIntyre19-May-10 5:12 
GeneralRe: returning to same place on long page Pin
Yusuf19-May-10 5:37
Yusuf19-May-10 5:37 
GeneralRe: returning to same place on long page Pin
Enobong Adahada19-May-10 5:58
Enobong Adahada19-May-10 5:58 
GeneralRe: returning to same place on long page Pin
Yusuf19-May-10 6:02
Yusuf19-May-10 6:02 
GeneralRe: returning to same place on long page Pin
MacIntyre19-May-10 6:09
MacIntyre19-May-10 6:09 
GeneralRe: returning to same place on long page Pin
Yusuf19-May-10 6:31
Yusuf19-May-10 6:31 
GeneralRe: returning to same place on long page Pin
Not Active19-May-10 7:04
mentorNot Active19-May-10 7:04 
GeneralRe: returning to same place on long page Pin
Yusuf19-May-10 7:07
Yusuf19-May-10 7:07 
GeneralRe: returning to same place on long page Pin
Not Active19-May-10 7:02
mentorNot Active19-May-10 7:02 
AnswerRe: returning to same place on long page Pin
Not Active19-May-10 6:59
mentorNot Active19-May-10 6:59 
GeneralRe: returning to same place on long page Pin
Yusuf19-May-10 7:06
Yusuf19-May-10 7:06 
GeneralRe: returning to same place on long page Pin
MacIntyre19-May-10 7:48
MacIntyre19-May-10 7:48 

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.