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. ...
How to prevent user from going to the previous page using browsers back button?
Latest Answer: Include below code in your page javascript:window.history.forward(1); ...
View page << Previous 1 2 3 4 [5] 6 7 8 9 10 Next >>

Go Top