What is the purpose of App_code folder in ASP.NET 2.0?
Latest Answer: App_Code directory is very useful in that it can be used to store all the reusable classes that you want to use from your ASP.NET pages. To utilize the App_Code directory, all you need to do is to create those reusable classes and place them under the ...
How to implement Cut, Copy, Paste menu in ASP.NET
How to display current time on the online web test page.Is this possible without using Ajax technology? If Yes, How?
Latest Answer: Date.Now.Hour.ToString & ":" & Date.Now.Minute.ToString (VB)Set this value to the Label. ...
What is the main difference between Mastering Pages, Themes and Skin Concept?
Latest Answer: In the Web Application, when the each ASP.Net pages requred same content like header, images,menu in that case we have to create one master page and that master page can be include in the other web pages. It is the basic use of master pages. ...
How to use the extended Cascading drop down controls of ajax in ASP.NET?
Latest Answer: to show the multiple options but we select only one option/item. ...
How to update the data into the grid view?
Latest Answer: do as per ur own.i ll give code shortly ...
How to store multiple list items in a database table(for example, Multiple skills like ASP.NET, VB.NET, C# from a list control by using a control key)
How to Roll back Deleted records in SQL Server 2000 through Query Analyser?
Latest Answer: Rollback nothing but it is like undo, we will retrive the last changed record ...
What is the logic behind ispostback in ASP.NET
Latest Answer: ispostback option is send the request to the server site. ...
How to avoid and prevent SQL injection attack in our web application?
Latest Answer: Best way is to try SQL Stored Procedure that direct T-SQL statements. ...
View page << Previous 1 2 [3] 4 5 6 7 8 9 10 Next >>

Go Top