How to count the number of objects present in a web page? How to count the number of radio buttons in a web page?
Turn Off ASP Session State on an IIS 5.1 Web Site
How many web config files can be created for an application?
how to write code for role based security
what is Versioning in asp.net and how it maintain in any web application
Explain how dot net compiled code will become platform independent?
What is the difference between asp.net and mvc?
What should you do is you want to remove an existing component but would like to make some funtionalities?
can u create two Primary key for a table? --Sivaa
Can you clarified A Web service can only be written in .NET or not?
33) You create English, French, and German versions of your ASP.NET application. You have separate resource files for each language version. You need to deploy the appropriate resource file based on the language settings of the server. What should you do? A . Create an installer and set the Installer.Context property for each version of your application. B . Create an installer that has a launch condition to verify the locale settings. C . Create an installer that has a custom action to install only location-specific files. D . Create an installer that has an MsiConfigureProduct function to install the appropriate version.
2 Answers Friedkin, ISH, Syntax, Syntax Softtech,
Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?
Can we use html in asp.net?