Click here to Skip to main content
16,008,299 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: paypal ver iam wrong Pin
Christian Graus22-Dec-07 22:34
protectorChristian Graus22-Dec-07 22:34 
Generalproblem with javascript Pin
morteza5722-Dec-07 5:43
morteza5722-Dec-07 5:43 
GeneralRe: problem with javascript Pin
Christian Graus22-Dec-07 9:25
protectorChristian Graus22-Dec-07 9:25 
GeneralRe: problem with javascript Pin
morteza5722-Dec-07 9:54
morteza5722-Dec-07 9:54 
GeneralRe: problem with javascript Pin
Christian Graus22-Dec-07 10:03
protectorChristian Graus22-Dec-07 10:03 
QuestionEnable linkButton form outer page Pin
Knowledgestudent22-Dec-07 0:48
Knowledgestudent22-Dec-07 0:48 
GeneralRe: Enable linkButton form outer page Pin
Paul Conrad22-Dec-07 9:29
professionalPaul Conrad22-Dec-07 9:29 
GeneralRe: Enable linkButton form outer page Pin
Venkatesh Mookkan23-Dec-07 16:01
Venkatesh Mookkan23-Dec-07 16:01 
Knowledgestudent wrote:
stdMaster.ChangeModeBtn.enable(True)
it does not work , it gives me something about the protected withEvents "is not accessible in this context because it is protected"


ChangeModeBtn control, you are using is not a public control to access from the child page (Login). To access that control add a public subroutine or function in the Master Page which would enable or disable your control, like:

In MasterPage:

Public Sub EnableLink(value As Boolean)
    ChangeModeBtn.Enabled = value
End Sub



Access the Link from your child page like:

stdMaster.EnableLink(True)


I hope this would help you.

Regards,
Venkatesh Mookkan.
Software Engineer, India
My: Website | Yahoo Group | Blog Spot

AnswerASP.Net "is not accessible in this context because it is Protected" Pin
JEP_Dude10-Feb-09 16:16
JEP_Dude10-Feb-09 16:16 
AnswerRe: ASP.Net "is not accessible in this context because it is Protected" Pin
Knowledgestudent11-Feb-09 0:03
Knowledgestudent11-Feb-09 0:03 
GeneralCheck IsNumeric Pin
SreejithAchutan21-Dec-07 21:42
SreejithAchutan21-Dec-07 21:42 
GeneralRe: Check IsNumeric Pin
Christian Graus21-Dec-07 21:58
protectorChristian Graus21-Dec-07 21:58 
GeneralRe: Check IsNumeric Pin
SreejithAchutan21-Dec-07 22:05
SreejithAchutan21-Dec-07 22:05 
GeneralRe: Check IsNumeric Pin
pmarfleet21-Dec-07 22:36
pmarfleet21-Dec-07 22:36 
GeneralRe: Check IsNumeric Pin
Paul Conrad22-Dec-07 9:35
professionalPaul Conrad22-Dec-07 9:35 
Questionhow to provide a link to forms using coding Pin
Sandep H S21-Dec-07 20:28
Sandep H S21-Dec-07 20:28 
GeneralRe: how to provide a link to forms using coding Pin
Michael Sync21-Dec-07 20:41
Michael Sync21-Dec-07 20:41 
GeneralRe: how to provide a link to forms using coding Pin
Kasi Viswanathan21-Dec-07 20:46
Kasi Viswanathan21-Dec-07 20:46 
Generaldelete command in datalist Pin
Ravi_2121-Dec-07 19:32
Ravi_2121-Dec-07 19:32 
GeneralRe: delete command in datalist Pin
Kasi Viswanathan21-Dec-07 19:54
Kasi Viswanathan21-Dec-07 19:54 
GeneralRe: delete command in datalist Pin
Paul Conrad22-Dec-07 9:36
professionalPaul Conrad22-Dec-07 9:36 
GeneralImage croping [modified] Pin
yadlaprasad21-Dec-07 19:32
yadlaprasad21-Dec-07 19:32 
GeneralRe: Image croping Pin
N a v a n e e t h21-Dec-07 19:47
N a v a n e e t h21-Dec-07 19:47 
GeneralRe: Image croping Pin
Christian Graus21-Dec-07 20:12
protectorChristian Graus21-Dec-07 20:12 
Generalabout storing datas into ms access database Pin
K.SUBRAMANIAN21-Dec-07 19:24
K.SUBRAMANIAN21-Dec-07 19: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.