ASP To ASP.NET Doubt
I used to code in ASP some years ago, but switched to PHP due to my office´s local server
Now, i have a really dumb question that i couldnt get an answer over the internet:
I need to code some ASP again, and host it on a server that runs .aspx, will my "three years ago .asp scripts" work in a server that, nowdays, is holding ASP.NET?
View Replies
I have tryed my best to understand the asp.net, but the visual of asp.net pages are the most complicated, because on asp we have total control over the layout the page, on the asp.net for example we have a lot of components, like tables wich already have paging, etc.. a lot of code must be rewritten.I am having a lot of dificulties to try converting my asp projects to asp.net... what do you think about this?
View Replies
View Related
I need to know the syntax to achieve the following.
<%
Dim Year_Value_Num = 1999
Year_Value_Num = 1999
rsUsage.Open "Select AuthorLastName,ReceptorName,Year from TblAuthorInfo where Year > Year_Value_Num ", strConn
%>
The database access works fine otherwise But if i attempt the above code i get the error.
View Replies
View Related