52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for mIssy_ricco

i've created a stored procedure to display a gridview. but in my DDL i only want to display the whole column instead of the whole row. can anyone help me?

Web Development asp.net
Member Avatar for mIssy_ricco
0
87
Member Avatar for etm9413

Hi, this is really a beginner question: when I start debuging an ASP.net projet in VS, IE opens up to display the Default.aspx webpage and the following URL is in the adress bar: [url]http://localhost:52480/Default.aspx[/url]. My page including C# codebehind controllers works fine. If I stop debbuging and I try to …

Web Development asp.net client-server xml
Member Avatar for Ramesh S
0
365
Member Avatar for innocent.boys

Hello Friends.. there is a time Duration field in my page..!! in format mins:sec 03:45 05:11 . . i want o show total of all time duration in last...!! . . is there any predefined function to do this..!! . . thanks..!! :)

Web Development php
Member Avatar for innocent.boys
0
86
Member Avatar for maurya_alld

Hi All, I have an asp.net page containing an image of size 200x200. Now I want that on click of this image open a new pop up window that show image of size 400x500. Please tell me this problem is in asp.net. Thanks in advance.

Web Development asp asp.net image
Member Avatar for DangerDev
0
44
Member Avatar for swastikpadhy

Hi, I have a JS for submit the screen. [code=JavaScript] var screen=document.getElementById'newComponentDetailsEntryForm'); screen.action="<%= request.getContextPath()%>/"+"newComponentDetailsEntryViewAction.do"; screen.submit();[/code] this is working fine in IE but can't work in firefox. Kindly suggest. Thanks in advance.

Web Development javascript
Member Avatar for elreso
0
301
Member Avatar for CFROG

I'm working a very simple script for an email (messaging) between users. I have a form with two buttons that gives you the option to save message as a draft or just send it to the user. Here are the two buttons on form: [code=html] <input type="submit" name="save" id="save" value="Save …

Web Development php
Member Avatar for CFROG
0
171
Member Avatar for whisper_101

Hi Guys I've built a Job Site and I want to prevent a user from applying for the same job twice. Each record has a unique identifier which is its PK from the database. I was thinking of placing the ID in Cookie is this the best way? and also …

Web Development asp
Member Avatar for elreso
0
75
Member Avatar for ivanichi

Hi..friend.. anybody help me, how to display motherboard serial with php script ? thanks... :)

Web Development display php
Member Avatar for ivanichi
0
109
Member Avatar for arunajasmine

Hi, i am doing an application which make use of JQuery and Cakephp . In this i am using like the following to retrieve the values from my controller side [CODE] var getformid; $.getJSON("http://localhost/FormBuilder/index.php/forms/getFormEntry", function(json) { getformid=json.forms[0]["id"]; alert("Form id inside "+getformid); });//json alert("Form id ouside "+getformid);[/CODE] In the above code, …

Member Avatar for Airshow
0
1K
Member Avatar for peck3277

Hi everyone, I have a slight problem that I hope you can help me with. I am trying to write a website to display the poems and songs my grandfather wrote beore passing away. Seeing as most of his work was poems the formatting is important! Ideally what I would …

Web Development php
Member Avatar for peck3277
0
60
Member Avatar for whiteyoh

Hi all, Im busy moving a site from localhost to hosted server and im baffled as to why mysqli simply wont run. The following script iscalled after a captcha script has been satisfied, but it just doesnt seem to like the Mysqli. I have converted other simple mysqli scripts, but …

Web Development mysql php
Member Avatar for whiteyoh
0
99
Member Avatar for davecoventry

I have had a look at some javascript functions in the form: [QUOTE] $('#css-style-definition').click(function() var newText = $('#console-msgs').html(); [/QUOTE] Does anyone recognise the syntax? Where can I get information on what is happening here?

Web Development html-css javascript
Member Avatar for davecoventry
0
138
Member Avatar for genesistr

Hi, I have Image.js and Main.js files. I create image object like test = new Image(...); and it can be seen on screen but when i try to do call Move method like test.Move(x,y); it crashes. Is there anyway to do that? My code : main.js: [code=JavaScript]var objBall = new …

Web Development javascript
Member Avatar for Airshow
0
137
Member Avatar for rajesh_kanna

Hai,.. Can anyone help me in creating a cascading menu of below kind,..

Web Development php
Member Avatar for diafol
0
112
Member Avatar for EvilOrange

i'm trying to execute a program from my php. I want to execute it and pass it a variable, i've tried using exec($cmd, $op) but the array of $op doesn't have the output within it (or anything else). Should i be using a different function to get this working? any …

Web Development php
Member Avatar for EvilOrange
0
145
Member Avatar for coollife

I have to do this in 3 hours. I know it calls for a good loud laugh , but i am a newbie. Question is I have to browse and upload images in the design part of sample.aspx page and in the code behind before uploading(inserting) into the sql table …

Web Development asp.net
Member Avatar for Ezzaral
0
82
Member Avatar for cheapterp

I have a bunch of alphanumeric IDs for the data in my DB. The IDs may look like the foll: 0XAA001 or 1YBB010 or 2ZCC011 and so on. Each of the 7 characters stands for something and therefore I have to extract the characters to populate the columns in the …

Web Development coldfusion
Member Avatar for cheapterp
0
152
Member Avatar for aditi_19

Hi, I have created logout.php page which destroys all the session variables. Basically i want the the user to get directed to the Login page after logout button is pressed. But when the BACK button of the browser is pressed(even after logout), the user is still able to see other …

Web Development php session web-browser
Member Avatar for aditi_19
0
202
Member Avatar for sandeepgrandhi

Hi, I am new to java...I want to know how to run a .jsp file using TOMCAT server please help me.

Web Development java-jsp
Member Avatar for manju.fresher
0
98
Member Avatar for Sevenupcan

I'd like to know if it is possible to save or create an image made up of other images. The easiest way I can think of would be to have all the images as transparent pngs of the same height and width and then merge them together. Is it possible …

Web Development image php
Member Avatar for samarudge
0
118
Member Avatar for Mel64

I have a PHP form with a html section at the bottom. There are 14 input text fields on the form and I want the form to send of the email as it should do and also take the name field, pass it to the following web page and display …

Web Development javascript
Member Avatar for Mel64
0
339
Member Avatar for Reliable

Hey everyone, Just seeking opinions as to whether or not you think it's wise to tackle learning more than one programming language simultaneously (eg..PHP and Action script 3.0). Ive noticed that languages have similarities which could lessen the learning curve for the ones you learn after the initial one. On …

Web Development php
Member Avatar for chrishea
0
111
Member Avatar for jamesgurung

I'm trying to serve static content from a cookieless subdomain s.mydomain.org.uk, so that image/css requests from pages at [url]www.mydomain.org.uk[/url] don't get sent with needless cookie data. The trouble is that Google Analytics insists on adding its cookies (_utma, _utmz) to those requests anyway! My code is: [CODE]<script src="http://www.google-analytics.com/ga.js" type="text/javascript"></script> <script …

Web Development google javascript
Member Avatar for eaRthLinG
0
121
Member Avatar for moonis.ahmed

hi, i have a simple two file webapp where i pass two strings to a jsp page for processing. however when i run the app, i get 'resource not found error'. cant figure out what's the problem... some help will be much appreciated.. i got two files. index.jsp which launches …

Web Development audio java-jsp
Member Avatar for peter_budo
0
248
Member Avatar for ishamputra

Hello, some help here.. I have a gridview, at my home page, binded to a dataset. On the first column is a hyperlink, on which, if click it will go to another, page, Viewer Page, and passes the data to display on the other page pls advise, preferably in c#.. …

Web Development asp.net dataset perl
Member Avatar for kameswari
0
771
Member Avatar for morecrab

I save the css file which contains : [code=css]table { border:thick; border-style:outset }[/code] But i just want to use it on one/two table, not all. ie: [code=html]<body> <!-- table with css --> <table> <tr><td>Name</td></tr> </table> <!-- table without css --> <table> <tr><td>Class</td></tr> </table> </body>[/code] How could i do that ?:?:

Web Development html-css javascript
Member Avatar for morecrab
0
92
Member Avatar for anitha joe

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 …

Web Development asp.net web-server
Member Avatar for manojvit
0
1K
Member Avatar for sfrider0

This is part of the code to a login form. The only file is index.php. The code continues but it what you get after you have successfully logged in. It doesn't matter what I put the the login form, when I hit the "log in" button, if just reloads the …

Web Development php
Member Avatar for sfrider0
0
168
Member Avatar for thewebhostingdi

I have recently developed one website. After uploading this website to the server, I have received a few security exception on errors on some of my pages. I contacted my hosting provider on this and they have told that "it seems that your website is requiring asp.net full trust environment. …

Web Development asp asp.net
Member Avatar for Webhost4life
0
154
Member Avatar for angryfans

I'm trying to display a certain amount of words on one page from a database entry. For ex., on my main page I want to display the first 50 words of a story then a link will lead you to the rest of the story. I kind of know what …

Web Development php
Member Avatar for diafol
0
115
Member Avatar for mrcniceguy

i got this script,in one of the very old artciles in sitepoint. everything is ok!except that PNG and BMP images are not resized. giving this errors [code=php] Warning: imagecreatefromwbmp() [function.imagecreatefromwbmp]: 'thumb/tb_128448486.bmp' is not a valid WBMP file in C:\wamp\www\wallsnap.php on line 97 Warning: imagewbmp(): supplied argument is not a valid …

Web Development image php
Member Avatar for mrcniceguy
0
252
Member Avatar for u8sand

Hello, I have my own website where I make programs and put them up on my web page, it has info on the programs ext.. I also allow other people to put up they just have to e-mail me with a specified template. But I want to make this easier …

Web Development mysql php
Member Avatar for diafol
0
266
Member Avatar for sarithak

Hi friends.. I am going to do the project in different languages...Anybody explain me how to do that...any procedure...any softwares...atleast how can i start the project... Thanks in advance..... Advance Happy Rakhi TO All

Web Development php
Member Avatar for diafol
0
276
Member Avatar for papermusic

update.php [CODE] <?php session_start(); if (!isset($_SESSION['user'])) { die ("Access Denied"); } if ($_POST['submit']=='Update Information') { $name_box = $_REQUEST['name_box']; while (list ($key_check,$val_check) = @each ($name_box)) { $value_check .= $val_check.","; } $all_value_check = substr($value_check, 0, -1); } ?> <?php include 'dbc.php'; $user = $_SESSION['user']; $query = "SELECT * FROM student WHERE user_email …

Web Development first-post php
Member Avatar for diafol
0
908
Member Avatar for feoperro

Hi, I'm having problems with aligning my header.html - I'm using a frameset with 2 rows, one for the header and one for the main area of the page. The problem is that I'm trying to use vertical-align to move my links in the Header page to the bottom of …

Web Development javascript
Member Avatar for Troy III
0
100
Member Avatar for heroic

i need to access the detailed search result page using curl, but for some reason i am not able to do so... Please help! The site is [url]www.justdial.com[/url] and i am searching for a* ... on the very first page there is a listing from banglore... i want to be …

Web Development php
Member Avatar for diafol
0
115
Member Avatar for Notuo

Hi. I have a kind of old script for polls that I heavily modified it during years. The main code still there. Today i realize that is using register_globals On (tested new changes in a local xampp installation). Is there any good information regarding register_globals On|Off around to share? I …

Web Development php
Member Avatar for Notuo
0
93
Member Avatar for navi17

which is the best php editor for linux ubunto? i m using komodo right now but it is very slow. pls suggest something?

Web Development php
Member Avatar for ShawnCplus
0
130
Member Avatar for jonow

Hi, first of all i am not sure if this is the correct place to post this question. I am trying to get the information from a certain div on a website and dynamically display it on mine. Also when the content of the div is updated it will update …

Web Development xml
Member Avatar for jonow
0
111
Member Avatar for nverma

Hi I m using asp.net as front end and MS Access as backend,,,,,and most of the help on internet is regarding asp.net and SQL Server,,,,,from where can i get help reharding asp.net and MS Access

Web Development asp asp.net
Member Avatar for Ramesh S
0
96
Member Avatar for derekn

Please help me. I have a site which we'll call "mysite.com" that contains 3 frames. Frame 1 is stuff that never changes (header image, counter, etc). Frame 2 is a menu. Frame 3 holds the contents of whatever link is clicked in Frame 2. The problem is that I don't …

Web Development javascript
Member Avatar for derekn
0
99
Member Avatar for progtick

Suppose I am using the code below to display image [CODE]<img runat = "server" width = "50px" height = "50px>[/CODE] However, the original size of the picture is 500 * 500. So, in terms of bandwidth load, would it be same as displaying the picture in 500*500 dimension or do …

Web Development asp.net
Member Avatar for rblackmond
0
143
Member Avatar for whiteyoh

Hi All, Im busy working on a practice area for a CMS. I have it set so on a click, the edits are saved to mysql, but what im really after is a pop up window to show how it will look. ive tried java script, but the likes of …

Web Development cms php
Member Avatar for whiteyoh
0
177
Member Avatar for reidphp

I could not figure out how to pass data to next page. Here is my code. I hope someone who can help me with it. I am trying tp pass id=$_get['id']. Can someone look at the code and tell me what I do wrong. I am kind of new on …

Web Development php
Member Avatar for Mel64
0
143
Member Avatar for riyas_26

I have done a project in .Net 2008 with .Net Framework3.0 and ajax3.0. I have to integrate SubText blog in my project.. But the Subtext blog has Framework1.0 and Ajax1.0. How can i integrate this SubText blog with my Project.. Help me in this regard.. Thanks in advance..

Web Development asp.net
Member Avatar for riyas_26
0
76
Member Avatar for feoperro

Hi, I'm trying to configure a nested frameset within an Iframe. I'm not sure if it's possible but maybe someone can help me out... [CODE] <iframe src="Home.jsp" allowTransparency="true" width="770" height="580" frameborder="0"> <frameset cols="10%, *" border="0"> <frame name="leftFrame" src="Black.html" /> <frame name="rightFrame" src="White.html" /> </frameset> </iframe> [/CODE] With this code; either …

Web Development javascript
Member Avatar for essential
0
106
Member Avatar for itsrahulk

Hi Folks, I want to maintain all the fields of the Form i.e when a form after posting return with some error then values in the other fields must be retained. Kindly tell me few good methods to do this. Thanks.:icon_wink:

Web Development php
Member Avatar for soldierflup
0
86
Member Avatar for phper

I'm new to ASP.NET so i'm probably asking a very stupid question so apologies!! I have 4 pages in my site so far. I want all of them to display the same page title. E.g My Website Title > A Small Description of the page Do i need to create …

Web Development asp.net
Member Avatar for riyas_26
0
292
Member Avatar for Antinaris

I want to use ASP.NET to do video stream. But I didn't know how to start. Any sugestions? Thanks

Web Development asp asp.net video
Member Avatar for Ramesh S
0
890
Member Avatar for ayuscomeyh

update.php [code] <?php include 'recipe2db.php'; // get value of id that sent from address bar $id=$_GET['id']; // Retrieve data from database $sql="SELECT * FROM recipe WHERE id='$id'"; $result=mysql_query($sql); $rows=mysql_fetch_array ($result); ?> <form name="form1" method="post" action="update_ac.php"> <table border="1" cellspacing="0" cellpadding="3"> <thead> <th>name</th> <th>ingredient</th> <th>how to cook</th> <th>category</th> </thead> <tr> <td> <input …

Web Development php
Member Avatar for arajapandi
0
118

The End.