How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
What is deference between asp.net, vb.net, c# & j#
Can the action attribute of a server-side tag be set to a value and if not how can you possibly pass data from a form page to a subsequent page?
What are ASP.NET Web Forms? How is this technology different than what is available though ASP (1.0-3.0)?
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.
Describe the difference between a Thread and a Process?
What is the difference between ldap and active directory?
Describe the method to create a permanent cookie?
How does asp page work?
What is source control?How to use in asp.net?
How does asp net store session ids by default?
What is the T-SQL equivalent of IIF (immediate if/ternary operator) function of other programming languages?
Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?