Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #27.9K
~2K People Reached
Favorite Forums
Favorite Tags

5 Posted Topics

Member Avatar for Rudner D. Diaz

how can you use javascript in vb.net it is only useful for asp or web based applications i think you should use crystal reports or download the visual studio power packs which allows you to print forms regards bharat

Member Avatar for AverageStudent
0
2K
Member Avatar for Gopinath_AC

hi jbennet could you be more specific about the usage of MX record with some code samples thanks

Member Avatar for bharatsaboo
0
57
Member Avatar for bcm
Member Avatar for yagapapa

the connection string that you have sent is just attaching the database file to the server and is not trying to open the database. change the connection string to the following : Data Source=SERVERNAME;Initial Catalog=DATABASENAME;UID=USERNAME;PWD=PASSWORD The above will only work if you are trying to connect to the database. Bharat …

Member Avatar for bharatsaboo
0
150
Member Avatar for tamik0

You should use the following functions when transferring text content to a numeric content Val() CDbl() CSng() The above will convert the text data into numeric data and then the data will transfer into the variables and then there would be no problem. Hope the above was useful to you. …

Member Avatar for bharatsaboo
0
84

The End.