Click here to Skip to main content
15,895,656 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Image JPG Handler Pin
NeverHeardOfMe5-Oct-08 6:51
NeverHeardOfMe5-Oct-08 6:51 
QuestionPurging ASP.NET Cache within a HttpModule Pin
kentietjen5-Oct-08 4:35
kentietjen5-Oct-08 4:35 
QuestionSpecify the type of calendar in Sharepoint Pin
hdv2125-Oct-08 2:12
hdv2125-Oct-08 2:12 
QuestionHow do I use delegates to pass information around between web controls on a page and a user control (ascx file) Pin
Tina P4-Oct-08 17:30
Tina P4-Oct-08 17:30 
AnswerRe: How do I use delegates to pass information around between web controls on a page and a user control (ascx file) Pin
Jaffer Mumtaz4-Oct-08 21:20
Jaffer Mumtaz4-Oct-08 21:20 
QuestionUpdate problem? Pin
omegazafer4-Oct-08 11:42
omegazafer4-Oct-08 11:42 
AnswerRe: Update problem? Pin
Jaffer Mumtaz4-Oct-08 20:55
Jaffer Mumtaz4-Oct-08 20:55 
QuestionInteraction between the page level controls and User Controls in VS 2008 Pin
Tina P4-Oct-08 10:14
Tina P4-Oct-08 10:14 
Hey guys, as I mentioned in the subject line...I'm having trouble interacting between the page level controls and the User Controls (asxc files) that I have. I have devided the page into five sections

<table>
<tr> General drop downs and buttons are located here</tr>
<tr>
<td>
First User control
<td>

<td>
Second User control
</td>
</td></td></tr>

<tr>
<td>
3rd User control
</td>

<td>
4th User control
</td>
</tr>
</table>



Now ititially I wasn't using these user controls, so all the controls that are now present inside these user controls were directly located on the page. It was easier to pass into around and do things such clear the entire form and other things since all the controls were right there on the page. But now that I have extracted those controls such as text boxes, buttons, grids etc and embedded them into these user controls, I'm presented with a delliema...i'm not sure when the user clicks the button, lets say on the top level (the buttons that are located on the page itself), I'm suppose to go inside the user controls and make stuff happen such as put the focus on a text box, or clear the text box's value and things like that. I have asked this question earlier, and someone told me that I can create public properties in the user control and call them from the page by using FindControl method. Well apparently this isn;t working for me. Can someone tell me how do I use delegates to accomplish this if possible. or if there's a better and easier way to do this kind of stuff. I'd appreciate it Smile | :)

Tina
AnswerRe: Interaction between the page level controls and User Controls in VS 2008 Pin
Andreas X4-Oct-08 13:29
professionalAndreas X4-Oct-08 13:29 
GeneralRe: Interaction between the page level controls and User Controls in VS 2008 Pin
Tina P4-Oct-08 17:22
Tina P4-Oct-08 17:22 
GeneralRe: Interaction between the page level controls and User Controls in VS 2008 Pin
Jaffer Mumtaz4-Oct-08 21:25
Jaffer Mumtaz4-Oct-08 21:25 
AnswerRe: Interaction between the page level controls and User Controls in VS 2008 Pin
Jaffer Mumtaz4-Oct-08 21:05
Jaffer Mumtaz4-Oct-08 21:05 
GeneralRe: Interaction between the page level controls and User Controls in VS 2008 Pin
Tina P5-Oct-08 18:47
Tina P5-Oct-08 18:47 
Answerwhich is better Pin
abiniyam4-Oct-08 7:19
abiniyam4-Oct-08 7:19 
GeneralRe: which is better Pin
Perspx4-Oct-08 7:43
Perspx4-Oct-08 7:43 
GeneralRe: which is better Pin
Nouman Bhatti4-Oct-08 9:04
Nouman Bhatti4-Oct-08 9:04 
QuestionHow could I rebuild the whole project even there are some missing files? Pin
JUNEYT4-Oct-08 5:25
JUNEYT4-Oct-08 5:25 
AnswerRe: How could I rebuild the whole project even there are some missing files? Pin
Sandeep Akhare5-Oct-08 20:50
Sandeep Akhare5-Oct-08 20:50 
GeneralRe: How could I rebuild the whole project even there are some missing files? Pin
JUNEYT5-Oct-08 23:29
JUNEYT5-Oct-08 23:29 
GeneralRe: How could I rebuild the whole project even there are some missing files? Pin
Sandeep Akhare6-Oct-08 0:58
Sandeep Akhare6-Oct-08 0:58 
GeneralRe: How could I rebuild the whole project even there are some missing files? Pin
JUNEYT6-Oct-08 4:06
JUNEYT6-Oct-08 4:06 
Questionjavasript work good in firefox not in ie Pin
UD(IA)4-Oct-08 4:02
UD(IA)4-Oct-08 4:02 
AnswerRe: javasript work good in firefox not in ie Pin
Perspx4-Oct-08 4:32
Perspx4-Oct-08 4:32 
GeneralRe: javasript work good in firefox not in ie Pin
UD(IA)4-Oct-08 4:50
UD(IA)4-Oct-08 4:50 
GeneralRe: javasript work good in firefox not in ie Pin
Perspx4-Oct-08 5:00
Perspx4-Oct-08 5:00 

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.