ascx page in asp.net web application
-
Hi guys, Some of my Questions regarding ascx page in asp.net web application:- - How we can convert read only ascx/aspx page to write mode? :confused: And if we can convert it in write mode than again how we can reconvert in read only mode?:confused: - In asp.net web application, Is it necessary to make ascx page always read only?:confused: And why we can make the ascx page read only in asp.net web application?:confused: Kunal Naik
-
Hi guys, Some of my Questions regarding ascx page in asp.net web application:- - How we can convert read only ascx/aspx page to write mode? :confused: And if we can convert it in write mode than again how we can reconvert in read only mode?:confused: - In asp.net web application, Is it necessary to make ascx page always read only?:confused: And why we can make the ascx page read only in asp.net web application?:confused: Kunal Naik
kunal naik wrote:
- How we can convert read only ascx/aspx page to write mode?
I have no idea what you're talking about.
kunal naik wrote:
ascx page
There's no such thing as an ascx page, I assume you mean an ascx control ?
kunal naik wrote:
In asp.net web application, Is it necessary to make ascx page always read only?
If the files are read only or not shouldn't matter, but I've never heard of a valid design for a website that attempts to change the contents of the aspx or ascx files on the server.
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.
-
Hi guys, Some of my Questions regarding ascx page in asp.net web application:- - How we can convert read only ascx/aspx page to write mode? :confused: And if we can convert it in write mode than again how we can reconvert in read only mode?:confused: - In asp.net web application, Is it necessary to make ascx page always read only?:confused: And why we can make the ascx page read only in asp.net web application?:confused: Kunal Naik
First Understand The User Control Then You can ask . Its Easy It is Simple User Control Here is a link http://msdn.microsoft.com/en-us/library/fb3w5b53.aspx[^] :cool::thumbsup:
http://www.codeproject.com/KB/webforms/MenuControlSelectedItem1.aspx Why Do Some People Forget To Mark as Answer .If It Helps.
-
Hi guys, Some of my Questions regarding ascx page in asp.net web application:- - How we can convert read only ascx/aspx page to write mode? :confused: And if we can convert it in write mode than again how we can reconvert in read only mode?:confused: - In asp.net web application, Is it necessary to make ascx page always read only?:confused: And why we can make the ascx page read only in asp.net web application?:confused: Kunal Naik
Sorry Same Post..!
http://www.codeproject.com/KB/webforms/MenuControlSelectedItem1.aspx Why Do Some People Forget To Mark as Answer .If It Helps.