52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for vvashishta

I need to use a DropDownList in my application made in VB.Net where I can select multiple values from the List. Please help me out.. thanks

Web Development asp.net vb.net
Member Avatar for vvashishta
0
150
Member Avatar for cwarn23

Yes it's about loops. I have the below script and the first loop there is no problem as it mixes the variables but on the second loop I can't seem to figure out how to find the value of $c. Does anybody know because this is an annoying puzzle I …

Web Development php puzzle
Member Avatar for cwarn23
0
115
Member Avatar for daddy89

I want to make it so when a person clicks a link it pops up asking "are you sure" and if you click no itll stop u from going further and leave u on that page and if u hit yet itll continue to a specified link (which will be …

Web Development javascript
Member Avatar for vicne
0
173
Member Avatar for rekhad

Hi all I am using sqldatareader to read data from sqldatabase. The data is being shown on web forms with tabcontainer and tabs. The scenario is I have three rows of data for a client.I want to read row by row data on a button click event.I used while loop …

Web Development asp.net
Member Avatar for rekhad
0
146
Member Avatar for robroy

I tried to post on Mozilla's forum but I ran out of space, so I'll give this a try and thanks in advance... :) Also, I've googled til I cannot google anymore, so please be kind. :D I'm trying to call a .js file in my header where javascript would …

Member Avatar for Troy III
0
1K
Member Avatar for kanuri1

hi any one try to tell me,, i created a button control ,, by double clicking only the process was going on,,when iam single click the button nothing is to be happenend,,so i want to change into single click insted of double click........ here my coding is given below....... [code] …

Web Development asp.net
Member Avatar for Ramesh S
0
145
Member Avatar for Claude2005

Hi guys, I'm using Crystal Reports here. In the development stage (not published), my application works perfectly. After publishing, my application also works perfectly but whenever the crystal report involves images (picture of an employee, for example), this error pops-up. [QUOTE] Access to the path <pathname> is denied. [B]Description:[/B] An …

Web Development asp.net publishing
Member Avatar for Ramesh S
0
431
Member Avatar for brixton

Hi! I've managed to put together a header in my mails that escapes both Gmail and Hotmail's mail filters, so I guess it's not all that bad. However, for my work mail, which has a very nasty filter, it gets stuck in quarantine. So I figured I should ask for …

Web Development dns php
Member Avatar for almostbob
0
900
Member Avatar for delbois1651

Hi, I recently created a website with a spry dropdown navigation bar. On preview from Dreamweaver CS4, in Firefox, IE, Opera, Chrome, all elements work properly and the dropdown menus work as well. However, when I upload it to my server at the domain [url]http://www.kcsslibrary.com[/url], the dropdown menus do not …

Web Development javascript
Member Avatar for Troy III
0
127
Member Avatar for WanxinG

Does anyone know how to use httpcontext.response.transmitfile or any other httpcontext function to download a file from a network drive instead of local drive? When I tried to use context.Response.TransmitFile(DownloadPath) to download files, the DownloadPath has to be local drive. If it's a network drive, the download failed. Thanks in …

Web Development asp.net
Member Avatar for WanxinG
0
293
Member Avatar for ytregnn

I have a problem with a script that I bought. I'm trying to put the files in a different directory (different from the original) and for some reason I receive an error message saying; ” File(../../poll/Poll.php) is not within the allowed path(s)”. I've received this answer from the programmer of …

Web Development php
Member Avatar for pbcomput
0
111
Member Avatar for cane23

i am having some problems posting some values into a form when i click edit. i have checked to make sure that the variables contain the values that i want however they are not posting back to the form. here is my code below. [CODE]if ($_GET['mode'] == 'edit') { $c=$_GET['id']; …

Web Development php
Member Avatar for pbcomput
0
128
Member Avatar for venus_me11

i dont have any idea how to send through email i have a sample ticket. i dont know if i'm going to convert the php file into pdf.. i have no idea exactly.. if ever its hard, how can i send the sample ticket through inputted email of a customer...

Web Development email pdf php
Member Avatar for venus_me11
0
94
Member Avatar for lisles

hey,i have a login form wherein the take the username and password from the user and submit the form.im using burpsuite t check 4 threats.when i click on the submit button the password is visible.is it possible to encrypt the password as soon as enter it instead of passing it …

Web Development encryption html-css php
Member Avatar for cwarn23
0
111
Member Avatar for Krstevski

This simple library containing some methods of Ajax. Example about addContent(url, target): With this function you can change the content of the someone DIV tag. E.g: index.php [CODE=php] <html> <head> <title>Untitled Document</title> <script type="text/javascript" src="ajax.js"></script> </head> <body> <div id="test"> <a href="javascript: addContent('test.php', 'content')"> Change </a> </div> <div id="content"> <label> This …

Web Development javascript
0
864
Member Avatar for wiz83

Hi, I have a user on a Website(name withheld) who is clicking on a button which loads the Ajax indicator and then opens a pop-up, but for this particular user the Ajax loads indefinitely he never gets to go to the pop-up, my guess is there is no bug in …

Web Development javascript
Member Avatar for wiz83
0
94
Member Avatar for manolisvl46

is there a possibility to retrieve a search from an ldap search (for my case) which is in done php <?......?> outside of it to the body of my page? to have a general idea i try to create a table that will be completed dynamically from the search being …

Web Development php
Member Avatar for manolisvl46
0
160
Member Avatar for okonjiaustin

I am building a website that uses php5 and mysql database. I want to upload images alongside other information. To get other information into the table of the database, this I can do very well, but to upload and display the images alongside other information(which may be done online by …

Web Development mysql php
Member Avatar for janani26
0
187
Member Avatar for hno

HI, I'm new in javascript and ajax and I need a IDE to write and debug my codes and I want it to be something like phpdesigner or dreamwawer that have snipper and suggest me when I write some of the code. Do you know something that can help me …

Web Development ide javascript
Member Avatar for hno
0
81
Member Avatar for mcastu

hi guys m new to this forum .......... i have emp_company table having field ecode, ecardno etc and another table is at0310 the fields of this table are ecardno, date , time, IO, serialno , cardrd and ecode the data inserted into at0310 table from text file except ecode......... i …

Web Development php
Member Avatar for mcastu
0
104
Member Avatar for nychick

I got everything going regarding PHP widgets and successfully fetched my DB. [CODE]<?php $con = mysql_connect("mywebsite.com","DB","password"); if (!$con) { die('Could not connect: ' . mysql_error()); } mysql_select_db("pages", $con); $result = mysql_query("SELECT ebayid, reason, DATE_FORMAT(date, '%M %d, %Y') FROM `blacklist` ORDER BY `ebayid` ASC"); echo "<table border='0'> <tr> <th>EBay ID</th> <th>Reason</th> …

Web Development php wordpress
Member Avatar for OS_dev
0
116
Member Avatar for srya

hi friends, This is my code but it not working properly.pls tell the solution [code] <?php mysql_connect("localhost","root",""); mysql_select_db("samples"); ?> <!doctype html public "-//w3c//dtd html 3.2//en"> <html> <head> <title></title> <SCRIPT language=JavaScript> function reload(form) { var val=form.cat.options[form.cat.options.selectedIndex].value; self.location='drop3.php?cat=' + val ; } function reload3(form) { var val=form.cat.options[form.cat.options.selectedIndex].value; var val2=form.subcat.options[form.subcat.options.selectedIndex].value; self.location='drop3.php?cat1=' + val …

Web Development advertising php
Member Avatar for manishjha
0
144
Member Avatar for darshanpm

Hi, I have a very weird problem sending the below script. The email gets sent successfully but when you get the email, there will be only few lines only....rest of them doesn't get printed in email but if you echo it on screen, it appears all perfect. See attachment for …

Web Development email php
Member Avatar for saiprem
0
112
Member Avatar for preetg

hi writh ......... thanx for last responses....... i need your help agian plz help me out i have two tables emp_company and at0310 in at0310 having fields: ecardno,atdate,time,IO,serialno,cardrd and ecode. into my text file ecardno,atdate,time,IO,serialno,cardrd record available but ecode not comes from there in my emp_compnay i have filed like …

Web Development file-system php
Member Avatar for preetg
0
93
Member Avatar for muralibobby2015

[CODE]Warning: fsockopen() [function.fsockopen]: unable to connect to localhost:25 (A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. ) in C:\wamp\www\murali\includes\class.smtp.php on line 83[/CODE] i am getting this error. when i am …

Web Development php
Member Avatar for muralibobby2015
0
69
Member Avatar for g-fer

Hi all ... During a session a user causes information to be added to a temporary database table. At the end of the session, the information has to be removed. How can I tell when a session has ended so that I can clear the rows from the table that …

Web Development php session
Member Avatar for g-fer
0
129
Member Avatar for boycuoi

I want to invisible a imgbutton in repeater when username not admin.So here my code Check username function : [CODE]Protected Sub CheckUS(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.RepeaterItemEventArgs) Dim Check As String = Session("UserName").ToString Dim Img As ImageButton = New ImageButton Img = DirectCast(e.Item.FindControl("DltImg"), ImageButton) If Check = "admin" …

Web Development asp.net session web-server
Member Avatar for boycuoi
0
204
Member Avatar for studioceasar

Hi All, I can't understand why I am getting The following error message: check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1 I've poured through my code and I can't find a solution to the issue. Any suggestions …

Web Development php
Member Avatar for studioceasar
0
107
Member Avatar for jimmiller96

I have a great download script I have been using from: [url]http://www.zubrag.com/scripts/download.php[/url]. It uses the following headers: [code=php] header("Pragma: public"); header("Expires: 0"); header("Cache-Control: must-revalidate, post-check=0, pre-check=0"); header("Cache-Control: public"); header("Content-Description: File Transfer"); header("Content-Type: $mtype"); header("Content-Disposition: attachment; filename=\"$asfname\""); header("Content-Transfer-Encoding: binary"); header("Content-Length: " . $fsize); [/code] My goal is to call this php …

Web Development file-system html-css php
Member Avatar for jimmiller96
0
120
Member Avatar for EricDLundquist

I would like to retrieve the value of whats stored in a currenlty selected row in my datagrid and store it in a string. 1. Is this possible? 2. If so how might I go about doing it myDataGrid.Rows.Cell[0].etc.etc doesn't seem to work and it is all I could find …

Web Development asp.net c#
Member Avatar for EricDLundquist
0
202
Member Avatar for gicker1977

HI there, I have written a simple form that inserts a new record when none exists and updates an existing record when one does. It uses ASP.net and C#. The insert statement works fine, but the update statement does not work at all, though no error is returned. Any help …

Web Development asp.net web-server
Member Avatar for apegram
0
103
Member Avatar for killerdoob

Hey guys im having a little problem with this project im working on basically im making a desktop image uploader for this site [url]http://www.noelshack.com/api.php[/url] i have tried hacking around with some example code but cant get anything working i cant even check if the images are uploaded correctly because when …

Web Development asp.net c# php
Member Avatar for killerdoob
0
248
Member Avatar for sanjaypandit

I am trying to send mail with attachment after using browse button. in this process some error shows [CODE]Warning: move_uploaded_file() [function.move-uploaded-file]: open_basedir restriction in effect. File(/tmp/php_upload/phpLc37tw) is not within the allowed path(s): [/CODE] thsese are code for my mail file [CODE]$filename=$_FILES["strresume"]["name"]; $filetype=$_FILES["strresume"]["type"]; $filesize=$_FILES["strresume"]["size"]; $filetemp=$_FILES["strresume"]["tmp_name"]; $fp = fopen($filetemp, "rb"); $file = …

Web Development email php
Member Avatar for Wraithmanilian
0
112
Member Avatar for bayo_84

Hi there I am very new in useing jsp but here is my first problem. I registered a bean in the applicationContext.xml with the id myBean. Now I want to call a function like this ${myBean.myFct} but the function does not exist and it should not. In PHP there exists …

Web Development apache java-jsp xml
Member Avatar for bayo_84
0
69
Member Avatar for SuntechWebsites

Hello, I created a dynamic list in Dreamweaver CE4. It pulls info from my database just fine. Prblem is when I click to edit one of the entries the next page (the form page it creates on its own) is blank. I have searched the help files but cant find …

Web Development php
Member Avatar for Wraithmanilian
0
135
Member Avatar for xuexue

hi guys, just wanna ask how could i pass the value of a certain variable coming from one frame into another frame having that the frames are both present in one webpage only?? thanks thanks..^_^

Web Development php
Member Avatar for Wraithmanilian
0
110
Member Avatar for albertkao

I want to set the value to <td><div class='urg5'>High</div></td> in JTSL. [CODE]I tried <c:set var="ack" value="<div class='urg5'>High</div>"/> <c:out value="${ack}"/> Page source of the JSP web page is &lt;div class=&#039;urg5&#039;&gt;High&lt;/div&gt;</td> i.e. special characters appear. instead of <div class='urg5'>High</div>[/CODE]

Web Development java-jsp
Member Avatar for albertkao
0
90
Member Avatar for masocha

Hie guys does anyone know something about dotProject. l am trying to modify code in completed.php to display en extra column which is Project Name in a pdf file

Web Development open-source pdf php
Member Avatar for Wraithmanilian
0
182
Member Avatar for Aamit

Hi, I want to submit the form when click on url without page refresh. I create url by using some mysql DB values url like:- index.php?pid=2&mid=25 index.php?pid=4&mid=34 when click on url pass the values to another variables But with out page reload. How to do this? Any sample link?

Web Development php
Member Avatar for compusolver
0
176
Member Avatar for gunnarflax

I 'm trying to create my own Javascript library which I want to be able to access in the same way as you do with Jquery (by writing Jquery.something or $.something). But I can't figure out how that is done. The object Jquery must in someway be created and have …

Web Development javascript javascript-jquery
Member Avatar for gunnarflax
0
171
Member Avatar for rosslad2004

Hi there. I'm very very new to php. :o so i hope i'm posting in the right forum. and i really can't figure this out. probably really simple but i need to place a url into: while ($row = mysql_fetch_array($result)) { echo $row['login']; echo "&nbsp;" . $row['age'] . "<br>"; everytime …

Web Development php
Member Avatar for mhelmyh
0
309
Member Avatar for maryjessicka

i am sending mail in asp.net using c#. Below i have pasted the C# code for sending mail but when i submit the form i am getting the error as Mailbox Unavailable. [CODE]System.Net.Mail.MailMessage message = new System.Net.Mail.MailMessage(); //message.To.Add("xxx@gmail.com"); message.Subject = "Rental Agreement Form"; message.From = new System.Net.Mail.MailAddress("user@msssoftware.com"); message.To.Add("xxxx@gmail.com"); //message.CC.Add("xxxx@gmail.com"); message.IsBodyHtml …

Web Development asp.net
Member Avatar for kvprajapati
0
134
Member Avatar for jtok

I am using Visual Studio 2005 to build a website using ASP.NET and VB.NET. It is accessing data on SQL Server 2005. I have a form (actually it is in a wizard) that needs data populated from a sqldatareader. This all works for the first two steps in the wizard, …

Web Development asp asp.net vb.net visual-studio
Member Avatar for kvprajapati
0
3K
Member Avatar for ashab27

hi, i m asha bhatt i have create check box list dynamically and i want to do the validation for that its checked or not this is my .aspx.cs code [code] using System; using System.Collections; using System.Configuration; using System.Data; using System.Linq; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.HtmlControls; using …

Member Avatar for kvprajapati
0
547
Member Avatar for kiranbvsn

Hi, I want to validate the user id that was entered in a textbox (similar to while registering to a site, we come across something like "this username already existed please choose different") without refreshing the page (or i can say in textbox onchange event) can someone guide me how …

Web Development php
Member Avatar for brixton
0
84
Member Avatar for lisles

hey is there any way i can dynamicallay pupulate 3 drop downs ie when based on d selection of a value from 1st drop down populate 2nd drop down and based on value selected in 2nd srop down populate 3rd drop down,but i wan this to happen in my edit …

Web Development php
Member Avatar for saiprem
0
103
Member Avatar for pradeepkumarb

i developed an online quiz application that retrieves the questions from the database and displays it to the user.how can i put time constraint into that application

Web Development java-jsp
Member Avatar for peter_budo
0
67
Member Avatar for sakhi kul

Hi, how to import/include Spatial Data format (Geometry and Geography) in Sql Server 2008 ?

Web Development asp.net sql
Member Avatar for sakhi kul
0
165
Member Avatar for manish_partey

Hi Everyone, I have one master page and one user control I want to add and use the user control at runtime in the master page. I have used LoadControl Method to add usercontrol but in that case i was unable in getting the tagprefix and tagname value of the …

Web Development asp.net
Member Avatar for manish_partey
0
89
Member Avatar for samuelhenry

i m workin with jsp's i am doing a project on online movie ticket booking system. i encountered a problem when i started executing code for seat booking.... let me tell u my prob.... i m tryin to execute a query like this.... [code=java]select s.seatno,'"+seat+"' from booking where s.screenid='101';[/code] seat …

Web Development java-jsp
Member Avatar for jwenting
0
240

The End.