Click here to Skip to main content
16,004,927 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Formatting data while storing into database Pin
minhpc_bk20-Sep-06 1:50
minhpc_bk20-Sep-06 1:50 
Questionimage handling Pin
Sebastian T Xavier19-Sep-06 22:46
Sebastian T Xavier19-Sep-06 22:46 
AnswerRe: image handling Pin
Vicky Roberts19-Sep-06 22:56
Vicky Roberts19-Sep-06 22:56 
AnswerRe: image handling Pin
postmaster@programmingknowledge.com20-Sep-06 4:18
postmaster@programmingknowledge.com20-Sep-06 4:18 
GeneralRe: image handling Pin
Sebastian T Xavier20-Sep-06 19:19
Sebastian T Xavier20-Sep-06 19:19 
QuestionHow can I show popup message when session time out in ASP.NET 2.0 ? Pin
dataminers19-Sep-06 22:32
dataminers19-Sep-06 22:32 
AnswerRe: How can I show popup message when session time out in ASP.NET 2.0 ? Pin
minhpc_bk20-Sep-06 1:45
minhpc_bk20-Sep-06 1:45 
QuestionAccess control(s) inside ITemplate from code-behind Pin
Tee+19-Sep-06 21:57
Tee+19-Sep-06 21:57 
I try to build a custom control. In the control, it has a collection of X custom control, while there is a ITemplate in X in which contains other controls. For example,

<cc1:Custom>
<cc1:X>
<content>
<asp:TextBox id="a" runat="server">
<asp:TextBox id="b" runat="server">
</content>
</cc1:X>
<cc1:X><content></content</cc1:X>
</cc1:Custom>

The problem is I cann't access the "a" and "b" control directly from the code behind. I have to call FindControl () which it makes my code looks stupid (while you have a ten control to call). And i think it has a more ellegent way so i can call the control directly from the code behind.

Please help me !!!!
AnswerRe: Access control(s) inside ITemplate from code-behind Pin
minhpc_bk20-Sep-06 1:40
minhpc_bk20-Sep-06 1:40 
GeneralRe: Access control(s) inside ITemplate from code-behind [modified] Pin
Tee+20-Sep-06 4:11
Tee+20-Sep-06 4:11 
GeneralRe: Access control(s) inside ITemplate from code-behind Pin
minhpc_bk20-Sep-06 14:15
minhpc_bk20-Sep-06 14:15 
GeneralRe: Access control(s) inside ITemplate from code-behind Pin
Tee+21-Sep-06 1:33
Tee+21-Sep-06 1:33 
Questionaccessing client side source from server side Pin
TintinV3ck19-Sep-06 21:28
TintinV3ck19-Sep-06 21:28 
AnswerRe: accessing client side source from server side Pin
Vicky Roberts19-Sep-06 22:35
Vicky Roberts19-Sep-06 22:35 
GeneralRe: accessing client side source from server side Pin
TintinV3ck19-Sep-06 22:53
TintinV3ck19-Sep-06 22:53 
QuestionOperation must use an updateable query. Pin
kirthikirthi19-Sep-06 21:20
kirthikirthi19-Sep-06 21:20 
AnswerRe: Operation must use an updateable query. Pin
minhpc_bk20-Sep-06 1:36
minhpc_bk20-Sep-06 1:36 
GeneralRe: Operation must use an updateable query. Pin
kirthikirthi20-Sep-06 1:41
kirthikirthi20-Sep-06 1:41 
GeneralRe: Operation must use an updateable query. Pin
minhpc_bk20-Sep-06 2:11
minhpc_bk20-Sep-06 2:11 
AnswerRe: Operation must use an updateable query. Pin
Coding C#20-Sep-06 4:50
Coding C#20-Sep-06 4:50 
QuestionFinding Printer Status in ASP.NET 1.1 Pin
param thaker19-Sep-06 21:12
param thaker19-Sep-06 21:12 
AnswerRe: Finding Printer Status in ASP.NET 1.1 Pin
Vicky Roberts19-Sep-06 22:20
Vicky Roberts19-Sep-06 22:20 
QuestionReg- hiding the icons in the desktop. Pin
muthukannanb19-Sep-06 19:13
muthukannanb19-Sep-06 19:13 
AnswerRe: Reg- hiding the icons in the desktop. Pin
Christian Graus19-Sep-06 19:45
protectorChristian Graus19-Sep-06 19:45 
AnswerRe: Reg- hiding the icons in the desktop. Pin
muthukannanb21-Sep-06 19:07
muthukannanb21-Sep-06 19:07 

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.