M
meeraluv
Guest
based on the app.config file , based on the number of entries in file,i need to create a webbrowser with tabs in vb.net
eg : <appSettings>
<add key="UITab1" value="
View: https://www.youtube.com/watch?v=hKakY4OQthA
" />
<add key="UITab2" value="
View: https://www.youtube.com/watch?v=V_lgJgBbqWE
" />
<add key="UITab3" value="
View: https://www.youtube.com/watch?v=BGa3AqeqRy0
" />
</appSettings>
in this i need to create webform with 3 tabs ,in each tab the above 3 videos should play.
importing the data from app.config file and craete the webbform... How will i do it. Kindly help
Continue reading...
eg : <appSettings>
<add key="UITab1" value="
" />
<add key="UITab2" value="
" />
<add key="UITab3" value="
" />
</appSettings>
in this i need to create webform with 3 tabs ,in each tab the above 3 videos should play.
importing the data from app.config file and craete the webbform... How will i do it. Kindly help
Continue reading...