4,273 Topics
![]() | |
I have MySQL running such that I can open a client command line and log on and make databases, tables, etc. I wanted to do some AJAX. Doing AJAX with ASP, SQL Server, etc is not advisable since both places where I am hosting my websites do not use the … | |
I am getting this exception when I run my code in a C# Web Server Application, but if I copy the same code to a C# console application, it works fine. [code] System.Security.SecurityException: Request for the permission of type 'System.Data.SqlClient.SqlClientPermission, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed. [/code] And help would be … | |
Hello all, I have sql server 2005 and sql server 2000 installed on my PC. Our server only has sql server 2000. In my test environment (local pc) i need to configure my database (and/or) web.config to use sql server 2000 instead of 2005 for the profile provider. I have … | |
Hi, I have SQL Server on a server. I need an applet, to appear within other peoples web sites that has read and update access to my database on my server. I would like it to be written in C# as the rest of the application is C# and I … | |
I bound the Gridview to the database,Now I want that in each row edit link is there,When i click on dat,then the data of data row comes to edit mode... SOURCE TAB [code] <asp:GridView ID="GridView1" runat="server" onrowediting="GridView1_RowEditing" AutoGenerateColumns="False"> <Columns> <asp:BoundField HeaderText="SNo" DataField ="UID" /> <asp:BoundField HeaderText="First Name" DataField ="FirstName" /> … | |
hi I have a freetextbox, a hiddenfield and a button on my web page. By pressing the button it insert the text from hiddenfield into freetextbox at current cursor position. I am doing this task using java script. when I run the webpage it give me Object required error. The … | |
Hi, I am having a web application, which can be accessed by different users based on their userid's and passwords. Now I want to prevent users from accessing the application from more than one system. In order to prevent this I have created a[B] table with three columns [/B]as : … | |
First of all, hello folks. Now, I have a problem with a PHP script for checking domain availability. No mather what domain name I type on web page in a form, script always says "already in use". If anyone could help me,? tnx Here is the code: [CODE]<?php //error_reporting(0); function … | |
This may, be in actuality a question about web-marketing. But MY concern is the technical aspects of something I am only now becoming aware of. Right this moment. And, I am not sure I am asking the question correctly, so please forgive fundamental ignorance. I'm trying to figure out how … | |
Hello! I've got web application created for MSSQL and IIS. There are two directories in this application - Scripts and WebSite. In Script there is file CreateDb.sql. I need to run it so that it can create database. I changed in that file one line into this: CREATE DATABASE [NameOfDb] … | |
Hi all I am very new to ASP.NET and I am still learning the basics and how to use various controls. I have used the adRotator control and also created the XML File using the coding mentioned below, but when executed in the browser it is showing error message(Which I … | |
[code=html]<TABLE CLASS="MYTABLE"> <CAPTION CLASS="MYTABLE">Jumpstart</CAPTION> <TD> <TABLE CLASS="MYTABLE"> <TR CLASS="MYTABLE"> <TH CLASS="MYTABLE">Boot Parameters</TH> </TR> <TBODY> <TR CLASS="MYTABLE"> <TD CLASS="MYHOST" ROWSPAN=14><p><br> Host Name: <input size=16 type=text name=host><br> Mgmt MAC Address: <input size=17 type=text name=mgmtmacaddress><br> Mgmt Interface: <select CLASS="MYTABLE"> <option name=hme0>hme0</option> <option name=fjgi0>fjgi0</option> <option name=fjgi1>fjgi1</option> <option name=fjgi2>fjgi3</option> </select><br> Mgmt IP Address (If Static): … | |
My Norton 360 subscription ran out today so I had to download free pc Protection I currently have windows firewall on, I have IObit Security 360, but I can't download any anti-virus they all say something similar about an internet connection. PLEASE HELP MY LAPTOP IS VULNERABLE. Here is my … | |
Hi all, I have searched high and low for this answer but turned up nothing concrete. I am using MS SQL Server and ASP. I have a database with a table which includes a field with a TEXT datatype. I have created a simple stored procedure to select all the … | |
Hey all, I am on the verge of insanity and come to you on hands and knees. There is a long explanation and a short, this is the short: I need to install System.Web and System.Web.Extensions 3.5.0.0 into the GAC on my web server. I downloaded the latest install from … | |
I am trying to update a website after I uploaded the updated source files codes to the ftp site. When I try to access the site I get the following: "Server Error in '/' Application. Runtime Error Description: An application error occurred on the server. The current custom error settings … | |
ok what i have users do is upload files to the server, the files gets renamed for conflicting issues, and then they choose a name they want to call the file. After it uploads it sends that info to the database. now i know that they are going to want … | |
Im trying to set up a home web server using Apache. I have Verizon dsl as my service provider and have been told that the block alot of the ports. I set up port forwarding to several port(8080,2047,2555) but no luck in getting through to my site. Can sowemone please … | |
My computer is not acting well. Windows XP will often not start (I'm using safe mode now), my browsers are being hijacked (both IE and Firefox), IE starts by itself (sessions noted in Task Manager), and many of the things that are suggested on this site will not install, or … | |
I need to enable ftp access on some web directories in apache. What is the best way to do this? My apache server is running on linux. It runs as user wwwrun and group www. What should be the permissions and who should be the owner of the web directories … | |
Hey all. First post to this forum, though I have casually browsed threads here often in the past. I'm pretty new to Python but have several years of experience programming in C, C++ and Java. I've got a Java app currently deployed to Google App Engine and wanted to be … | |
I need to implement an online auction as a client-server application (not Web based) Th auction should involve just two items for which people may bid. At the start of the application, the server will expect to be told the final bidding time for each of the two items, using … | |
Hi frnds I have a problem im using sql server 2005 I have a database on my local machine and on a web server. I want that through stored procedure or a query i shud b able to synchronise the database on the remote serveras the local database... Can anyone … | |
Hi all, I am beginner learning ASP.NET with C# as the programming language. Currently I am working with HTTPSERVERUTILITY. I have created a web form named as Default.aspx and Default2.aspx: I have written the following coding : Default.aspx: In source view [code] <body> <form id="form1" runat="server"> <div> <asp:Button ID="Button1" runat="server" … | |
I've created a PHP web application in Dreamweaver, which uses a MySQL database, containing 14 tables. On one page, I use an SQL query to select data from 10 of the tables in the database. However, when I try to preview the page in a browser, a PHP warning stating … | |
Hi, I'm trying to read the HTTP URL string using C++, and I was wondering if it is possible. Here is my situation: There is a server listening to a socket. This socket receives an HTTP Request such as: [url]http://localhost/MyApplication[/url] ? userID = x All I need to do is … | |
We just installed Windows Server 2008 over the previous operating system, Windows 2000 Server. We can't get our web apps working properly on 2008 though, so we have decided to downgrade to 2003 Server. How do we do this? I've read articles explaining how to delete windows from within safe … | |
Hi I am running on hosts shared server - windows 2003 with IIS 6 and apache but they can't redirect in IIS as its shared and I have no .htaccess rights even if I did my hosts say it is very limited. I also have front page server extensions installed. … | |
asp.net c# sql server I have a web form that I use to insert data into a sql database. I want to know how to prevent inserting duplicate records into the database. Thanks. Ichu | |
Hi. iv'e been looking around the web trying to find a suitable script to use with my hltv servers , unfortunately to no avail :( . I'm just wondering if anyone here could perhaps help me out with a shell script to do what i need it to , i … | |
Hi, I've been reading through some tutorials on creating a basic web upload script with perl and cgi. The problem is that my server keeps throwing an Internal Server Error 500 without giving any feedback. I am hoping that someone has run into a similar problem or there is an … | |
Hello! My internet connection is gone and I dont know why! Can you help me ? since 4 days ago my antivirus(kaspersky) has been detecting some threats, I did the online scan and after booting, the connection was gone. Here is my log Logfile of Trend Micro HijackThis v2.0.2 Scan … | |
heey guys i need some help with the PEAR package. i have some code which i would like to send emails through, however, i do not understand the documentation available on the web. Do i need to install it?. If i need to how? Or do i just put it … | |
Hello, I am just starting to do few web application and I have 2 questions to ask..Does anyone know how to count the number of files inside a folder? I am currently creating an application where I can upload images to my website. Whatever the image name is, it has … | |
I am trying to make my home machine a webserver for a project I am working on. Here is my configuration Windows XP Professional Linksys Router I set up my IIS server 5.1 to listen the default web browser on port 200. I have also tried 1000 8000 9000 2333 … | |
How good is OS X as OS for a web hosting server? Please advice. | |
I have a standalone version of JFrame Interface based java application developed on eclipse platform. The tool is essentially a prototype tutor to check competence in statistics and consists of to-be-worked problems on the subject. It also keeps track of the user progress through the questions and scores their performance … | |
Hey all, Here's my problem: php/mysql noob here. I have an admin section on the website, and I have successfully password protected all the php pages in that directory using sessions. I have included code like this on the top of each of my pages: [code=php]<?php include('login.php'); if (checkLogin() != … | |
Hi there! I'm very new to php and I'm trying to send an email with an attachment from my localhost. I have only managed to receive simple emails but not the attachment so far. Is there a particular problem with localhosts and attachments or it's just my scripts? (i've tried … | |
Hi All, I'm a virgin to this site, so go gentle. :-) I'm using vb.net to write a web application and I was just wandering what was better and what the advantages/disadvantages to using the self-imported SQL file within VB.net or the SQL Server Management to create a database and … | |
Hi, there, i have come up with a dropdownlist that takes data from database. A gridview with checkbox to select and a button to submit the selected rows in gridview and selected data in dropdownlist. i am getting errors. I don't know what is the cause. The dropdownlist will have … | |
My computer has been really slow lately. I used to be able to click IE or Firefox and it would popup almost instantly and now it takes 15 or so seconds. Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 6:11:29 PM, on 07/28/2009 Platform: Windows XP SP3 (WinNT 5.01.2600) … | |
hi, there, i am trying to work out selecting rows in gridview using checkbox and button submit after rows are selected. Please guide me. i have time till 11am today. the errors: dsnews- unused local variable CheckBox1-String constants must end with double quote -Not declared IsChecked- not declared Dropdownlist code … | |
Im not sure if this is the proper place to be posting this but... I have a dedicated server that i would like to automatically run a script every 10 minutes/ half hour / any set period of time. I do not want to have to leave my personal computer … | |
Hi experts, I have two questions, please help me because I am trying to create an application and I stopped because of these 1) how to read data in servlet from a web page for select menue I have used [request.getParameter("?????")] but I don't know which name I put inside … | |
After many frustrating hours and web searching I cannot figure out why the move_uploaded_file is appending the names of already already created files to the name of new files. As you will be able to tell from my code I an pretty new to PHP. However, I have a pretty … | |
hi, I am using .net1.1 and IIS 5.0. I need to redirect the .aspx urls. For that i found a solution that [url]http://urlrewriter.net/[/url] in that they have used the Intelligencia.UrlRewriter solution. I have added the web reference to my project Intelligencia.UrlRewriter.dll This worked fine for me in local machine(in my … | |
I need to build an application/database server that will cater for about 250 members of staff.This server will have HumanManager(HumanManager is a full web based solution) running on it.I would love to know the hardware/ software specification for this server: Server Specification: Processor Memory(RAM) Disk Space Software Specifications: Server OS … | |
Hi , I am developing a web page . For this i am using Javascript embedded in html. In the application ,the user can input data via interfaces in the page which is chosen and read from a master xml file , the chosen data then needs to be stored … | |
What is virtualisation and is it really going to revolutionise IT management? It seems like everything is being virtualised these days. Even a cursory glance at their back-offices reveals that businesses are now operating in an increasingly virtual environment. Storage, servers, applications - nothing has to reside in a box … |
The End.