No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
Re: 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 | |
Re: hi jbennet could you be more specific about the usage of MX record with some code samples thanks | |
Re: Can you please send the code you are using. | |
Re: 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 … | |
Re: 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. … |
The End.