ASP.NET Introduction to SharePoint Web Part Creation Refer the following link http://www.c-sharpcorner.com/UploadFile/shivprasadk/12222301222009065151AM/122223.aspx http://msdn.microsoft.com/en-us/library/ms452873.aspx Life Cycle The methods are called in the following order. OnInit
ASP.NET Best MVC blogs Blog’s Stephenwalther http://www.stephenwalther.com/blog/category/4.aspx Phil Haack http://haacked.com/Tags/aspnetmvc/default.aspx Code climber http://codeclimber.net.nz/Tags/aspnetmvc/default.aspx Steve sanderson http:
ASP.NET SQL CE with ASP .NET Application Use the below code snippet to make SQL CE it work with ASP .NET application [C#] protected void Page_Load(object sender, EventArgs e){ AppDomain.CurrentDomain.SetData("SQLServerCompactEditionUnderWebHosting", true); string connectionString
ASP.NET SQL CE db creation with C# I hope this would be useful for porting a MDF Sql db to CE Sql db. we all very much familiar with ADO.NET the namespaces available for SQL server data provider are