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 )

Wednesday, May 9, 2012

Input Validation Controls

The following controls allow for a variety of validation tasks and can be found in the Validation section of the Toolbox:



"Validating User Input in ASP.NET Web Pages" ( http://bit.ly/LkqfZO )



Required Field Validator

"RequiredFieldValidator Class (System.Web.UI.WebControls)" ( http://bit.ly/xRU49n )