Click here to Skip to main content
15,899,025 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Passing VB variables to Javascript code Pin
beish120-Aug-07 13:00
beish120-Aug-07 13:00 
AnswerRe: Passing VB variables to Javascript code Pin
Guffa20-Aug-07 22:43
Guffa20-Aug-07 22:43 
QuestionHow to call 2 javascript function on Page Laod Pin
Sandeep Akhare20-Aug-07 4:39
Sandeep Akhare20-Aug-07 4:39 
AnswerRe: How to call 2 javascript function on Page Laod Pin
Talal Sultan20-Aug-07 5:02
Talal Sultan20-Aug-07 5:02 
AnswerRe: How to call 2 javascript function on Page Laod Pin
Guffa20-Aug-07 11:10
Guffa20-Aug-07 11:10 
GeneralRe: How to call 2 javascript function on Page Laod Pin
Sandeep Akhare20-Aug-07 19:23
Sandeep Akhare20-Aug-07 19:23 
QuestionAccess User Control property from Main page Pin
peacefulmember20-Aug-07 4:12
peacefulmember20-Aug-07 4:12 
AnswerRe: Access User Control property from Main page Pin
Talal Sultan20-Aug-07 4:59
Talal Sultan20-Aug-07 4:59 
Hi,

I'll put that down in C# as I'm not really familiar with VB.NET exact syntax, sorry.

In the main page load method:

UserControl myMasterControl = (UserControl)this.Master.FindControl("myCntrl");

string myProperty = myMasterControl.ConCatStr;


-- If this is a post that has been helpful to you, please vote for it. Thank you!

"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning."
--Rich Cook

GeneralRe: Access User Control property from Main page Pin
peacefulmember20-Aug-07 5:59
peacefulmember20-Aug-07 5:59 
Questionsession giving error Pin
saumitratamrakar20-Aug-07 3:54
saumitratamrakar20-Aug-07 3:54 
AnswerRe: session giving error Pin
Talal Sultan20-Aug-07 4:47
Talal Sultan20-Aug-07 4:47 
QuestionHow to set trust level Pin
swapnilek20-Aug-07 3:45
swapnilek20-Aug-07 3:45 
AnswerRe: How to set trust level Pin
Sathesh Sakthivel20-Aug-07 3:51
Sathesh Sakthivel20-Aug-07 3:51 
GeneralRe: How to set trust level Pin
swapnilek20-Aug-07 4:12
swapnilek20-Aug-07 4:12 
QuestionDropdownlist hiding my menu Pin
.NET- India 20-Aug-07 2:24
.NET- India 20-Aug-07 2:24 
QuestionRe: Dropdownlist hiding my menu Pin
Eduard Keilholz20-Aug-07 2:52
Eduard Keilholz20-Aug-07 2:52 
AnswerRe: Dropdownlist hiding my menu Pin
Talal Sultan20-Aug-07 3:06
Talal Sultan20-Aug-07 3:06 
GeneralRe: Dropdownlist hiding my menu Pin
.NET- India 20-Aug-07 3:42
.NET- India 20-Aug-07 3:42 
GeneralRe: Dropdownlist hiding my menu Pin
Talal Sultan20-Aug-07 3:52
Talal Sultan20-Aug-07 3:52 
GeneralRe: Dropdownlist hiding my menu Pin
swapnilek20-Aug-07 3:53
swapnilek20-Aug-07 3:53 
AnswerRe: Dropdownlist hiding my menu Pin
Paddy Boyd20-Aug-07 3:49
Paddy Boyd20-Aug-07 3:49 
QuestionThe sql SELECT clause with IN operator. Pin
Zerox Millienium20-Aug-07 2:11
Zerox Millienium20-Aug-07 2:11 
AnswerRe: The sql SELECT clause with IN operator. Pin
kubben20-Aug-07 3:39
kubben20-Aug-07 3:39 
QuestionGet Title of Page Pin
Imran Khan Pathan20-Aug-07 2:02
Imran Khan Pathan20-Aug-07 2:02 
AnswerRe: Get Title of Page Pin
Talal Sultan20-Aug-07 2:24
Talal Sultan20-Aug-07 2: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.