Posted on: 9/16/2014 8:51:52 AM | Views : 416

I have the following code of my aspx form.
<%@ Page Title="" Language="VB" MasterPageFile="~/MasterPages/MasterPage.master" AutoEventWireup="false" CodeFile="FollowUp.aspx.vb" Inherits="FollowingUpContentPages_FollowUp" MaintainScrollPositionOnPostback="true" %> <asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server"> <style type="text/css"> .HyperLinkStyle img { height:30px; width:30px; vertical-align:middle; } .ImageFieldStyle img { border-style: solid none solid none; height: 30px; width: 30px; vertical-align: middle; } .ImageFieldStyle { border-width: 0px; border-style: none; ...

Go to the complete details ...