Click here to Skip to main content
15,894,017 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questioncrystal report Pin
shefa' isied5-Oct-09 20:55
shefa' isied5-Oct-09 20:55 
AnswerRe: crystal report Pin
sashidhar5-Oct-09 21:35
sashidhar5-Oct-09 21:35 
GeneralRe: crystal report Pin
shefa' isied5-Oct-09 22:22
shefa' isied5-Oct-09 22:22 
GeneralRe: crystal report Pin
sashidhar5-Oct-09 22:39
sashidhar5-Oct-09 22:39 
Questionhow to get control of client resources through web in asp.net or other tech Pin
mirzabari5-Oct-09 20:44
mirzabari5-Oct-09 20:44 
AnswerRe: how to get control of client resources through web in asp.net or other tech Pin
Christian Graus5-Oct-09 20:46
protectorChristian Graus5-Oct-09 20:46 
QuestionHow to edit Master Page Pin
Shalini_U5-Oct-09 19:48
Shalini_U5-Oct-09 19:48 
AnswerRe: How to edit Master Page Pin
Christian Graus5-Oct-09 20:01
protectorChristian Graus5-Oct-09 20:01 
Shalini_U wrote:
How to do this? Plz Reply!!!!!!!!


With code.

Shalini_U wrote:
I Cannot able to access the controls of Master Page in Code Behind..


Yes you can. THe Master property, returns a MasterPage. What you need, is to upcast that to an instance of your master page class. Although, I think you should be able to handle all this permissions stuff inside the master page class itself, what I do if I ever use master page, is create a new base class for all my pages, which has a strongly typed MasterPage property that returns the upcast Master page. Then I can access the methods however I want. Of course, not being a hack programmer, I never make the controls on the master page public, I use methods and properties to allow only the required access.

Christian Graus

Driven to the arms of OSX by Vista.

Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

GeneralRe: How to edit Master Page Pin
Shalini_U5-Oct-09 20:26
Shalini_U5-Oct-09 20:26 
GeneralRe: How to edit Master Page Pin
Christian Graus5-Oct-09 20:33
protectorChristian Graus5-Oct-09 20:33 
GeneralRe: How to edit Master Page Pin
Shalini_U5-Oct-09 21:21
Shalini_U5-Oct-09 21:21 
GeneralRe: How to edit Master Page Pin
sashidhar5-Oct-09 20:36
sashidhar5-Oct-09 20:36 
GeneralRe: How to edit Master Page Pin
Christian Graus5-Oct-09 20:45
protectorChristian Graus5-Oct-09 20:45 
GeneralRe: How to edit Master Page Pin
nagendrathecoder5-Oct-09 20:46
nagendrathecoder5-Oct-09 20:46 
GeneralRe: How to edit Master Page Pin
Shalini_U5-Oct-09 21:39
Shalini_U5-Oct-09 21:39 
GeneralRe: How to edit Master Page Pin
nagendrathecoder5-Oct-09 21:55
nagendrathecoder5-Oct-09 21:55 
GeneralRe: How to edit Master Page Pin
Shalini_U5-Oct-09 22:05
Shalini_U5-Oct-09 22:05 
GeneralRe: How to edit Master Page Pin
nagendrathecoder5-Oct-09 22:09
nagendrathecoder5-Oct-09 22:09 
AnswerRe: How to edit Master Page Pin
Sachin Dubey5-Oct-09 21:50
Sachin Dubey5-Oct-09 21:50 
QuestionControl serial port from browser Pin
yesu prakash5-Oct-09 19:15
yesu prakash5-Oct-09 19:15 
AnswerRe: Control serial port from browser Pin
Christian Graus5-Oct-09 19:20
protectorChristian Graus5-Oct-09 19:20 
QuestionProblem after deploying ASP.Net application Pin
nagendrathecoder5-Oct-09 19:02
nagendrathecoder5-Oct-09 19:02 
AnswerRe: Problem after deploying ASP.Net application Pin
Christian Graus5-Oct-09 19:15
protectorChristian Graus5-Oct-09 19:15 
GeneralRe: Problem after deploying ASP.Net application Pin
nagendrathecoder5-Oct-09 19:25
nagendrathecoder5-Oct-09 19:25 
GeneralRe: Problem after deploying ASP.Net application Pin
Sundeep Ganiga5-Oct-09 19:45
Sundeep Ganiga5-Oct-09 19:45 

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.