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.

~2K People Reached
Favorite Tags
Member Avatar for Jazerix

Hey there I've been working on a little tool for the last few hours, first i got all my info raw from the site, then i found out there was an api for youtube (stupid me >_<) but after hours of trying i simply cant get it working [CODE]YouTubeRequestSettings settings …

Member Avatar for Sivakumar_1
0
280
Member Avatar for jimib

Here's the code I use to show an swf file that's located inside my project (in the directory SWF. It works fine. However, SWF files are huge and I would like to keep them in an external directory. I put some in my development server (C:\Program Files (x86)\Common Files\Microsoft Shared\DevServer\10.0\SWF) …

0
94
Member Avatar for spherecons

Has anyone there got any experience of using ASP (not ASP.NET - but I'll come to that) with VS2008. The debugger dies whenever you change anything or stop it - which seems inelegant. Microsoft's response is to sniffily tell me that they don't support ASP beyond VS2005 and certainly won't …

Member Avatar for jimib
0
142
Member Avatar for jimib

I have a very complex multi-page form I am developing in the Crystal Reports which is included in VS2008. There is always 1 Page A. There may be 1 or more page B. There may be 1 or more Page C. Page A has 7 subreports and a header from …

Member Avatar for jimib
0
170
Member Avatar for jimib

[CODE] <%@ Page Language = "VB" aspcompat=true Explicit="True"%> <%Dim src As String = " bet "%> <html> <head ></head> <body > <form name=loc action=testsac.aspx method=get> <table class=s0 width=100% cellpadding=1 cellspacing=1 align=center border=1> <tr class=s0 align=center> <td> Search For: <input class=s0 size=50 name=src value=<%=src%>> <input class=s0 type=submit value=Search /> <td></td> </tr> …

Member Avatar for almostbob
0
111
Member Avatar for jimib

could be this is an HTML problem, but I'll take the help anywhere I can find it... [CODE] <% @ Page Language = "VB" aspcompat=true Explicit="True" Dim src As String = " bet " %> <html> <head ></head> <body > <form name=loc action=testsac.aspx method=get> <table class=s0 width=100% cellpadding=1 cellspacing=1 align=center …

Member Avatar for jimib
0
117
Member Avatar for murali2joy

Hi I've a web application in ASP. I'm planning to develope the future pages in ASP.Net. Is there any way to use the same old ASP pages (without converting them to .aspx) and built the future pages in ASP.net.

Member Avatar for jimib
0
87
Member Avatar for jimib

I have a text box that I use as part of a search function. Whenever the user searches for "bet" it finds the first string that includes "bet", as in "abet". That's OK. When the user searches for " bet " it finds the first instance of " bet ". …

0
80
Member Avatar for troy19

i have a login page (html) i need to transfer the username and the password to a text file using asp ... [code=html]<FORM method=post action=login.asp> <INPUT id=email class=inputtext type=text name=email> <INPUT id=pass class=inputpassword type=password name=pass> </form>[/code] i need this parametrs to be written in text file (notepad) using asp Thanks …

Member Avatar for chsab420
0
84
Member Avatar for 2eXtreme

Hi Guys I'm having a lot of bother trying to execute a vbs script from an asp file. Basically, what i want is for the asp to call a vbs file, and then i want the vbs script to write to a file on the server, and then i want …

Member Avatar for mejohn
0
450
Member Avatar for jimib

I need to write to a textfile and name it with an extension other than ".txt" (an archive file) . For example: myfile.123 I can't seem to get around the file system object adding ".txt" so my filename becomes myfile_123.txt Do I need to write it another way or is …

0
112
Member Avatar for dthatsme33

I added this code on my page to appear if a recordset is empty: [code=asp]<% If rsArticles.EOF = False Then %> Sorry, there are no listings for this classification today <% End If %> [/code] I tested the page and that phrase did not appear. There are no records in …

Member Avatar for chsab420
0
99
Member Avatar for jimib

I am new to asp.net though not to asp. I want to display two gridboxes, the first with master records and the second with child records linked to the master table id. The idea is to change the child records when the parent record is selected, or ideally, when the …

Member Avatar for jimib
0
128
Member Avatar for shawn.bordeaux

Basically I am just trying to figure out how I can display customer records for the user who is logged in. I am sure this is very simple just not 100% sure how. I have a form that the user submits new customers and it stores the userid for the …

Member Avatar for shawn.bordeaux
0
173
Member Avatar for jimib

I am attempting to configure a datasource in an AJAX web page from an existing postgreSQL database that resides on our server. I have done this many times with MySQL, no problem. When I finish the configuration for the PostgreSQL Database in the "Add Connection" wizard of Visual studio 2008, …

Member Avatar for jimib
0
109