Hi,
I am creating a loop that will display each server, its location and a checkbox from a table. However when creating this loop, I get an error stating "Expected End of Statement." on line 112:
Dim oConn, i
oConn.Open(ConnectionString)
sqlQuery = "SELECT...
Hi,
I am trying to write some text to this text document. Even the the program successfully debugs, i do not see a blank document on the file that I want to make changes on.
Here is the code:
using System;
using System.IO;
class CheckStream
{
public static void Main()
{...
Hi, I am creating this page where I can upload files onto a server. Here is my code on the asp page that uploads the file
<% Dim objuploadform, objfs, objfso, objfile, strfn
set objuploadform = Server.CreateObject("SiteGalaxyUpload.Form")
if...
Hi,
I need to create an attachment link to a word document on a web page. There is a button that would take me to a separate page where the user can select the file they want to attach. Once they choose the file, I need store this file into a variable and create a link on the webpage that...
Hi,
I want to create a popup box. When a click a certain link i need this popup box to open. Also, inside the popup box there should be a control that allows users to select a file in a particular folder. The location till the folder will be specified. The user only has to choose the file...
I created this website where users can add new records. In each of those records, the user should have the option to attach a word document. So i Basically created an input control that allows the user to browse and find the file they want attached to their record. Now the problem is, I have...
Hey,
I did not explain it properly. I created this website where users can add new records. In each of those records, the user should have the option to attach a word document. So i Basically created an input control that allows the user to browse and find the file they want attached to...
Hi,
I want to create a word document attachment to my asp web page. So when a user clicks on this link, the specified word document should directly open. I was reading that the webbrowser control will assist in this process, but i am not too familiar with it. Can some provide me with any...
Hi,
I created this problem where i am calculating the projectile motion of a ball. I took paramters of ball angle, gravity and velocity. When compiling this program, I am not able the projectile results are displaying as zero. Also, the exact time when the ball is launched is not showing...
Hi,
I want to capture and store the userID of each user that accesses my website. Im not too good with the the syntax and logic. Can someone start me off in the right track.
Thx
Hi,
I am trying to create a condition statement. But when executing this block of code I receive an error stating that string to bool conversion cannot be done implicitly.
userInput = Console.ReadLine();
if(userInput = "")
{
userGravity = 9.80d...
Hi,
I created an array with a list of characters (T, U...). I want to create another array that displays the same characters minus the one character that was selected from the first array. How can I achieve this?
My second array is called "size"
Hi,
I am creating this website using asp that displays different records of information. I have stored these records in a sql database in a webserver. Now, In one of my records, I have to create a link that would direct me to a serparate word document saved as a html file. This file is also...
Ye, I figured that second part out :-). I just have one other quick question.
Now i created an array with a list of characters (T, U...). I want to create another array that displays the same characters minus the one character that was selected from the first array. How can I achieve this...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.