Wednesday, October 17, 2012

Write your own intellisense description

Want to include your own comments in intellisense?

Type 3 single quotes and Visual Studio will produce the template for you to fill in.



Tuesday, May 15, 2012

GridView RowType

Different types of rows exist in the GidView.

"GridViewRow.RowType Property (System.Web.UI.WebControls)" ( http://bit.ly/h4fyeP )

Here's a kitteh to relax you...


Friday, May 11, 2012

Connect to local instance of SQLServer

I created this post mainly for myself.


<add name="connstring" connectionString="Data Source=COMPUTERNAME\INSTANCENAME;Initial Catalog=DATABASENAME.MDF;Integrated Security=True" providerName="System.Data.SqlClient"/>

"SQL Server 2008 Connection String Samples - ConnectionStrings.com" ( http://bit.ly/JL6FV5 )


Thursday, May 10, 2012

Are you reading MyVBBlog?

Hi. This blog is not meant to be read in a linear fashion. Refer to it by using the tag list down the right hand side. Get what you need. Clear as mud? 

RangeValidator

"RangeValidator Class (System.Web.UI.WebControls)" ( http://bit.ly/wa7Gc0 )

RegularExpressionValidator

"RegularExpressionValidator Class (System.Web.UI.MobileControls)" ( http://bit.ly/Llnes8 )