Compare and contrast between inline and code behind - which
one is best?
Answers were Sorted based on User's Feedback
Answer / bhaskar
code behind model is better than in line code y because 1.
designer n developer can work simultaneouly 2. sequrity
will be provided so that web desiger can not edit the
developer's code.
Is This Answer Correct ? | 5 Yes | 0 No |
Describe the master page.
What is viewstate information stored?
Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.
Explain the different types of directives in .net?
Is there any alternative to avoid name collisions other then Namespaces?
What are Master Pages in ASP.NET? or What is a Master Page?
Difference between Array and ArrayList? How Array is benifitful than ArrayList?
hi guys do u know how to go one page to one page to another page plz tell me any of u know
Suppose, I have 3 pages, Page1.aspx, Page2.aspx, Page3.aspx. All pages are in diff. server. When user req. for a page, Page1.aspx opens Ist & a session established. If user req. for IIn page, second session established. Similarly, 3rd session established if user req. 3rd page. In this scenario, tot. 03 sessions are established. How we can minimize it so that it will work with only one session?
What is CSS? What is the advantage os using CSS in ASP.NET Web Applications?
Explain login controls.
What is Virtual path in ASP.Net