52,566 Archived Topics
Remove Filter ![]() | |
For an example, please visit http://www.programmingknowledge.com/DataList.aspx Web Development asp.net | |
| |
Hi there, I just had a friend install Tomcat for me on my Apache server at school and it's working great with the test .jsp page I created... until I started to use the <jsp:include> tag. Here's my source for "index.jsp": [code] <html> <head> <% String title = "Hello World!"; … Web Development apache java-jsp web-browser web-server | |
Hey, at my job, I work on so many systems, and I have so many usernames and passwords, that I have to keep them all in a password protected spreadsheet. I would like to write a php app that I could put on my site where I could store all … | |
Help me out in Printing the Web page in Landscape Mode, forcefully. Web Development javascript | |
i want to pass a parameter as a datarow to the web service cant it possible dataset we can pass but want ot pass datarow please help me out i need it urjent | |
hi, I need to select a directory using asp.net.Using the file control will select the files from the directory.But i need the user to select the directory itself in which he wants to save the file.. Is it possible? Thanks in advance Regards Exelio:) | |
Hi People, First of all I would like to appologize if this has been posted before but I have not been able to find the answer. The Problem Basically what I'm trying to do is create a page that lists all assets from an assets table and disables the check … Web Development php | |
Good day everybody! Could you help me on how to install mysqli extensiton in PHP ver 5? Thank you in advance. Regards to all, Roland | |
Hi, Now i have been working with chat module,In that i need to show a chat request alert on the remote side,Both are online but not login to the chat room,In this condition if i click "chat with that person" means i need to give a alert to him/her for … | |
Is there a way to create Data Reports (as in VB 6) in ASP (Not ASP.Net) ? I need to create an ASP site for an intranet which will be used to view and print formatted MIS reports from the client browsers. Is there a way to do it without … | |
am trying to delete a record but I have this message: Microsoft OLE DB Provider for ODBC Drivers error '80040e14' [Microsoft][ODBC Microsoft Access Driver] Syntax error (missing operator) in query expression 'ProductID = , 1567'. /salem/pages/fresh_food/TMP3rfr35u5pa.ASP, line 74 I looked at the meaning but so far I can't see that … Web Development asp microsoft-access | |
Hi: I just join this forum and am new to asp so I'm hoping someone can help me with this issue. The email form works great, it's just one issue I can't figure out. What I'm trying to figure out is, when the user fills his/her email in the Email … Web Development asp client-server email vbscript | |
I have an Access DB with 2 tables: tbldirectory and tblPracticeAreas. I have a search page (practice-search.html) where the user can pick an attorney practice area from a drop down list. Upon choosing the practice area the user is taken to an ASP page (practice-search-results.asp)that displays a list of attorney … Web Development asp display email microsoft-access open-source perl web-server | |
hai friends I need to add the forum featue to my application.I need some ideas ,suggestion how to develope the forum featute or any sample code avialbele .Please help me __________________ Thanks Vssp Web Development php | |
I am trying to use a class that I wrote to use on another page (to use the functions and what not). In the class I have the constructor like this: [PHP] <?php class myClass{ function __constructor(){ //stuff here } } ?> [/PHP] And in my other file, where I … Web Development php | |
I am fairly new to PHP, and I know how to get the information if in another PHP file if I use it as the action. But I want to get the information on the same page as the form. Is that possible? For example: [PHP] <form action="" method="post"> <input … Web Development first-post php | |
hello everyone can somebody help with prolem. i already successfully istalled php and apache2 and already test it. but my problem is the connection for the mysql, which i use the include script.. i check the include file but there is nothing wrong with it..here's the sample error i encouter … | |
Hi, I am having 100 records in my database and i fetch them from database. Now i am displaying it in table i want to display it like 1 2 3 4 in different td. But when i give query it echo in stringht line 1 2 3 4 . … Web Development php | |
I put together a few pages of a fledgling site in Dreamweaver MX, so have set out the overall design including the menu bar. But I would like to make the menu bar into a drop down menu. I thought this would be easy but after searching for hours on … Web Development flash html-css javascript | |
I recently read a post by someone stating that you could not encrypt POST or GET sessions while sending data between pages. I wanted to know if there was a way. could one not simply write a script that would encrypt the message before sending along with a key that … Web Development encryption first-post javascript session | |
I won't beat around the bush. A simple form is posting the field "notes" and "request_id" to this script. "billingrequest" is my tablename, "notes" is the field on the table I wish to update with the field "notes", and requestid is the field on the table that identifies which row … | |
I have written a program in php that writes a .doc file. the file is being written correctly, but i'm getting constant errors in the log. even when i'm not refreshing the page. I have no clue what could be causing errors when my page isn't even running. Please help … Web Development php | |
I've written a php script that displays a summary table with certain select information from a database table. It has a "view" button next to each row, which takes the user to a printable form with the complete information from the table on it. There is a portion on this … Web Development first-post javascript php | |
hi respected friends, i have strucked with out this feature in my project. Please help me,and me sample code if u can . i have a JSP page which is having two combo boxes,in this page my main aim is: in my first combo box if i select one courseID … Web Development java-jsp | |
Hi, I'm trying to connect to the active directory using asp. I'm having problems with logging in, what happens is the username accepted is not the user logon name but the displayname is accpeted heres the code: [code] Dim oRootDSE, oCon, oCmd, oRecordSet,oRecordset1 Dim sDomainADsPath, sUser, sPassword, sGroup, sProperties Dim … | |
I need a Javascript drop down menu maker to work as the add-on of DW. Any advice? Thanks in advance. Web Development javascript | |
Hi all i will try to be as clear as possible! I am currently working on a site for a customer at [URL="http://www.privacymaker.com/gcs/dev/"]www.privacymaker.com/gcs/dev/[/URL] (where im developing it, the main site location is [URL="http://www.gerbercentral.com"]www.gerbercentral.com[/URL]) well here is the issue i am running into. I have decided to go with mouseovers that … | |
Hey, I finally got my php code to accept an array into my database without it just putting "Array" in the database field, by using "serialize" like so: [PHP]$services=serialize($_POST['services']);[/PHP] So now it's putting jibberish in the database field like it's supposed to, but I'm unable to use "unserialize" to get … Web Development php | |
hi, i am bikram give me coding on 1.1 version of signout i am using session.abandon so, session is abandoned but the user is doing work by clicking on back button of browser . i think i am not writing proper security. | |
I always have a doubt that I couldn't solve that is the problem of previewing an upload image properly. I have wrote a php coding to upload and delete an image. In the page, user is able to view the image they have uploaded once they click the upload button. … | |
Hey, I've got a form that passes the date onto a php script, which posts all the form entries into a database. One of those fields happens to be a date field. I have it going into a column in a mysql database that has the DATETIME datatype, but no … | |
hello ive been trying to insert a java code to change the images of my buttons when the mouse is held over i have followed these codes [html]<head> <script type="text/javascript"> function mouseOver() { document.b1.src ="t5fshop.png" } function mouseOut() { document.b1.src ="t5fshop2.png" } </script> </head> <body> <td width="191"><a href="http://www.bob.com" onmouseover="mouseOver()" onmouseout="mouseOut()"> … Web Development image javascript | |
I have a site that I created some time ago that has been operating just fine until today. It seems that today, variables I am passing as post (in the URI) don't seem to be acknowledged by my script. Here is a sample URL: [url]http://www.somehost.com/edit_post.php?id=14[/url] I used to be able … Web Development first-post operating-system php | |
I was going to post up a job spec but I think what i'm really looking for is some suggestions to where to look or post up when looking for PHP Coders. And i dont want one-off Rentacoder.com or getafreelancer.com coders due to a couple of bad experiences and I … Web Development first-post php | |
Hi everyone, Iam mahendran and i working as a php programmer for the last 8months. I have a doubt to create mail ids in server dynamically using PHP. I wants to write a program for generating alias email ids in server dynamically when user register into the site by giving … | |
Hi, I am having problem with my Editable GridView. I am selecting columns from SQL-Server 2005 DB using a store procedure [with multiple tables in it] and then I wrote UPDATE and DELTE statements in the GridView query builder. When I run the page, Select and delete works fine but … | |
Hi.... can ny do this help for meee...:rolleyes: the first page shld contain username and password...and in that register.. the register options shld be jus username,password,email-id... if he entered correct username n passsword then it shld go in to another web page....for example it shld connect to som site [url]www.example.com[/url] … Web Development email html-css javascript | |
Hey everyone. Got a little problem with an html dropdown box I'm using in a php document. Here's the code I'm using: [PHP] echo "<td width=52% bgcolor=cdcdcd><form method=post action=myphpdocument.php>"; $query = mysql_query("SELECT clientname FROM clients"); echo "<select name=client>"; while ($r = mysql_fetch_array($query)) { $client = $r["clientname"]; echo "<option value=$client>$client</option>"; } … Web Development first-post php | |
i am binding two attribute value on dropdownlist at a time let say firstname and lastname but i want to do some operation by taking only firstname from the dropdownlist but it is not happening. Web Development asp.net | |
I have just started a website where i want a voting booth. i wanted to learn asp but cant run ito n xp home edition. ive started learning php but am totally confused about what else i need to download i.e my sql, apache... could someone explain to me what … | |
Hi, I am having a one BLOB field in my table. I want to compare one BLOB value of one row with BOLB value of another row. I mean I want eliminate duplicate rows using the BLOB value. for this I want to write a tool using VB.Net can someone … | |
I am developing web site.Which scripting language should I prefer VBScript or Javascript? Web Development javascript vbscript | |
Hello everyone. I'm trying to write some Javascript code to make a logo on my website flash periodically between two differently coloured versions (i.e. a simple "swap image - restore image job). Here is a simplified version of what I am attempting, with no loops added yet: [code] <html> <head> … Web Development flash javascript | |
Hi, I have just created an internet search engine, and I am looking for names for it. Something fun like GOOGLE or YAHOO. Must be markatable and the .com domain to be free. All ideas welcome, as soon as I have chosen a name, I will tell you and you … | |
Hi, I am using a checkbox list populated at the design time itself. The list has about 25 items. In the SelectedIndexChanged event, the SelectedIndex of the checkbox list always returns the lowest selected index of the list instead of what I clicked on. So if item 3 is checked … Web Development asp.net | |
Hi I have a difficulty in insertion data. I wrote my html code (a form in it) and jsp code to get the form data and insert it to database. I don't get any error message but it doesn't insert data to database. My code is below. Where am I … Web Development email first-post java-jsp javascript microsoft-access | |
Hi, I am facing a strange problem.... I have a datagrid in which has a few textboxes. 1 of these text boxes is un-editable (it is a computed value). The computations for that textbox have been done using javascript. In the asp page the value is taken using Find Controls. … Web Development asp javascript | |
Hi, I was making a shopping cart and when a person check the cart. There is a button Continue Shopping. What should i do so that he/she should go to the same page from which he/she check cart. I think that if we can catch/extract the addressbat url then we … Web Development php |
The End.