aspx Tutorial

.NET Articles,jQuery demo, asp.net with jQuery, online tutorial,Jquery, SilverLight, Javascript, asp.net,JSON, MVC,.NET Articles,demo, Web Services, .NET articles, Sharepoint 2010, visual studio 2010,Aamir Hasan,IT
Advertise Here

Advertize

{#advanced_dlg.about_title}
by Aamir Hasan   on Friday, July 8, 2011
In this example, you will see how to bind Book class List to Repeater and add a pop up window when user click a row to confirm that he/she wants to delete a record or not. More
{#advanced_dlg.about_title}
by Aamir Hasan   on Friday, March 4, 2011
how can we disable highlighted border when focus on form controls.

When you focused on form controls, textbox and text areas highlight border is created around it.
.. More
{#advanced_dlg.about_title}
by Aamir Hasan   on Saturday, November 27, 2010
how to add fixed background image using css in asp.net page.. More
{#advanced_dlg.about_title}
by Aamir Hasan   on Sunday, November 7, 2010
A simple solution of toggle multiple div using jQuery, More
{#advanced_dlg.about_title}
by Aamir Hasan   on Saturday, November 6, 2010
CSS grandient effect on div background. More
{#advanced_dlg.about_title}
by Aamir Hasan   on Monday, August 2, 2010
Microsoft has released a new tool named WebMatrix. It is very easy to use and requires a little programming expertise. The tool is aimed at facilitating those who have little or no programming experience. You can easily create, edit and manage web sites using WebMatrix. You can also manage databases and generate SEO Reports for your websites. You do not need to install Visual Studio on your computer to work with WebMatrix. Let's get started with the first tutorial on WebMatrix. Launch WebMatrix by clicking the shortcut on your system. Three options are displayed. Site from web gallery Site from template Site from folder In this tutorial we will be demonstrating how to work with Site From Template option. Select Site From Template Option by clicking it as shown in figure 1.1.   Figure 1.1 Five templates are displayed, Select Photo Gallery Template and press OK button to continue as shown in figure 1.2 Figure 1.2 WebMatrix will generate a template as shown in figure 1.3 below Figure 1.3 Now you can see a Photo Galley Site is generated as shown in figure 1.4 below Figure 1.4 Now open Index.cshtml file from Gallery Folder. In this file a connection to Photo Gallery Database is established. This is illustrated in the figure 1.5 below Figure 1.5 Now click on the Database tag. You will see Photo Gallery Database. Here you can create new tables and edit them. This is shown in the figure 1.6 below Figure 1.6 There is a built-in SEO toolkit to keep record of errors in your site. Just click the Reports tag and WebMatrix will display a report. This is illustrated in the figure 1.7 below Figure 1.7 Save and check the output in your Browser as shown in Figure 1.8 Figure 1.8 Download You can download WebMatrix Tool from Microsoft site.
{#advanced_dlg.about_title}
by Aamir Hasan   on Tuesday, July 27, 2010
how to optimize the web page, Loading fast page make the client experince. More
{#advanced_dlg.about_title}
by Aamir Hasan   on Friday, May 28, 2010
In this Example ,When user move mouse over the list, jquery will fire addclass event and CSS will be applied on <li>. Overview Add Class Remove Class Jquery HTML Mark Output Conclusion Add Class (addClass(CSS class name)) Class name is used to add class from set of elements. Remove Class (removeClass(CSS class name)) Class name is used to remove class from set of elements. Jquery Add online Reference under head tag of your page as given below.   <script src="http://code.jquery.com/jquery-latest.js" type="text/javascript"></script> Add jquery functions under head section as given below HTML Mark Add unorder List as given Below     <ul id="List">        <li>Aamir Hasan</li>        <li>Bill Gate</li>        <li>Saba Khan</li>        <li>Awais Ahmed</li>        <li>Studentacad.com</li>    </ul> Output conclusion This is how simple to add and remove class on client side using jquery. View online Demo Download Source Code:ADD remove css.rar (3.15 kb) [adsense aamirhasan text two]
Tags: , ,
Advertizement 1
Advertizement 2
Advertizement 3
Advertizement 4
Advertizement 5