Click here to Skip to main content
15,908,909 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
GeneralRe: Access User Control property from Main page Pin
peacefulmember20-Aug-07 5:59
peacefulmember20-Aug-07 5:59 
I tried doing what you mentioned. Did not work!

Do I need to assign an ID to the user control? Without that I am not able to findControl on the page.

<ucl:myCntrl runat="server" id="uclCntrl" />

On page load:
 Dim ucl As System.Web.UI.UserControl
 ucl = Me.Master.FindControl("uclCntl")
 Response.Write("Found User control " & (Not ucl Is Nothing) & " !") ' I get True for this
 ucl.Test()	'ERROR: Test is not a member of System.Web.UI.UserControl

What is wrong here?
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 
GeneralRe: Get Title of Page Pin
Imran Khan Pathan20-Aug-07 2:51
Imran Khan Pathan20-Aug-07 2:51 

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.