Posted on: 7/27/2015 3:32:43 AM | Views : 709

Hi  Usually, I will write code behind aspx.vb.  I want to write code in side HTML beacause  I need to give access the user based on module. I am using bootstrap. Below is my HTML code.  Pls advice me Thank you in advance Maideen
<%@ Master Language="VB" CodeFile="Site.master.vb" Inherits="inc_Site" %> <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %> <%@ Import Namespace="System" %> <%@ Import Namespace="Microsoft.VisualBasic" %> <%@ Import Namespace="System.Data" %> <%@ Import Namespace="System.Data.SqlClient" %> <%@ Import Namespace="System.Configuration.ConfigurationManager" ...

Go to the complete details ...