Click here to Skip to main content
15,887,485 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: web application(rdlc) Pin
michaelschmitt17-Jul-10 10:52
michaelschmitt17-Jul-10 10:52 
QuestionUser Control Pin
KhandelwalA16-Jul-10 22:53
KhandelwalA16-Jul-10 22:53 
AnswerRe: User Control Pin
Peace ON18-Jul-10 23:22
Peace ON18-Jul-10 23:22 
GeneralRe: User Control Pin
KhandelwalA19-Jul-10 2:11
KhandelwalA19-Jul-10 2:11 
AnswerRe: User Control Pin
Tej Aj18-Jul-10 23:37
Tej Aj18-Jul-10 23:37 
QuestionDisplay data of User Control from another user control button click Pin
SatyaKeerthi1516-Jul-10 3:00
SatyaKeerthi1516-Jul-10 3:00 
AnswerRe: Display data of User Control from another user control button click Pin
Peace ON16-Jul-10 3:03
Peace ON16-Jul-10 3:03 
AnswerRe: Display data of User Control from another user control button click Pin
T M Gray16-Jul-10 9:04
T M Gray16-Jul-10 9:04 
If it weren't javascript that would be much better. Are the user controls nested (is one inside the other) or are they just on the same page? Regardless, if it weren't for the unfortunate javascript requirement I would say the user control with the button needs to fire an event that either the page or the parent control listens for. Then in the handler for that even tell the control with the dropdowns to do whatever it is it needs to do.

Now if you put both user controls in the same update panel all this would work without reloading the page and it would look and act the same from the user's perspective as it would had you done it with JavaScript.

Event Bubbling From Web User Controls in ASP.NET (C#) [^]
QuestionEntity Framework Pin
future383916-Jul-10 1:14
future383916-Jul-10 1:14 
AnswerRe: Entity Framework Pin
Peace ON16-Jul-10 1:28
Peace ON16-Jul-10 1:28 
Questionpaging without sqlDataSource control.. Pin
dittu715-Jul-10 19:18
dittu715-Jul-10 19:18 
AnswerRe: paging without sqlDataSource control.. Pin
Peace ON15-Jul-10 19:23
Peace ON15-Jul-10 19:23 
QuestionHow to create a web application project in the local IIS [SOLVED] Pin
fjparisIII15-Jul-10 15:05
fjparisIII15-Jul-10 15:05 
AnswerRe: How to create a web application project in the local IIS Pin
Not Active15-Jul-10 18:43
mentorNot Active15-Jul-10 18:43 
GeneralRe: How to create a web application project in the local IIS Pin
fjparisIII16-Jul-10 5:34
fjparisIII16-Jul-10 5:34 
GeneralRe: How to create a web application project in the local IIS Pin
Not Active16-Jul-10 5:59
mentorNot Active16-Jul-10 5:59 
GeneralRe: How to create a web application project in the local IIS Pin
fjparisIII16-Jul-10 7:29
fjparisIII16-Jul-10 7:29 
AnswerRe: How to create a web application project in the local IIS Pin
Abhijit Jana15-Jul-10 19:21
professionalAbhijit Jana15-Jul-10 19:21 
GeneralRe: How to create a web application project in the local IIS Pin
fjparisIII16-Jul-10 11:25
fjparisIII16-Jul-10 11:25 
QuestionAuto Ellipses Label in ASP.Net Pin
PDTUM15-Jul-10 8:34
PDTUM15-Jul-10 8:34 
AnswerRe: Auto Ellipses Label in ASP.Net Pin
NeverHeardOfMe15-Jul-10 8:58
NeverHeardOfMe15-Jul-10 8:58 
AnswerRe: Auto Ellipses Label in ASP.Net Pin
PDTUM15-Jul-10 10:57
PDTUM15-Jul-10 10:57 
GeneralRe: Auto Ellipses Label in ASP.Net Pin
Not Active15-Jul-10 14:08
mentorNot Active15-Jul-10 14:08 
QuestionNeed to remove empty space from GridView due to hidden columns Pin
Adam Brown 315-Jul-10 5:43
Adam Brown 315-Jul-10 5:43 
AnswerRe: Need to remove empty space from GridView due to hidden columns Pin
thatraja15-Jul-10 8:20
professionalthatraja15-Jul-10 8:20 

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.