use of machine.config file ?
-
hai , howr u all. ihave some doubts on machine.config file , i want to clarify where it is used and how it will be used. n i have some doubts on controls . anyone clarify my doubts regarding "difference between client side controls and server side controls ", :confused: how we differ both of them in our page . Thanks in advance , Regards , Abhiram..
-
hai , howr u all. ihave some doubts on machine.config file , i want to clarify where it is used and how it will be used. n i have some doubts on controls . anyone clarify my doubts regarding "difference between client side controls and server side controls ", :confused: how we differ both of them in our page . Thanks in advance , Regards , Abhiram..
Google is your best friend first try to search on google if you foung any issue or question in mind then ask i think its better for you you will get many sites
Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... "
-
hai , howr u all. ihave some doubts on machine.config file , i want to clarify where it is used and how it will be used. n i have some doubts on controls . anyone clarify my doubts regarding "difference between client side controls and server side controls ", :confused: how we differ both of them in our page . Thanks in advance , Regards , Abhiram..
abhiram123 wrote:
ihave some doubts on machine.config file ,
Machine.config file contains settings that apply to entire computer. ASP.NET configuration system first checks in the Machine.Config file for tag.
abhiram123 wrote:
difference between client side controls and server side controls
I think there is no client side controls. You can categorize like ASP controls and HTML controls. ASP controls can be accessed from the codebehind page. HTML controls also accessible from code behind , but not directly. May be when the form is posting back. ASP controls will have a
runat="server"
tag.Navaneeth My Website
-
abhiram123 wrote:
ihave some doubts on machine.config file ,
Machine.config file contains settings that apply to entire computer. ASP.NET configuration system first checks in the Machine.Config file for tag.
abhiram123 wrote:
difference between client side controls and server side controls
I think there is no client side controls. You can categorize like ASP controls and HTML controls. ASP controls can be accessed from the codebehind page. HTML controls also accessible from code behind , but not directly. May be when the form is posting back. ASP controls will have a
runat="server"
tag.Navaneeth My Website
Hello Navaneeth, I am developing the "online examination portal" in asp.net using c# as code behind. But i am new to this technology. so can you help me? If you have any project code regarding to this then nsend me for reference. Thanx. My e_mail id is nisar321@gmail.com Bye. Nisar Inamdar
-
Hello Navaneeth, I am developing the "online examination portal" in asp.net using c# as code behind. But i am new to this technology. so can you help me? If you have any project code regarding to this then nsend me for reference. Thanx. My e_mail id is nisar321@gmail.com Bye. Nisar Inamdar
Hi Nisar Inamdar This link will helps u ... go through this link... bye... http://www.codeproject.com/aspnet/IntegratedQuiz.asp