Answer Posted / lavina
2 languages :
1. xml
2. css
| Is This Answer Correct ? | 11 Yes | 27 No |
Post New Answer View All Answers
What are the advantages of using session?
Can master pages be nested?
Where are session variables stored?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
What is the use of response redirect in asp.net?
What is difference between Fragment Caching and Page Caching in ASP.NET?
How can you dynamically add user controls to a page?
How can we create Tree control in asp.net?
Which control has default post back is enabled(true)?
What is Web API Routing?
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
How can you handle unmanaged code exceptions in asp.net?
Can you explain composite pattern?
What is in a session cookie?
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.