Although the Scripting Object Model (SOM) in Visual InterDev 6 makes for quick development, it doesn’t cover all the functionality that you need. For example, in Visual Basic it is easy to give any control the focus. That functionality isn’t built in to VID 6, so you need a combination of server-side and client-side script. The trick is to use some inline ASP/SOM coding to generate the client-side code that gives the focus. In this snippet, the third line gives the focus (a client-side method) to a control that the user selected with a server-side control (Listbox1).
Charlie has over a decade of experience in website administration and technology management. As the site admin, he oversees all technical aspects of running a high-traffic online platform, ensuring optimal performance, security, and user experience.
Related Posts
- Find Compilation Time (in nanosecond, microsecond & millisecond) of any code (C, C++, JAVA & all others) & Execution Time of any Command
- Asus Zenbook 14 OLED: Vibrant Display Meets Powerful Performance
- Cloud Security Alliance releases AI offensive security report
- Amazon Launches New Cloud Computing Services at AWS Summit
- Node.js Releases Version 6























