ASP.NET Content Data Driven
ASP.NET Template Modifying
This tutorial is rather simple but for those who want to learn how to do it should continue reading.
In this tutorial we are going to spice up the default template provided by Visual Studio/Web Developer 2010.
Here is what… Continue reading
ASP.NET Loginview Roles
In this video tutorial i will show you how you can create a role template using the loginview control. By default the loginview control has 2 templates Anonymous and Logged In. We are going to create another template based on the Administrator role i will create using the asp.net configuration tool. Than i will show you how it works and how you could use this in your asp.net web applications.
ASP.NET Membership Sytem In VS2010
When i first fired up VS2010 i created a new asp.net website.
I couldn’t help bug get all bug eyed with the results when my project was created successfully.
Not only did it come with a premade default template but… Continue reading
ASP.NET Membership Registration
This is a video i have redone on the asp.net membership register. No mic = no sound in the previous video but this video has sound. I will briefly go over how to get your website configured to work with the membership system, we will create a couple of users, 1 in the asp.net configuration tool and one from our website. Once registered we will log in and have our username displayed with a logout link.
ASP.NET Data Styles Continued
In this final video we add css classes to the gridview itself, create those classes in our css file and watch them take effect. It’s not the idea to make it pretty and if i was to think this style is the best looking than i shouldn’t even be doing this kind of stuff lol Enjoy the video
ASP.NET Data Styles
This video i focus on adding style to a gridview control using CSS. You can style your control using the properties panel but why not extend it by applying CSS.
ASP.NET Working With Styles Continued
n this video i’m still continuing on with the styles however instead of assigning a class to a div tag i will be assigning a ID to it. Also for those who aren’t familiar with the CSS3 towards the end i will show you how to apply a rounded border effect without have to use images. Note though that CSS3 isn’t fully integrated into all browsers yet so some may pick up no rounded corners, just the standard square.
ASP.NET Working With Styles
In this video i am just gonna play around with styles and show you how you can use the style builder in visual studio to apply quick styles to your site essentially without having to right any code. If you’re using Visual Web Developer you can still follow along as this applies the same way.
ASP.NET Data Driven Site PT 4
We will wrap our little project by inserting another record into our database than we will navigate both records by viewing each post individually. Instead of viewing all records by clicking on a post we’re interested in we will only see the data we’re interested in seeing.





