Hihi om_prakash,
I got the error after trying out:
Wrong number of arguments or invalid property assignment: 'TD_Prop'
/text.asp, line 72 and 73
which is
<td width="66" class="<%=TD_Prop(rs("Schedule"))%>"><%=rs("Schedu le")%></td> //line 72
<td width="298" class="<%=TD_Prop(rs("Schedule"))%>"><%=Item_Prop( rs("Code"),rs("Item"))%></td>//line 73
Hmm..wonder what's the problem..
Click on
http://n.domaindlx.com/hayley/PMS_Page.asp if u wanna see the test page. At the bottom U can see the error.
Click on "Complete unit servicing & renew wire rope". It pops up another window with dates. When u remove the date the page is able to display properly. If added date, the page displays error. Why?