1.What is Auto Event wire up ?
Asp.Net pages automatically bind page events to methods that have the name Page_events. This is automatically binding is configured by the Auto Event wireup attribute in the @ page directive, which is set to true by default in C3. If you set Auto event wire up to false the page doesn't automatically search for methods that use the page_events
Auto Event wire up=false and c# auto event wire up=true.
2.What is the process?
Process is set of tasks running application.
3.Tell type of assemblies?
1.Shared, 2.Private 3.Satellite assembly.
Asp.Net pages automatically bind page events to methods that have the name Page_events. This is automatically binding is configured by the Auto Event wireup attribute in the @ page directive, which is set to true by default in C3. If you set Auto event wire up to false the page doesn't automatically search for methods that use the page_events
Auto Event wire up=false and c# auto event wire up=true.
2.What is the process?
Process is set of tasks running application.
3.Tell type of assemblies?
1.Shared, 2.Private 3.Satellite assembly.
No comments:
Post a Comment