| <body> <form id="form1" runat="server"> <div> <h2>This example shows featured content.</h2> <div id="slider1" class="sliderwrapper"> <div class="contentdiv"> <strong>Featured Article</strong><br /> <p><img src="rohatashimage.jpg" style="width: 143px; height: 123px"/><a href="http://www.c-sharpcorner.com/UploadFile/rohatash/7763/">Simple User Login in ASP.NET using C#</a><p>In this article we will create a registration form, a login form and a form for checking for existing email.</p></p> </div> <div class="contentdiv"> <strong>Featured article</strong><br /> <p><img src="rohatashimage.jpg" style="width: 143px; height: 123px"/><a href="http://www.c-sharpcorner.com/UploadFile/rohatash/7826/">Retrieving User Password and Email Address from Database in ASP.NET using C#</a><p>Here, we will see how to retrieve user password and email address from database in ASP.NET.</p></p> </div> <div class="contentdiv"> <strong>Featured article</strong><br /> <p><img src="rohatashimage.jpg" style="width: 143px; height: 123px"/><a href="http://www.vbdotnetheaven.com/UploadFile/rohatash/7940/">User control in ASP.NET using VB.NET</a><p>In this article we will see how to create user control and how to use it in our web forms. </p></p> </div> </div> <div id="paginate-slider1" class="pagination"> </div> <script type="text/javascript"> featuredcontentslider.init({ id:"slider1", contentsource: ["inline", ""], toc:"#increment", nextprev: ["Previous","Next"], revealtype:"click", enablefade: [true, 0.2], autorotate: [true, 3000], onChange:function (previndex, curindex) { } }) </script> </div> </form> </body> |