Posted on: 1/19/2014 10:20:24 PM | Views : 321

I have aspx page, with the following markup view
<%@ Page Title="" Language="VB" MasterPageFile="~/MasterPages/MasterPage.master" AutoEventWireup="false" CodeFile="ForwardPosting.aspx.vb" Inherits="NewPosting_ReplyPosting" MaintainScrollPositionOnPostback="true" %> <asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server"> <style type="text/css"> .MainFieldsDivStyle { border-color: Black; width: 75%; border-style: solid; margin-top: 22px; background: rgb(219, 219, 219); background: rgb(219, 219, 219); } .StatusDDStyle { border: thin solid #000000; background-color: #DADADA; text-align ...

Go to the complete details ...