Hello VB.net experts.
I know nothing about VB.net, but about 6 years ago I took a VB course and created a couple of small applications and I also took a web class which included creating asp pages. That was also about 6 years ago. For my current job I have given one of our developers specifications for an application and I realize now that most of my specifications was based on both of my knowledge of VB and asp. Note, the developer's expertise is in PowerBuilder and he is creating this VB.net web application using on the job training.
I have been testing the application and there are cosmetic things that really need to be changed, but because I am not familiar with VB.net I am not sure if he can even do what I would like done. Therefore, before I go another step further I was hoping someone would not mind answering some questions for me.
I recall, mostly by going back to old code, that when using asp you would actually use asp code to build out the web display of information. Meaning I had a sql statement that returned data and then I had a loop that displayed the data that was returned and embeded that code in the html "<td>", "<tr>" to dynamically build the table and display the information. Even alternating the colors for each row (something I'd like the developer to do). Can that be done with VB.net or is it like VB where objects are being dropped on a page and in this case the web display is interperted?
Also, what are the best practices for displaying error messages? In VB it was the display of dialog boxes and displaying the messages?
Thank You so much, in advance for your help.
I know nothing about VB.net, but about 6 years ago I took a VB course and created a couple of small applications and I also took a web class which included creating asp pages. That was also about 6 years ago. For my current job I have given one of our developers specifications for an application and I realize now that most of my specifications was based on both of my knowledge of VB and asp. Note, the developer's expertise is in PowerBuilder and he is creating this VB.net web application using on the job training.
I have been testing the application and there are cosmetic things that really need to be changed, but because I am not familiar with VB.net I am not sure if he can even do what I would like done. Therefore, before I go another step further I was hoping someone would not mind answering some questions for me.
I recall, mostly by going back to old code, that when using asp you would actually use asp code to build out the web display of information. Meaning I had a sql statement that returned data and then I had a loop that displayed the data that was returned and embeded that code in the html "<td>", "<tr>" to dynamically build the table and display the information. Even alternating the colors for each row (something I'd like the developer to do). Can that be done with VB.net or is it like VB where objects are being dropped on a page and in this case the web display is interperted?
Also, what are the best practices for displaying error messages? In VB it was the display of dialog boxes and displaying the messages?
Thank You so much, in advance for your help.