Click here to Skip to main content
15,891,423 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionRelease/Debig configuration window not seen Pin
Ridge Howison9-Apr-07 9:52
Ridge Howison9-Apr-07 9:52 
AnswerRe: Release/Debig configuration window not seen Pin
kubben9-Apr-07 15:55
kubben9-Apr-07 15:55 
QuestionRedirect on restricted axs (C#.net) Pin
jcfordell9-Apr-07 8:19
jcfordell9-Apr-07 8:19 
AnswerRe: Redirect on restricted axs (C#.net) Pin
kubben9-Apr-07 13:38
kubben9-Apr-07 13:38 
GeneralRe: Redirect on restricted axs (C#.net) Pin
jcfordell10-Apr-07 5:32
jcfordell10-Apr-07 5:32 
Questionsaving image file Pin
Ben Saucer9-Apr-07 7:28
Ben Saucer9-Apr-07 7:28 
AnswerRe: saving image file Pin
Dmitry Khudorozhkov9-Apr-07 10:37
Dmitry Khudorozhkov9-Apr-07 10:37 
QuestionAccessing input values across user controls Pin
GregStevens9-Apr-07 6:58
GregStevens9-Apr-07 6:58 
I have an ASP.NET page with a form that contains two user controls:

<%@ Register TagPrefix="x" TagName="c1" Src="ctl1.ascx" %>
<%@ Register TagPrefix="x" TagName="c2" Src="ctl2.ascx" %>
<body>
  <form runat="Server">
    <x:c1 id="con1" runat="Server">
    <x:c2 id="con2" runat="Server">
  <form>
</body>


In one control (con1) I have a dropdownlist. In the other control (con2), I have a set of textboxes that I would like to pre-populate with values that depend on what item is selected in the dropdownlist in the first control.

How can the code for con2 access the value of the dropdownlist in con1?

Thanks for any help or suggestions.


-----G
AnswerRe: Accessing input values across user controls Pin
Abolfazl Sheikhloo9-Apr-07 7:17
Abolfazl Sheikhloo9-Apr-07 7:17 
GeneralRe: Accessing input values across user controls Pin
GregStevens9-Apr-07 10:14
GregStevens9-Apr-07 10:14 
Questionasp.net menu control Pin
peteyRo9-Apr-07 6:58
peteyRo9-Apr-07 6:58 
Questionhow i can know that the user is loged on in other client Pin
Abolfazl Sheikhloo9-Apr-07 6:48
Abolfazl Sheikhloo9-Apr-07 6:48 
AnswerRe: how i can know that the user is loged on in other client Pin
Mazdak9-Apr-07 8:15
Mazdak9-Apr-07 8:15 
GeneralRe: how i can know that the user is loged on in other client Pin
Not Active9-Apr-07 10:35
mentorNot Active9-Apr-07 10:35 
QuestionProblem with Frame Pin
Jeeva Mary Varghese9-Apr-07 4:06
Jeeva Mary Varghese9-Apr-07 4:06 
AnswerRe: Problem with Frame Pin
Sathesh Sakthivel9-Apr-07 4:29
Sathesh Sakthivel9-Apr-07 4:29 
AnswerRe: Problem with Frame Pin
Vasudevan Deepak Kumar9-Apr-07 6:10
Vasudevan Deepak Kumar9-Apr-07 6:10 
QuestionI have stored all my files in the database as bytes. And i use response.outputstream.write to display those files. I want to disable the right click option on the particular .aspx file which displays the file. How do i achieve it. Pin
mak15019-Apr-07 4:03
mak15019-Apr-07 4:03 
AnswerRe: I have stored all my files in the database as bytes. And i use response.outputstream.write to display those files. I want to disable the right click option on the particular .aspx file which displays the file. How do i achieve it. Pin
Vasudevan Deepak Kumar9-Apr-07 6:11
Vasudevan Deepak Kumar9-Apr-07 6:11 
Questionproblem in crystal report Pin
Shuaib wasif khan9-Apr-07 3:36
Shuaib wasif khan9-Apr-07 3:36 
AnswerRe: problem in crystal report Pin
Sathesh Sakthivel9-Apr-07 3:43
Sathesh Sakthivel9-Apr-07 3:43 
GeneralRe: problem in crystal report Pin
Shuaib wasif khan9-Apr-07 19:09
Shuaib wasif khan9-Apr-07 19:09 
QuestionI would like to do popup menu for my ASP.net pages(how to?) Pin
cpltek9-Apr-07 3:14
cpltek9-Apr-07 3:14 
AnswerRe: I would like to do popup menu for my ASP.net pages(how to?) Pin
Sathesh Sakthivel9-Apr-07 3:32
Sathesh Sakthivel9-Apr-07 3:32 
QuestionCreating a setup for a XML Web Service Pin
steve_rm9-Apr-07 2:56
steve_rm9-Apr-07 2:56 

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.