Click here to Skip to main content
15,902,492 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Positional Flat File Question Pin
ednrgc11-Dec-06 6:49
ednrgc11-Dec-06 6:49 
GeneralRe: Positional Flat File Question Pin
Jonathan Snyder11-Dec-06 7:05
Jonathan Snyder11-Dec-06 7:05 
QuestionCustom Validation Pin
Jonathan Snyder15-Dec-06 5:28
Jonathan Snyder15-Dec-06 5:28 
AnswerRe: Custom Validation Pin
ednrgc15-Dec-06 5:34
ednrgc15-Dec-06 5:34 
GeneralRe: Date Validation Pin
Jonathan Snyder3-Jan-07 8:29
Jonathan Snyder3-Jan-07 8:29 
QuestionHow do I import value from parent to child Pin
visslan8-Dec-06 5:03
visslan8-Dec-06 5:03 
AnswerRe: How do I import value from parent to child Pin
ednrgc8-Dec-06 6:10
ednrgc8-Dec-06 6:10 
AnswerRe: How do I import value from parent to child Pin
Not Active8-Dec-06 6:18
mentorNot Active8-Dec-06 6:18 
Create a property on the child control and set it in the parent at page load or init

ChildUserControl

property ?? MyValue { MyPrivate = value; }

ParentUseControl_OnLoad()
{
Child.MyValue = 21;
}





only two letters away from being an asset

QuestionChanging bgColor and font in ASP.Net programatically Pin
Tina P8-Dec-06 4:44
Tina P8-Dec-06 4:44 
AnswerRe: Changing bgColor and font in ASP.Net programatically Pin
Xpnctoc8-Dec-06 5:04
Xpnctoc8-Dec-06 5:04 
GeneralRe: Changing bgColor and font in ASP.Net programatically Pin
Tina P8-Dec-06 5:19
Tina P8-Dec-06 5:19 
GeneralRe: Changing bgColor and font in ASP.Net programatically Pin
Xpnctoc8-Dec-06 6:04
Xpnctoc8-Dec-06 6:04 
GeneralRe: Changing bgColor and font in ASP.Net programatically Pin
Tina P8-Dec-06 6:23
Tina P8-Dec-06 6:23 
GeneralRe: Changing bgColor and font in ASP.Net programatically Pin
Xpnctoc8-Dec-06 9:22
Xpnctoc8-Dec-06 9:22 
GeneralRe: Changing bgColor and font in ASP.Net programatically Pin
Not Active8-Dec-06 6:13
mentorNot Active8-Dec-06 6:13 
GeneralRe: Changing bgColor and font in ASP.Net programatically Pin
Tina P8-Dec-06 6:25
Tina P8-Dec-06 6:25 
GeneralRe: Changing bgColor and font in ASP.Net programatically Pin
Not Active8-Dec-06 6:50
mentorNot Active8-Dec-06 6:50 
GeneralRe: Changing bgColor and font in ASP.Net programatically Pin
Tina P8-Dec-06 7:43
Tina P8-Dec-06 7:43 
JokeRe: Changing bgColor and font in ASP.Net programatically Pin
Not Active8-Dec-06 8:34
mentorNot Active8-Dec-06 8:34 
QuestionPopulating datas from sql db to CSV file Pin
vijay_838-Dec-06 4:17
vijay_838-Dec-06 4:17 
Questionscrapbook-help Pin
sanaziuse8-Dec-06 4:05
sanaziuse8-Dec-06 4:05 
AnswerRe: scrapbook-help Pin
karam chandrabose8-Dec-06 5:11
karam chandrabose8-Dec-06 5:11 
GeneralRe: scrapbook-help Pin
sanaziuse8-Dec-06 5:28
sanaziuse8-Dec-06 5:28 
GeneralRe: scrapbook-help Pin
ednrgc8-Dec-06 6:11
ednrgc8-Dec-06 6:11 
AnswerRe: scrapbook-help Pin
Not Active8-Dec-06 6:21
mentorNot Active8-Dec-06 6:21 

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.