The Problem When starting Visual Studio … … by loading a solution file, no windows display and the Solution Explorer remains empty. … you get
Category: Tips & Tricks

EF code first – Model compatibility cannot be checked because the database does not contain model metadata
This suggests that migration table is out of sync (even if your data isn’t), and that’s been part of the db schema now (since 4.3

GridView: Findcontrol from HeaderTemplate/ItemTemplate
Find HeaderTemplate Control code behind
Cross-Domain requests in Javascript
Originally posted on jvaneyck:
If you are developing a modern web-based application, chances are you: Are using javascript on the client side. Need to integrate…
UpdatePanel and triggers from a repeater control
If you want to backstop on some controls click you must need to specify triggers in UpdatePanel For example: <asp:UpdatePanel ID=”UpdatePanel1″ runat=”server”> <ContentTemplate> <asp:Repeater ID=”Repeater1″
Send Email from a Static HTML
Send an email without back-end/server side code. There are many solutions available for sending an email here I am explaining steps to sending an email