Click here to Skip to main content
15,917,329 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Blog creation Pin
Colin Angus Mackay10-Jan-07 23:03
Colin Angus Mackay10-Jan-07 23:03 
QuestionHelp me to do this Pin
slSoftware10-Jan-07 22:09
slSoftware10-Jan-07 22:09 
AnswerRe: Useless subject Pin
Guffa10-Jan-07 22:31
Guffa10-Jan-07 22:31 
AnswerRe: Help me to do this Pin
sanaziuse10-Jan-07 23:10
sanaziuse10-Jan-07 23:10 
QuestionUse of Fstream in Asp Pin
Member 371417510-Jan-07 21:24
Member 371417510-Jan-07 21:24 
AnswerRe: Use of Fstream in Asp Pin
Paddy Boyd10-Jan-07 23:11
Paddy Boyd10-Jan-07 23:11 
Questionacess one user control in another user control Pin
Amit Agarrwal10-Jan-07 21:04
Amit Agarrwal10-Jan-07 21:04 
AnswerRe: acess one user control in another user control Pin
Guffa10-Jan-07 21:49
Guffa10-Jan-07 21:49 
Generally controls are not aware of each other, so it might be easier if you do this from the code in the page instead.

Create a public property in the user control that returns a reference to the textbox. That way you can access it without fiddling around with the control collection of the user control.

---
Year happy = new Year(2007);

GeneralRe: acess one user control in another user control Pin
Amit Agarrwal10-Jan-07 23:09
Amit Agarrwal10-Jan-07 23:09 
AnswerRe: acess one user control in another user control Pin
Guffa10-Jan-07 23:43
Guffa10-Jan-07 23:43 
GeneralRe: acess one user control in another user control Pin
Amit Agarrwal11-Jan-07 0:38
Amit Agarrwal11-Jan-07 0:38 
AnswerRe: acess one user control in another user control Pin
Guffa11-Jan-07 4:16
Guffa11-Jan-07 4:16 
QuestionExport to pdf using ASP.net (without codebehind) Pin
Hiren Chauhan10-Jan-07 20:59
Hiren Chauhan10-Jan-07 20:59 
Questionfeedback interface designing Pin
Pradip Kishore10-Jan-07 20:37
Pradip Kishore10-Jan-07 20:37 
Questioncolumns of report in Crystal Report Pin
ptvce10-Jan-07 19:06
ptvce10-Jan-07 19:06 
QuestionIEnum interface? Pin
Rahithi10-Jan-07 17:59
Rahithi10-Jan-07 17:59 
AnswerRe: IEnum interface? Pin
Guffa10-Jan-07 22:38
Guffa10-Jan-07 22:38 
Questioncode for developing Query Builder Pin
raghuvarma10-Jan-07 17:48
raghuvarma10-Jan-07 17:48 
Question"datagrid" Pin
cnu25710-Jan-07 17:32
cnu25710-Jan-07 17:32 
AnswerRe: "datagrid" Pin
Rahithi10-Jan-07 17:56
Rahithi10-Jan-07 17:56 
AnswerRe: "datagrid" Pin
_AK_10-Jan-07 17:57
_AK_10-Jan-07 17:57 
GeneralRe: "datagrid" Pin
cnu25710-Jan-07 18:03
cnu25710-Jan-07 18:03 
GeneralRe: "datagrid" Pin
Rahithi10-Jan-07 18:09
Rahithi10-Jan-07 18:09 
GeneralRe: "datagrid" Pin
_AK_10-Jan-07 18:18
_AK_10-Jan-07 18:18 
GeneralRe: "datagrid" Pin
Rahithi10-Jan-07 18:24
Rahithi10-Jan-07 18:24 

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.