5,691 Topics
![]() | |
Any help or direction is appreciated - i have a script that can write(text) something, but i dont know how to get it to run another script- sorry, it sounds elemental, just learning- thanks! intead of when true or false write (text), i need to insert another script- so if … | |
Hi everyone, I was wondering if anyone out there knows how to limit the number of entries into a DB. I'm trying to build a page that will allow users to sign up for a class. Each class has a limit of 20 students per session. Any kind of help … | |
Hi, I am getting the following error in the web config file having uploaded the asp.net project to an external server: [url]http://www.veebro.somee.com/chatgame/chatgame/index.aspx[/url] Currently it works perfectly when I run it on local a server and the customErrors mode is already set to "Off". Can you tell me what the error … | |
Hi everybody I have one question. I´m quite new to HTML programming, but have been dabbling with it. I have a website that has two dropdownlists (ASP.NET controls). One ddl is filled on Page_Load with the months available. The other I have filled with every week of the corresponding month … | |
Hi All!, I have a small query editer with a textarea and a buton.The user gives their query in the textarea and click the button it will returns the data to a datagrid.The use gives [B]SELECT[/B] query then the [B]data grid[/B] will give the data.suppose user gives [B]update or delete … | |
Hi everybody I have one question. I´m quite new to HTML programming, but have been dabbling with it. I have a website that has two dropdownlists (ASP.NET controls). One ddl is filled on Page_Load with the months available. The other I have filled with every week of the corresponding month … | |
My page displays the info in the text boxes, but when we run the click sub for the update button it returns the info that it has been updated sucessfully. Here is the page code and below that is the stored procedure it uses, but not update in the database. … | |
i have Connected to MSAccess using OLEDB in ASP.Net. I have opened the Connection. i have a dataset which contains a table with 500 rows and about 140 columns. I have used nesting for loops to read every row and column of the dataset Table.The Problem is if i read … | |
I have a form that once submitted needs to send the results to an email address and also send a personalised email responder to the customer who has filled out the form. I have figured out most of the code but am missing the linking code that makes it all … | |
Hi. My name is Laura. I'm a Level 1 (sometimes Level 2) Help Desk Analyst. That's the official title. I do, however, do websites (mostly backend stuff), work with Access & SQL databases, play in code (vba, asp, some cf & php), etc etc. I live in Kissimmee, FL and … | |
I am trying to access a SQL database and run a query. I am brand new with ASP and simply need the syntax to login and the for SQL queries in ASP. Any help would be appreciated, Thanks! Andrew | |
Have installed Visual Studios 2003 on both of my computers. One machine is running Windows 2003 XP "bought it from Dell for my wife" and my machine is running Windows 2000 Professional. When I installed Visual Studios I cannot get the any of the 1. Data 2. Components 3. Window … | |
Hi, I hav created an application running on ASP.Net using VB. I hav a panel and a button to print the page. I want the page to be printed as what it is exactly looks like on the page. And i want only the panel to be printed and not … | |
Hi all, watch out for MS Word docs in your inbox. Someone has found a new exploit in MS Word and is using it to spread malware that uses a rootkit to hide its files. [URL="http://www.eweek.com/article2/0,1895,1965042,00.asp"]http://www.eweek.com/article2/0,1895,1965042,00.asp[/URL] regards Zoned | |
Hello all! I have been developing my asp.net application in c#, on my local machine. I have started working with the "reportViewer " and it works fine on my machine, but as soon as i upload it onto our server, which is windows 2000 server, IIS 5.0, it won't work. … | |
Hi All, Well once again I go round and round with IIS. I have got it to run with a little tweaking with ASP 1.1v but I can't get it to run with ASP 2.0. Here are the variables: Server Hosted on IIS 6.0 Running Windows 2k3 Server Not a … | |
hello everyone, im new with Asp.net so im seekin some help from all of u.actually im looking for any article or tutorial or some sample code from where i can get the idea how to use Asp.net where my language would be javascript and ajax and my server would be … | |
Hello All, I am a beginner in asp.net..may be my question seems to be silly to you all, but pls help me out... i have a web application which basically redirects the page to another web application and the url of the first web application has to captured in the … | |
i have to design a login form for my project with loginid and password.:sad: [B][U]Problems[/U][/B] 1) i have to store passwords in encrypted form 2) connectivity of asp.net with oracle 8i after cross checking of password and loginid next page should display details account so please help me on this:?: … | |
Hi All, May I know how to write the codes to get the correct Username and Password when I Click on "submit" (stored in Access - User_Login.mdb)? Next, how to make the locked the Login Page until I entered the correct Username and Password? Because now even when i type … | |
Good afternoon all, does anyone know the necessary codings to delete a file from the Web Server? I have tried the "Scripting-File" object, but it's still not working, any suggestions? Have a pleasant day... | |
Hi all, A few days ago I got what seemed to be a virus/spyware which my antivirus and antispyware (Avast and Ad-aware) couldn't remove :( While searching the internet for a solution I came across this site, which looked to be quite helpfull :) I would therefore appreciate if anybody … | |
hey everyone, I just signed up and hope to join this community on many different aspects. I like building computers, and am currently doing my Diploma in Multimedia(web-design,ASP,database-design,video-editing,and a few more i cant remember :confused: ). So i just wanted to say hi to everyone:lol: X | |
I quotted this because i'm having the same problem: Hi, I hope someone out there can help me? Norton flashed up a virus warning 2 days ago and put the file sysinit32z.exe into quarantine. Now my computer takes longer to boot up after the password stage. When the desktop appears … | |
Anybody knows where i can get the autocode generators of asp if any plz help me with links | |
hi, i have a problem in passing multiple checkbox values. the page displays records (pending invoices). each record has a checkbox on the last column. the user must check the boxes of the records he/she wishes to update. [html] <table> <tr> <td>label1</td> <td>label2</td> <td>label3</td> </tr> <%do while rs.eof%> <tr> <td>nth … | |
hi Could someone please tell me if it is possible to debug activex dll from asp? I have no luck with it. If possibole please let me know of the steps. -cs | |
hello,i have a nice-looking dhtml menu written by javascript,the javascript code is in a separate .js file,and when i use it in html page,i just insert <script type="text/javascript" language="JavaScript1.2" src="stmenu.js"></script>in <head></head>tag and it works fine now i want to use this menu in .aspx page ,is it possible ?and how? … | |
I want to retrieve data from controls in the requested page to other page by using [B]request.form(control name)[/B] but this is not working for me.I tried both [B]response.redirect [/B] and also [B]server.transfer [/B] for redirect to new page but it is not working for both the commands. | |
Hi Everyone, First of all, thanx Mojio for providing me the right code information on connecting sql server database. As I'm a beginner in ASP.NET, using vb as language. I have created few text boxes on the form as an input to the application. I hav managed to insert the … | |
I have picked up this nasty thing, and have not been able to shake it. Below is my hijackthis log, any help on what to do next would be greatly appreciated. Logfile of HijackThis v1.99.1 Scan saved at 9:29:27 PM, on 5/9/2006 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet … | |
Hai I m Radha working as a Programmer. I hv done many sites using Access as backend...i wish to try one with SQL Server..so can anyone send the connection Program for ASP with sql server !! | |
hi can anyone give me an asp code for uploading images on a server. Have been trying the code on free asp upload but am getting a message that the directory in whicj i want to upload does not exist where as it do exists. When i remove read only … | |
An icon labeled TAG (TagASaurus) appeared on my desktop. Since then, I have lost my internet access, my browser home page seems to get re-directed and all of my bookmarks have been changed to the same re-direct. I downloaded, installed and ran HijackThis and my log is as follows (any … | |
Logfile of HijackThis v1.99.1 Scan saved at 3:15:02 PM, on 5/8/2006 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180) Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\system32\services.exe C:\WINDOWS\system32\lsass.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\System32\svchost.exe C:\WINDOWS\system32\spoolsv.exe C:\PROGRA~1\Grisoft\AVGFRE~1\avgamsvr.exe C:\PROGRA~1\Grisoft\AVGFRE~1\avgupsvc.exe C:\PROGRA~1\Grisoft\AVGFRE~1\avgemc.exe C:\WINDOWS\TmFtZQ\command.exe c:\program files\mcafee.com\agent\mcdetect.exe c:\PROGRA~1\mcafee.com\agent\mctskshd.exe c:\PROGRA~1\mcafee.com\vso\mcvsrte.exe C:\Program Files\Common Files\Microsoft Shared\VS7Debug\mdm.exe C:\Program Files\Network Monitor\netmon.exe c:\PROGRA~1\mcafee.com\vso\mcshield.exe C:\WINDOWS\Explorer.EXE C:\WINDOWS\system32\hkcmd.exe … | |
[COLOR=#003399][COLOR=black]Dear Moderator....[/COLOR] [COLOR=black]Please guide me for the below described problem,[/COLOR] [COLOR=black][/COLOR] [COLOR=black]I have three [/COLOR][COLOR=green]Excel files [/COLOR][COLOR=black][say [/COLOR][COLOR=#993366]A[/COLOR][COLOR=black],[/COLOR][COLOR=#993366]B[/COLOR][COLOR=black],[/COLOR][COLOR=#993366]C[/COLOR][COLOR=black]] in that we have some data in table with [/COLOR][COLOR=blue]primary key[/COLOR][COLOR=black].i want to merge those three [/COLOR][COLOR=green]Excel files [/COLOR]in one [COLOR=green]Excel file[/COLOR] containing all the table data from file [COLOR=#993366]A[/COLOR] ,[COLOR=#993366]B[/COLOR] and … | |
Hi, This smaitri from India,:lol: I am a web Designer and know little bit of programming. Very well in designing packages like phtoshop, corel, flash etc.. Just was going through google and got your community link .Was very pleased and joined immediately. Need some help in asp regarding vbscripts for … | |
Hi everyone, I'm planning on building a new computer (this will be my first build) and I was wondering if everything was compatible. Also if you have any reommendations that would be helpful as well. [URL="http://www.newegg.com/Product/Product.asp?Item=N82E16819103547"]AMD Athlon 64 X2 4200[/URL] [URL="http://www.newegg.com/Product/Product.asp?Item=N82E16814150139"]XFX Geforce 7900 GT[/URL] [URL="http://www.newegg.com/Product/Product.asp?Item=N82E16820227067"]RAM[/URL] [URL="http://www.newegg.com/Product/Product.asp?Item=N82E16811208004"]Case with 450 watt power … | |
[left]I am designing a new site on a windows server and I need a forum. I I was thinking about using two servers (windows+unix)) but that isn't very economical for me. So basically I need a ASP forum that will meet the standards and looks of PHP forums such as … | |
Hi. I have a uber asp rookie and am trying the simplest code and it fails. Any help would be appreciated. My simply asp file: [code] <html> <body> <% response.write("Hello World!") %> </body> </html> [/code] I have an html file that calls this asp file via an 'a href='. I … | |
[COLOR=#191970]<% importfolder=server.mappath("/excelfile/") Dim fs, file, f1, fc Set fs = Server.CreateObject("Scripting.FileSystemObject") Set file = fs.GetFolder(importfolder) Set fc = file.files For Each f1 in fc %> i m using FSO to read and search the file in a folder name excelfile.can someone guide me how to use FSO to read the … | |
Hi there, i got a question on asp recordset.. i got a page whereby i will display records from a particular table. first i will go & do a select sql command to retrieve records from database, then i check if the recordset is eof and bof then i will … | |
[COLOR="Red"] Hi all :) In the login page created in ASP.Net I want the passwords to be encrypted at the time of User Registration .... My aim is that the DBA even don't know the password that had entered by the User.... (It shud be in Encrypted Form while placing … | |
Hi there - I need to redirect a site built in .php to a site built in .asp Trouble is, that's simply going to create lots of 404's which aren't going to help anyone. I'd like to be able to provide 404 headers and redirect to a specific page. How … | |
any one knows how to place image in datagrid from database in asp.net and i have to provide link to tht image directing to some other page plz help me | |
[COLOR=#0000ff]i cant display picture from container when i write like this. <[/COLOR][COLOR=#800000]td[/COLOR][COLOR=#ff0000]style[/COLOR][COLOR=#0000ff]="width: 100px"> <[/COLOR][COLOR=#800000]asp[/COLOR][COLOR=#0000ff]:[/COLOR][COLOR=#800000]Image[/COLOR][COLOR=#ff0000]ID[/COLOR][COLOR=#0000ff]="Image2"[/COLOR][COLOR=#ff0000]imageurl[/COLOR][COLOR=#0000ff]="~/images/+ [/COLOR][COLOR=#000000]<% Container.DataItem("picture")%>[/COLOR][COLOR=#0000ff]"[/COLOR][COLOR=#ff0000]runat[/COLOR][COLOR=#0000ff]="server"[/COLOR][COLOR=#0000ff]/>[/COLOR] [COLOR=#0000ff]</[/COLOR][COLOR=#800000]td[/COLOR][COLOR=#0000ff]>[/COLOR] [COLOR=#0000ff]please help [/COLOR] | |
[COLOR=#0000ff]i cant display picture from container when i write like this. [COLOR=#0000ff]<[/COLOR][COLOR=#800000]td[/COLOR][COLOR=#000000] [/COLOR][COLOR=#ff0000]style[/COLOR][COLOR=#0000ff]="width: 100px"> [/COLOR]<[/COLOR][COLOR=#800000]asp[/COLOR][COLOR=#0000ff]:[/COLOR][COLOR=#800000]Image[/COLOR][COLOR=#000000] [/COLOR][COLOR=#ff0000]ID[/COLOR][COLOR=#0000ff]="Image2"[/COLOR][COLOR=#000000] [/COLOR][COLOR=#ff0000]imageurl[/COLOR][COLOR=#0000ff]="~/images/+ [/COLOR][COLOR=#000000]<% Container.DataItem("picture")%>[/COLOR][COLOR=#0000ff]"[/COLOR][COLOR=#000000] [/COLOR][COLOR=#ff0000]runat[/COLOR][COLOR=#0000ff]="server"[/COLOR][COLOR=#000000] [/COLOR][COLOR=#0000ff]/>[/COLOR] [COLOR=#0000ff]</[/COLOR][COLOR=#800000]td[/COLOR][COLOR=#0000ff]>[/COLOR] [COLOR=#0000ff][/COLOR] [COLOR=#0000ff]please help [/COLOR] | |
Hi, In the HTML forum I asked how I could get the results from a form which I will put on my site via e-mail, I was told: [QUOTE]Give them a form to fill. The form posts to a PHP, ASP, or ASP.NET program that stores the results in the … | |
Hi, I've got a module where i search for a candidate with his Id and display his name, age..etc.. I've put the details like name , age etc.. in the datagrid. The search module is working fine.. when a valid candidate Id is entered. But when an invalid ID is … | |
[COLOR=#000000]Hi All,[/COLOR] [COLOR=#000000][/COLOR] [COLOR=#000000]I have been searching for asp paging code on the net and I have managed to find loads of it. I have a database with just one column which contains loads of pictures and I would like to display 6 pictures at a time on a page … |
The End.