TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Jhon ABhu
NA
57
4.7k
VBScript display data in browser
Jan 23 2021 6:21 AM
Hello Friends...
I am begginer I need print data in a window or browser using vbscript
data stored in variable. I can show popup message with data. but i cant display in browser or new window want to take print.... Pls help
Dim ConnectionString
ConnectionString = "Driver={SQL Server};Server=MYPC-PC;Database=xxxxxxx;Trusted_Connection=TRUE"
objConnection.Open ConnectionString
strQuery = "Select * from xxxxxxxxxxxxxx"
rs.Open strQuery,objconnection
Do While Not rs.EOF
val_C_Name=rs.Fields.Item("Client_Name")
header = "xxxxxxxxxxxxxx"
str = header&vbNewLine&vbNewLine &str&"Name of The client: " val_C_Name
rs.MoveNext
Loop
MsgBox str
Reply
Answers (
2
)
Installing visual studio 10 and latest version visual studio in one
how to make a continuous forms or gridview or table using asp.net c#?