|
|
Recent Tutorials
Adding Page Title, Meta Tags dynamically in ASP.NET 3.5 C#
Added on October 01, 2009
For Search Engine Optimization you have to add the page title and the meta tags in the all the pages. If it is a static page you can just add in the head section of the page. But in a dynamic asp.net page you have to dynamically generate the meta tag with the relevant information and deliver in the asp.net page.
Delete confirmation using javascript
Added on September 10, 2009
When you try to delete a record, set of records you may want to confirm again to delete. If you delete a bunch of records accidentally by clicking a button all the data will be lost. You can add a javascript confirm box to any of the button's onclick event or link's onclick event to popup to confirm when you want to delete data.
Recent Articles
Getting started with ASP.NET
Added on April 30, 2009
So you have decided to learn ASP.NET but donot know how to start. Here are some practical tips. ASP.NET is a server side technology to build dynamic websites, web applications and more. ASP.NET stands for Active Server Pages.NET, though mentioned Active Server Pages, it is not an upgraded version of classic ASP and not similar to classic ASP.
Recent Snippets
Rounded background corners using CSS AND HTML
Added on October 09, 2009
This example utilizes the HTML and CSS to create a rounded corners as the background. The width is constant and the height varies according to the text but still maintaing the rounded corner background.
|
|