5,691 Topics

Member Avatar for
Member Avatar for Goitse

I am developing a system that has to connect the website to the database. I have started designing the site and I need to connect it to the database and have options of creating new members, updating new records and deleting some records. If anyone has some solutions to the …

Member Avatar for Goitse
0
87
Member Avatar for KalebG

I'm building a new computer straight from scratch and have come across something intresting. [URL]http://www.newegg.com/Product/Product.asp?Item=N82E16814143049[/URL] [URL]http://www.newegg.com/product/product.asp?item=N82E16814143070[/URL] The first link is a 7600 GT. I was looking at the specs of both and found that the 7600 has a faster core and memory clock than the 7900. I'm not totally sure …

0
60
Member Avatar for Goitse

Here is the Code that you required CampKev <% Dim Conn Dim sSQL Dim rsPeople Set Conn = CreateObject("ADODB.Connection") Set rsPeople = CreateObject("ADODB.Recordset") Conn.Open "addresses" sSQL = "select Person_Id, First_Name, Last_Name, Phone_Number from Persons " rsPeople.Open sSQL, Conn %> <html> <head> <title>Connecting TO The Database</title> </head> <body bgcolor = "#FFFFFF"> …

Member Avatar for campkev
0
123
Member Avatar for edmicman

I'm working on an ASP.NET 2.0 app with WSE 3.0, that is trying to connect to a web service that was written with ASP.NET 1.1 and WSE 2. It's close, but when I try to actually retrieve data, I'm getting this error: [QUOTE]System.Web.Services.Protocols.SoapHeaderException: System.Web.Services.Protocols.SoapHeaderException: Server unavailable, please try later ---> …

Member Avatar for edmicman
0
337
Member Avatar for roshan.prakash

hi, i m using asp.net 2.0. how can i send a mail through this using SYSTEM.NET.MAIL namespace. i do not have smpt server address. i want to set smpt address as default .is this possible in asp.net 2000 prakash

Member Avatar for sedgey
0
65
Member Avatar for rinkuchoudhury

I have to extract attached xml file mail(outlook express) autometically through asp.Net perogramming how cai I do this:?:

0
31
Member Avatar for 2thetop

Hi! I'm searching for a video recorder/player that can be integrated with our dating site that is using ASP.NET dating software. Does anyone have any suggestions? We need it for video profile recording. It needs to be a .swf recorder with save function and a player for playback.Able to store …

0
68
Member Avatar for Sarah Lee

[URL="http://www.aspmessageboard.com/forum/printMessage.asp?M=863793&T=863793&F=36&P=1"][IMG]http://www.aspmessageboard.com/images/printer.gif[/IMG][/URL][COLOR=navy]hi all [/COLOR] [COLOR=navy]I am trying to implement exception handling in my application, where I come accross some questions [/COLOR] [COLOR=navy]I have set the customerror mode to renote only, and defaultredirect to a asp.net page.[/COLOR] [COLOR=navy]1) do I have to comment that out, till i release the project? [/COLOR] [COLOR=navy]2) …

Member Avatar for campkev
0
112
Member Avatar for quicknk

For some reason I keep getting the following error: [code=asp] error '80020009' Exception occurred. [/code] It applies to the line of code: [code=asp] If (cInt(objRS("User_ID")) = Cookie_ID) Then [/code] for some reason it freaks out with "cInt(objRS("User_ID"))" when it runs through the db to find a User ID that matches …

Member Avatar for quicknk
0
218
Member Avatar for cancer10

Hello, I am using ASP and MS SQL Sever 2000 as backend database.. I am writing a SQL query which will pick up top 5 recipes details who have scored the highest marks from the following table tblrecipes - [code] ID | recipe_name | Total [/code] [u]The following points to …

Member Avatar for msaqib
0
130
Member Avatar for rinkuchoudhury

hi I am working in asp.net but new to xml q: I have some data in xml format. I have to convert the data to SQL table and display the data in web page through gridview through coding. the problem is as i am new to xml I dont have …

Member Avatar for TT4Titans
0
53
Member Avatar for vermeet

I have xml file for my project which is in vb.net and asp.net. I want to create exe file from the xml file, Can anyone guide me please. Regards

Member Avatar for vermeet
0
93
Member Avatar for cassyjack

OK I had C/C++ programming classes a few years ago and now I'm taking a ASP.net class and programming in C#. I need a little help with an assingment. We have to create an if state to display text depending on if the day of the week is a weekday …

Member Avatar for Maidomax
0
221
Member Avatar for iceghost

Hello Im sorry to ask such a basic question - but I am doing some development work in ASP and need to know where I can find a reference library of standard functions for string handling and Date functions. A complete library would be really great. The next question is …

Member Avatar for iceghost
0
102
Member Avatar for edmicman

I'm working in VBScript and want to sort a multidimensional array on two of the columns in it. I've got a function (based on TONS of examples around the Net) that is sorting on one column, but I can't seem to get how to then do a second column. I'm …

Member Avatar for edmicman
0
384
Member Avatar for nekesa

I'm using this code to place Time\Date stamps in specific Access Columns: [code=asp] Dim conn,strsql,sql_update,ssn,cps,hdDate,TOD,PageDate,h h=hour(now()) ssn = "Select SSN From CWCT07 where SSN = '" & Request.Form("SSN") & "'" If _ (Request.form("PageDate")) = "1/30/2007" And "h" < "12" _ Then _ sql_update = "Update CWCT07 Set Jan30AM = '" …

Member Avatar for campkev
0
114
Member Avatar for roshan.prakash

hi, i have HTML say str="<p>sdfdghg</>fl[phlgh][j;h]kj ,.F?hj........ i want to cut this string into muliple page but do not want to disturb the struncture of the HTML. i want if the lenght of string is more than 500 suppose then it should be display in two pages.. How can i …

Member Avatar for sedgey
0
64
Member Avatar for web_developer

Hey guys i make hosting on a company. When i am opening my application i am recieveing the following error: [B]Security Exception Description: The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system administrator or change …

Member Avatar for sedgey
0
94
Member Avatar for RinaM

We had recently upgraded our IIS 5 to IIS 6 version for better performance of our ASP based portal. After the upgrade we have been facing a strange issue with the portal. When we click the back button of the browser it displays “web page expired” instead of showing the …

0
58
Member Avatar for cdt0283

this one [URL]http://www.kdsusa.com/k22mdwb.asp[/URL] or this one [URL]http://www.newegg.com/Product/Product.asp?Item=N82E16824009102[/URL]

Member Avatar for jbennet
0
88
Member Avatar for TeodoraRG

Hi Guys, I'm glad to be pat of your comunity! My name is Teodora and I'm computer science student from Bulgaria. I'm, pretty new in ASP. Net but I'm very willing to advance in this field, so I'm going to bug you with some newbie questions, I hope you will …

Member Avatar for jbennet
0
15
Member Avatar for TeodoraRG

Hi, everyone! First of all please excuse me for the very stupid question but I need to configure my IIS to work with the ASP.Net but on my machine I have Apache Server, which I need for another school project. So I'm a bid confused do I have to get …

Member Avatar for jbennet
0
63
Member Avatar for oenone

Before I go ahead and buy my [URL=http://www.newegg.com/app/ViewProductDesc.asp?description=22-152-014&depa=1]hard drive[/URL] , I have one quick question. Will there be a performance increase if I went with SATA once I have actually opened an application? (Faster rendering times, or a higher frame rate in games) Thanks, and sorry for the silly question …

Member Avatar for jbennet
0
423
Member Avatar for MDGM

Hi all, how, using asp, can i make a form menu change the style sheet loaded, when it is clicked on, then refresh and page, and create a cookie which tells the browser which style sheet to load for that user when they next enter the website? Thanks, Max.

Member Avatar for MDGM
0
116
Member Avatar for The Dude

[url]http://www.earthday.net/footprint/index.asp[/url] A fun little quiz!! [u]My results[/u] CATEGORY ACRES FOOD 6.9 MOBILITY 0.2 SHELTER 6.4 GOODS/SERVICES 5.9 TOTAL FOOTPRINT 19 IN COMPARISON, THE AVERAGE ECOLOGICAL FOOTPRINT IN YOUR COUNTRY IS 24 ACRES PER PERSON. WORLDWIDE, THERE EXIST 4.5 BIOLOGICALLY PRODUCTIVE ACRES PER PERSON. IF EVERYONE LIVED LIKE YOU, WE WOULD …

Member Avatar for mattyd
0
111
Member Avatar for k_en

My Question is 1. Can Macromedia Flash MX *.swf file or animation created in Flash MX publish in ASP.Net page, i know HTML is able to do so BUT is ASP.Net able to? 2. If it is, is there any online tutorial for me to learn? Thank You.

Member Avatar for ammarcool
0
586
Member Avatar for iceghost

here is the asp code: [Response.Redirect("[URL]http://www.yahoo.com[/URL]")] what i am trying to do is loop through my database and send variables through a querystring to the same target address. but if my code redirects to the target url it will stop at the first record before it gets to the next. …

Member Avatar for Cyber-SEO
0
96
Member Avatar for nekesa

Have gotten the select statement and Update statement to work separatly, but need them to work on the same page and cannot seem to make it happen. Here is the current state of things. Any help would be appreciated. [code=asp] <% Dim conn,rs,strsql,sql_update,ssn,cps strsql = "Select SSN From CWCT07 where …

Member Avatar for noman78
0
96
Member Avatar for k_en

I have a problem creating a ODBC connection. I am using MS SQL server 2000. Local access. I create it in System DSN. 1. I select the "With SQL Server authentication using a login ID and password entered by the user rather than Windows NT. But the error message occur …

Member Avatar for noman78
0
254
Member Avatar for nekesa

I hope someone can help me decide what is happening with this. It recognizes and carries out the select statement, will redirect to the proper place if entry is valid/invalid, but will not insert anything into the database. I first wanted an timestamp but am trying to troubleshoot backwards and …

Member Avatar for noman78
0
105
Member Avatar for kharri5

I was trying to do AVI from openGL on my computer and decided to try out lesson 35 of the NeHe tutorial: [url]http://nehe.gamedev.net/data/lessons/lesson.asp?lesson=35[/url] Well I tried using my own video, and I tried using the video (Face2.avi) he supplied, but both of them crap out on this line: pgf=AVIStreamGetFrameOpen(pavi, NULL); …

Member Avatar for John A
0
337
Member Avatar for yuckadirri

need help on making an reply back in either VBScript or JavaScript or in ASP or in HTML, can some one please teach me I need it on my current project. please?

0
68
Member Avatar for cancer10

Hello All, I am using an ASP script on my site that reads a microsoft excel file and adds the values to the database (MS SQL Server). The script works completely fine on my LOCAL server, but it shows me the following error when I upload it to the server …

Member Avatar for katarey
0
60
Member Avatar for christine_wmw

Hi,I use Response.ContentType = "application/vnd.ms-excel" in ASP in order to print out all my records in excel file. My problem is how to make the excel file auto continue to print the data to next new worksheet if the records is more than 65536 rows (every worksheet only limit to …

0
65
Member Avatar for Matt Tacular

I am wondering if anyone knows of a webpage or could even just tell me what makes speakers [I]good.[/I] I want to get some good cheap 2.1 speakers for my computer as my current ones seem to be dying (every so often only one works), and I was wondering which …

0
66
Member Avatar for campkev

Hey, I have a problem. My asp.net application just ends after about one minute and I have no idea why. Running server2003 x64. Any ideas

Member Avatar for campkev
0
57
Member Avatar for jerryodom

Hi Everyone, I'm in a strange place in the beginning of 2007. I have to change careers from what I've been doing which was PHP, PERL, Javascript, mySQL systems on Linux for the Internet to doing ASP.NET, C#, etc. Its what everyone wants where I'm from and after working with …

Member Avatar for indienick
0
205
Member Avatar for windows_mss

hi, i my project i drawn in the webpage using javascript, i created on div named "panal" with in that i drawn with the help of the mouse, i copied that content to clipboard, when i view the clipboard, ClipBook Viewer Cannot display the information in its current format.To View …

0
68
Member Avatar for masterkain

hi there, I need a hand with recursion in php. I've this array: [code] [Forum] => Array ( [0] => Array ( [id] => 12 [forum_category_id] => 2 [parent_id] => 0 [forum_post_id] => 0 [name] => PHP [description] => [url] => php [topics] => 0 [posts] => 0 [order] => …

Member Avatar for masterkain
0
100
Member Avatar for deadrising2day

Hello, Can someone please tell me which cpu is faster and more suited towards gaming? I currently have a sempron 2800+(socket 754) and i've been looking at both of these for a while now. I would think the Athlon would be faster because it is 2.2 ghz compared to the …

Member Avatar for jbennet
0
131
Member Avatar for IamConfuzzled

Let's start by saying I'm not very technical, so please be patient with me. Within the last 6 months my motherboard died. At that point we put together a new system & the only items that we didn't replace were the cd/dvd drives, sound card, ati video card, and processor. …

Member Avatar for xcellpro6
0
195
Member Avatar for michael.ngobeni

Hi guys, I have an ftp server that I need to copy files from. The files are big, so i need to compress them first before i can download them. How do I do this in VB.net I can see all the directories and files using asp.net and vb.net, but …

0
50
Member Avatar for BoogaBooga

Hi, Lately, I've been looking for a nice affordable newsletter management system in PHP. It needs to be hosted in my server - I'm not looking for an ASP. I've actually found up a few ones, but I don't like them for the following: [list=1] [*][B][URL=http://www.octeth.com/products/oempro/]Octeth oemPro[/URL] [/B] - A …

Member Avatar for EmailMan
0
219
Member Avatar for DVHost

[COLOR=#000000]For years I have been working with MS Access and enjoying the simplicity and ease of use. I am now making the move and converting all of my sites to MSSQL. Virtually everything works but in the process, I have found an oddity that I am not used to.[/COLOR] [COLOR=#000000]I …

Member Avatar for DVHost
0
105
Member Avatar for nephros

I need to complete a task, although I am not quite sure how? The task is to create a very unusual search system for a car rental site. There is a database of cars that the rental company possesses, and when the user specifies the rental dates - the list …

Member Avatar for nephros
0
107
Member Avatar for dru987

i have a simple access DB that contains the table new_members. what i want to do is fill a table with the data from new_members and then choose whether to activate or delete them. what i have done already is used asp:repeater to build the dynamic table and of course …

Member Avatar for venky_001
0
285
Member Avatar for hkarthik

hi, I am doing a project regarding SMS and i am doing it in ASP.NET. MY project actually aims at sending sms from my Pc to a Mobile and getting back a reply from the mobile. Here i am planning to use some kind of GSM/GPRS USB MODEM for the …

0
75
Member Avatar for sathya_k_83

Hi[COLOR=#000000]How to Export data from Dataset to Excel sheet in VB.net Windows Application and also How to convert Excel Sheets into Data set Using VB.net coding(Windows Application)[/COLOR] [COLOR=#000000]how to Convert Dataset into XL Sheet to the VB.net Windows Application only by using the default resource(dll) available in VB.net.[/COLOR] [COLOR=#000000]ie without …

0
111
Member Avatar for simmy7

I am working on an asp.net project and one of the requirements is that I do some calculations on the client side based on user selections of radio buttons, check boxes and drop down lists that are in a specific div (this div is inside the form asp.net automatically adds …

0
57
Member Avatar for davidldh
Member Avatar for sedgey
0
57

The End.