1,828 Topics

Member Avatar for
Member Avatar for ste713

Can someone help stop my head ache! Im sure its very simple (it is with php). I have run one query to get a users current cash [CODE] SQL = "SELECT * FROM money WHERE id='fred' Set Recordset = Server.CreateObject("ADODB.Recordset") Recordset.Open SQL,Connection Recordset("cash")[/CODE] This is correct and pulls the value …

Member Avatar for jcarbillon
0
92
Member Avatar for seanooi

How do I authenticate a .aspx page in objective-c? I've googled and viewed countless results to no avail. I found something about NSURLCredentials but nothing helpful. Any pointers would be very much appreciated.

0
75
Member Avatar for CaffeineCoder

I'm trying to connect a SQL database to a Classic ASP site. I keep getting the following error message no matter what I do: ADODB.Connection error '800a0e7a' Provider cannot be found. It may not be properly installed. I have an ODBC entry for this database, as well as have the …

Member Avatar for CaffeineCoder
0
4K
Member Avatar for samsnov

Please help me out here, I uploaded films with Fileserve.com , file Sonic.com and couple of others, I want to take the downloaded films reference to my site so that it can be downloaded from my site but through my publishers link but it did not work by my own …

0
99
Member Avatar for atrueresistance

So, I'm using ASP with a VB code behind. I have text boxes that are supposed to appear one by one only if the there is a location number in the preceding text box. I had that function working perfectly, but I needed to add a MaskedEditExtender in the place, …

0
211
Member Avatar for GAiXz

please look at the picture attached... ^_^ [CODE]Protected Sub GridView1_PreRender(ByVal sender As Object, ByVal e As System.EventArgs) Handles GridView1.PreRender GridView1.DataBind() lblStatus.Text = GridView1.Rows.Item(0).Cells(52).Text 'this code is to display the current status of the colum...i don't know if it's read only one or all the column... End Sub Protected Sub chkADa_CheckedChanged(ByVal …

Member Avatar for GAiXz
0
85
Member Avatar for judithSampathwa

hi there, i am making an application for a purchase order and i am creating the purchase order form. in the form there is a table with 5 columns and 3 rows. the 3 rows is the default number of rows in the purchase order application form. when the user …

Member Avatar for judithSampathwa
0
230
Member Avatar for bevssi

I'm new at this and still get really stuck so I've probably overworked this till I can't see how simple it is. I just need a report that shows which churches are entering monthly reports. Example: Desired Report: Church Jan feb mar april etc. churchA X N Y N churchB …

0
90
Member Avatar for dips255

I have created a subdomain mapped to a sub - directory of the website. The default page of the sub directory ([url]http://www.mydomain.com/foldername/default.asp[/url]) works fine, but [url]http://foldername.mydomain.com[/url] shows error Microsoft OLE DB Provider for ODBC Drivers error '80004005' [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified …

Member Avatar for dips255
0
122
Member Avatar for octopusgrabbus

I need help with the following. I have an application running on Linux. It sends by http get request a record of data, including street number, street name, city, and zip over to an IIS server, which is connected through ActiveX to address verification software.. When the ASP page processes …

0
102
Member Avatar for fusioninfosys

hi all, I am new in asp.net and my company had a project and all of this project devolopers leave from here , no one know about the project. I need to update it. Actually all are configured locally in my windowsXP system. database ,iis,project file all are here. while …

Member Avatar for dnanetwork
0
875
Member Avatar for unoho

Hey guys, so im building this application using ASP.net (visual studio 2005) and i have few dropdown lists. the dropdown list has an arrow beside it. when u hover over it, it says "choose data source". i click on it but there seems like no option to connect to analysis …

Member Avatar for cfwebdeveloper
0
349
Member Avatar for ariffin246

Hi I am php coder and new to asp. I am trying to build a simple login page using asp and the db connection works fine. When the user submit the form and at the sql query section i am getting the following error "Microsoft OLE DB Provider for ODBC …

Member Avatar for jfarrugia
0
344
Member Avatar for karthik.net87

I have a numeric format issue export gridview to excel My issue is in gridview the time format display 28:30 but when it export to excel it shows 28:30:00 and i need the raw data i.e(28:30) Help me

Member Avatar for karthik.net87
0
78
Member Avatar for xanawa

i have a register page which contains validation error checking (error providers) now i have a cancel button that leads to the home page. I need that this button is not stopped by the error messages. How can i remove the error messages on button click?

Member Avatar for matricol
0
85
Member Avatar for fahad100

hello i am using windows xp and i have installed IIS but in-spite of it i can not run asp program i when ever write [url]http://127.0.0.1[/url] or localhost i get error please help me

Member Avatar for mlesniak
0
140
Member Avatar for Chris_Vassallo

Hi, all I Have a problem with the DropDownList in a DataGridView( I am using ASP.Net c#). I Would like to fill the DropDownList in the DataGridView with information retrieved from a DataTable for example if a particular product I have 10 left in stock I would like to fill …

Member Avatar for mlesniak
0
202
Member Avatar for almostalive

Hi Im a first time poster.(please be gentle XD) I'm hoping someone can help me. I just would like to ask if - aside from datagridviews and manually drawing tables- there is another way to draw data onto a page, in tabular form? The problem is that the data I …

Member Avatar for almostalive
0
154
Member Avatar for sourabhacooli
Member Avatar for mlesniak
0
116
Member Avatar for mlesniak

Hi. I've been trying to populate a <select> option list in HTML by querying a Microsoft SQL Server database. For some reason I can not do this by mixing the scripting code (VBscript) with HTML. If I place the query between the <select> and </select> tags it does not run …

0
58
Member Avatar for strRusty_gal

Hi Everyone, Thanks for viewing this thread. I have called a 1 of the HTM page when the user click on 1 of the button [B]This is the code that i have did in the asp[/B] [CODE] <% if request.Form("btnPrint") <> "" then For counter = 0 to CInt(request.Form.Item("txtREG")) labeltype …

0
63
Member Avatar for yash777

hello all, i m trying to edit the values in database through textbox in ASP. first i retrived the values from database and set those values to the value property of textboxes on the form so that user can see the old values. now, i want him to enter new …

Member Avatar for forfyp
0
101
Member Avatar for SBox

I Programmed A CMS ( Control Mangament System ) With ASP And When I Programmed The Search Engine This Error Messege Apears : [CODE]Microsoft JET Database Engine (0x80040E14) Syntax error (missing operator) in query expression '??????? like '%??? ??????%' or ?????? like '%??? ??????%' or ????? ??????? like '%??? ??????%' …

Member Avatar for guruben
0
329
Member Avatar for judithSampathwa

hi there, i am trying to build an website and i have formatted them with div tags, but when i view the same page in a web browser the text boxes and the labels are not in a proper place. how do i fix it the code is below [CODE] …

Member Avatar for judithSampathwa
0
162
Member Avatar for hinzhonee

hi! i am using update panel with asynchronous post back trigger but the page which is having his code doesnot work properly..i have scroll bar in this page..n when ever i scroll down it automatically scrolls up...how could i resolve this problem Collapse <asp:UpdatePanel ID="UpdatePanel2" runat="server" UpdateMode="Conditional"> <ContentTemplate> <div id="ChatContent" …

Member Avatar for ArtistScope
0
140
Member Avatar for radujit

Hi, I have this newsletter code, that takes emails from the recordset Tonews and sends a specific message + attach [CODE]dim cdoConfig Set cdoConfig = CreateObject("CDO.Configuration") With cdoConfig.Fields .Item(cdosmtpserverport) = 26 .Item(cdoSendUsingMethod) = 2 .Item(cdoSMTPServer) = smtpserver .Item(cdoSMTPAuthenticate) = 1 .Item(cdoSendUsername) = musername .Item(cdoSendPassword) = mpassword .Update End With dim …

Member Avatar for ArtistScope
0
84
Member Avatar for spence89

Hi guys, I've just managed to get 99% of a script running for my website. I am creating a system where a user can create an invoice using our billing system, and then download it via PDF. I am using Persists PDF module and I have got it all working. …

Member Avatar for spence89
0
502
Member Avatar for mshauny

Hi I'm not an asp .net developer although I have done web development with php and mysql, I'm more of a software developer for desktop and mobile devices. So this is my first big project with ASP .NET. I have a question with the ASPNETDB database, understand that the database …

Member Avatar for crishlay
0
179
Member Avatar for br_astronut

HELP! I am a medium duty VB.Net developer and want to start developing web applications and converting some of my VB apps to web apps. I know the basics and have put together a working ASP.Net application with no problem. I have the mechanics working fine. I just can't seem …

Member Avatar for matthewskyle
0
266
Member Avatar for pagas

I am workin on eclipse Helios Service Release 2, serser Tomcat 7. When i try to reach test.jst i get error 404, type Status report message /bandymas/view/test.jsp description The requested resource (/bandymas/view/test.jsp) is not available. it is strange becouse i can reach error.jsp in the same directory, using the same …

Member Avatar for scrappedcola
0
268

The End.