In Visual Studion 2008 while working with code we use the “Go To Definition” or “F12” to go to the definition of a function from the function call, we can able to go to the CssClass from the aspx page by using “Go To Definition” or “F12”. It does not matter whether the CssClass is in Current Page or in an External style sheet. For example:
<asp:Label ID=”lblPageTitle” runat=”server”CssClass=”lblHeader”>New Meeting</asp:Label>
|
||
|