Hi guys,
I am facing a problem with the Code behind file of the ASP.NET file i.e.new.aspx.vb is not allowing me to access the properties of the HTML controls on the .aspx page the error is as follows
My design code on the aspx page is
Code:
<table border = "0"; id = "tblecs" align ="center" style="width: 886px; height: 134px;" rules="none">
But in the code behind...