52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for eswapna

Hi All, I am new to .Net. can anyone please tell me how to create loginpage in detail with steps and code. Thanks, Swapna

Web Development asp asp.net sql
Member Avatar for vmadhu_ece
0
92
Member Avatar for jinx_uk_98

Hi guys, Bit of n00b here but do have some HTML experience. Anyway I'm working on a small project at the moment where I require the user to enter the details of a varying number of people. How can I create input boxes on the fly? so that the user …

Web Development php
Member Avatar for jinx_uk_98
0
105
Member Avatar for flashyflashy

I have 3 pages a.php ,b.php and c.php .How can I use the variable of b.php in c.php [B]a.php[/B] [ICODE]<script type="text/javascript"> var width; width = screen.width; if (width > 0) { location.href = "b.php?width=" + width; } else exit(); </script>[/ICODE] [B]b.php[/B] [ICODE]<?php if($_GET['width']) { public $screen_width; $screen_width=$_GET['width']; } else { …

Web Development javascript php
Member Avatar for flashyflashy
0
81
Member Avatar for sampathw

Hello, I'm developing a web theme. Before the last div tag(Which simply has an image), I have added a java script which is calling a remote server for an image output. the last div tag image doesn't get loaded until the javascript execution completes. Please let me know a way …

Web Development javascript web-design web-server
Member Avatar for sampathw
0
119
Member Avatar for Borderline

The following code given to me in another forum, as a "simple photo gallery" code, but I'm still experiencing problems with it. I don't know how to make the two pages interact correctly. I am assuming the [REF] etc sections are causing the problems, but I don't know what they …

Web Development pdf php
Member Avatar for Borderline
0
91
Member Avatar for anandbabukumar

hello friends, im a php developer, am buliding a online memorial site.where the customers will register their Date of birth in a registration form .it will probe through mysql db.and i hav to send a mail for their birthday wishes in forcoming years automatically from php scripts..is it possibel.. give …

Web Development php
Member Avatar for nav33n
0
121
Member Avatar for almualim

hi friends, i want to display data from mySQL database, and iam using two drop down list, displaying data in second drop down list depending on the selecting from first drop down list, for example: first drop down list contains states, and second drop down list contains cities.

Web Development php
Member Avatar for nav33n
0
102
Member Avatar for OmniX

Pretty simple, just dont know how to find the solution XS. I have a combo box, that once u select the required attribute (A, B, C). It should display the apporiate text of A, B, C below it. So any ideas? Thanks, Regards X

Web Development php
Member Avatar for nav33n
0
196
Member Avatar for evios

Erm, how to split a string using comma separated into a table? Below is my code but the output seems weird: Lets say the row has 40 elements and 30 rows: [code] For Count = 0 To UBound(MyArray) For a = 0 To UBound(MyArray) Dim celNew As New TableCell() 'Dim …

Web Development asp.net
Member Avatar for evios
0
135
Member Avatar for santoo

Hi, I have written a webservice and is working fine when tested usng a client application.Now I want to deploy my webservice on a server other than the development server.How can this be done.what are steps to be followed. thanks.

Web Development client-server xml
Member Avatar for ashleycameron
0
133
Member Avatar for mom_of_3

I have a question about using define(). I am using this function for other constants across my script ,but am looking at developing a set of language files. For example I was thinking of having one eng_defined.php and one fr_defined.php each containing the same named constants but the output would …

Web Development php
Member Avatar for mom_of_3
0
100
Member Avatar for ardeezstyle

Hi! I've used these codes in my aspx document <script runat="server"> Sub change(sender As Object, e As EventArgs) lbl1.Text="You changed text to " & txt1.Text End Sub </script> And inside the HTML <body> tag I used this... <form runat="server"> Change text <asp:TextBox id="txt1" runat="server" text="Hello World!" ontextchanged="change" autopostback="true"/> <p><asp:Label id="lbl1" …

Web Development asp.net
Member Avatar for majestic0110
0
237
Member Avatar for antwan1986

Hi everyone and thanks for reading! I have a MySQL database with a table called "lessons". Inside lessons there are about six or seven fields holding information about piano lessons. The table looks like this: [CODE]vid int(10) (Primary Key) title varchar(50) date date teaser varchar(500) description varchar(2000) vurl varchar(50) extra …

Web Development mysql php
Member Avatar for antwan1986
0
114
Member Avatar for Traicey

Im new to ASP and would like to know which one is the best when coding to ASP between VB.Net and C#.Net Thanx in advance

Web Development asp asp.net vb.net
Member Avatar for majestic0110
0
141
Member Avatar for kevin wood

i have created a website where the user is able to upload images and then they are displayed on and email which is then sent out to the people of there choice. the problem i am getting is that the images are being cached and then the new images are …

Web Development caching php
Member Avatar for kevin wood
0
262
Member Avatar for sandip250382

I want to design a real time file download button. Can anyone here provides the code? Thanks in advance.

Web Development asp.net
Member Avatar for majestic0110
0
75
Member Avatar for nandhinijp

At the time of login Redirect to one page particularly.In my site Users can view some of the pages without login. My question is If i am in x page.At that page i want to use login page.After login I want to return that x page.But its constantly navigated to …

Web Development asp.net
Member Avatar for nandhinijp
0
85
Member Avatar for shytr

hi......... i am having 13 jsp pages.in the first page i have to select any one radio button and then i have to go to the next page,there also i have to click any one radio and then i have to go to the next page,likewise i have to go …

Web Development java-jsp session
Member Avatar for masijade
0
118
Member Avatar for Tess James

i need to have a hyperlink on the page having the graph code which, when clicked takes me to another page.. what should i do..please help.... thanks in advance.. :)

Web Development perl php
0
66
Member Avatar for Nithya.G

iam having some elements in xmlfile , and i want to fill tat element's values in aspx file's dropdown. how to do. Ex: iam havin <font>Times New Roman</font> in xmlfile. now i should fill "timesNewRoman" in a dropdownlist . how to do.

Web Development asp.net xml
Member Avatar for Nithya.G
0
76
Member Avatar for priyala

HI, I would like to know if there is a way to write data to a text file from the HTML controls in a website creation. If so please explain how to go about it Thanks, Priya

Web Development html-css javascript
Member Avatar for allen.jes
0
87
Member Avatar for ansari.wajid

Hi I have 2 tables in database as follows: table1: id name state id 1 aaa 1,2 2 bbb 1,3 table2: id state 1 ak 2 ny 3 jk so the problem is that I want to display all the data of "[B]table1[/B]" in a gridview and in place of …

Web Development asp.net display
Member Avatar for ansari.wajid
0
94
Member Avatar for WCSO-IT

Hello all, I have been working on a simple web app but have run into a small problem. I am still fairly new to php and have found nothing on this topic searching google. I have a getimage.php page that fetches an image from a SQL Server Express 2005 database. …

Web Development image php web-server
Member Avatar for WCSO-IT
0
70
Member Avatar for webguru07

I know this question has come up before and i've researched headers and i know that you can't output anything to the browser then change the headers, so my question is, is there a way to redirect with PHP inside a HTML document?

Web Development php
Member Avatar for buddylee17
0
70
Member Avatar for CBnewbie

OK, I'm new to PHP, and working with someone else's code. Kinda got thrust into this. I keep getting these two errors everytime someone tries use a online application page: PHP Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in F:\home\admissions\application\appadmin\dataset.php on line 27 PHP Warning: mysql_free_result(): …

Web Development dataset php
Member Avatar for pritaeas
0
93
Member Avatar for scorpionz

Hi this is scorpionz Any response will be appreciated with great interest, can anyone have an idea regarding image upload through PHP+Ajax, i m using mysql as a db. Like the Process i want to do is that: I have create a field of image_name in DB table and just …

Web Development image php
Member Avatar for fatihpiristine
0
178
Member Avatar for kaushik259106

Hope i am posting in the right place. Any pointer will be helpful. Am a learner so pls bare with me.. Thanks for that :) I was just wondering if i want to make a simple web apps (Say a user data will be saved to sql db) which of …

Web Development asp.net c# vb.net
Member Avatar for kaushik259106
0
163
Member Avatar for cariocgl

------------PART ONE------------------ [code=syntax] if(navigator.appName == "Netscape"){ xmlHttp = new XMLHttpRequest(); xmlHttp.open("GET",xmlfile , false); xmlHttp.send(null); docObj = xmlHttp.responseXML; var objNodesname = docObj.getElementsByTagName("name"); }else{ var docObj = new ActiveXObject("MSXML.DOMDocument"); docObj.load(xmlfile); var objNodesname = docObj.getElementsByTagName("name"); } [/code] ------------PART TWO------------------ [code=syntax] for (i = 0 ; i < objNodesnames.length ; i++) { if(navigator.appName == …

Web Development javascript
Member Avatar for cariocgl
0
75
Member Avatar for boo_lolly

i'm writing a redirect.php page for a CMS. the admin user makes whatever changes they want to certain information in the database, then clicks submit. they are taken to redirect.php which handles all the sql commands depending on what the admin wanted to change. and then they are redirected to …

Web Development cms php
Member Avatar for almualim
0
175
Member Avatar for nandhinijp

Hi, I want to add comments in mysite.That means in my site i have the photos,user will leave the comment for that photos and also I want to reject some comments.How to create comments..Now i am using database to store the comments like their msg and name posted timings.But i …

Web Development asp.net
Member Avatar for nandhinijp
0
66
Member Avatar for Dolly-Sweety

Hello friends, I want some help. If anybody can help me out for my problem. I am new to JSP. I am using NetBeans6.0 IDE , MySQL server for the database. I have differentiated my work between servlets,Javabeans and JSP. The logic of my project is stored in the servlet …

Web Development ide java-jsp
0
87
Member Avatar for brightline

My web page contains a treeview. when the user select a node, how can I reset the selection to nothing i.e, making that no node is selected. thnx in advance.

Web Development asp.net
Member Avatar for majestic0110
0
91
Member Avatar for Narasimhan

HI Friends, I am doing my project in a Web Application... Its about the tracking system.... I am actually very new to it.. So I need ur guidance... I am using 2 listboxes in a form for displaying the reports... In that one listbox will contain the details of the …

Web Development asp.net
Member Avatar for Narasimhan
0
89
Member Avatar for ardeezstyle

Hi ! This is Me.... I want to start learning ASP.NET. I have done ASP and know the basics. So I just want to share the views of all the other members of this forum so that I actually learn the aforesaid subject very nicely.... Thanks Rupam 06/may/08

Web Development asp asp.net
Member Avatar for ardeezstyle
0
154
Member Avatar for Nithya.G

iam having usernames and user id in an xml file and iam having a .net apllication , when i give the username and password it should check with xml file and it should login if it is a correct user, otherwise it should not login. i need code for this …

Web Development asp asp.net xml
Member Avatar for raj416
0
276
Member Avatar for mjzammit

Hi i am getting the following error when running my web application Server Error in '/' Application. -------------------------------------------------------------------------------- A potentially dangerous Request.Form value was detected from the client (TextBox1="<html><head><meta ht..."). Description: Request Validation has detected a potentially dangerous client input value, and processing of the request has been aborted. This …

Member Avatar for majestic0110
0
132
Member Avatar for Icetigris

I'm trying to make a class registration page, but for some reason, when I dump my query results into an array and use array_search on it, array_search comes up null. Any ideas? [code] <?php /* - if classes[] is set, see if any of them were selected - if yes, …

Web Development php
Member Avatar for nav33n
0
139
Member Avatar for bornok15

I am making a guestbook script I'll be using combo, listboxes and paging for the entries can anyone give me some tricks on how to do this? thanks guys...

Web Development php
Member Avatar for archangel_025
0
79
Member Avatar for almualim

i want to send variable from one page to other in php and iam using session, but the variable doesn't appear in other page. iam using this code : page 1: <?php session_register('number'); $number =10; header("Location: page2.php"); ?> page 2: <?php echo"number= ".$number; ?>

Web Development php session
Member Avatar for almualim
0
87
Member Avatar for vganeshvenu

Hi All, Can any one help me out by giving the code for javascript calendar. Thanks in advance.

Web Development javascript
Member Avatar for codebreaker
0
117
Member Avatar for manjusaharan

Hi all, I m new to asp.net . I am getting problem in using a dll residing on webserver from webservice. I m getting the following error. "Retrieving the COM class factory for component with CLSID {83767D91-FAC8-471D-935A-1A3D04D779C0} failed due to the following error: 80070005." Though the DLL is registered on …

Web Development asp.net
Member Avatar for manjusaharan
0
74
Member Avatar for Vai

[code] Here is what I am trying to accomplish: an image management system, that will: a: Store the name and url inside the database b: be displayed where needed. I have a form that already uploads, but I am unsure how to get the disered information to the database, and …

Web Development image php
Member Avatar for Vai
0
100
Member Avatar for fluffythebunny

I been seening ajax all over the place. The only time I have used is in the news feeds script I got from dynamic drive. The first question I have, is do you need to have a database dns sort of thing to be able to begin learning it. Where …

Web Development dns javascript xml
Member Avatar for KenK
0
116
Member Avatar for rickarro

Hey All, I have a simple query form that displays from a mysql database, a list of names and phone numbers. What i'd like is a column heading at the top of the page but I can't seem to figure out how to put it in there. Here is my …

Web Development php
Member Avatar for rickarro
0
116
Member Avatar for fluffythebunny

I am wanting to learn more about ajax. But I don't know if you need a database the server to be able to learn it. Since I don't have one of those. I am not sure if I should move on to something else. Where would be the best place …

Web Development javascript xml
Member Avatar for fluffythebunny
0
61
Member Avatar for mortalex

Hey guys, i've got a right headache from this piece of code at the moment, it's a simle login script and it just sin't working, the MySQL query looks correct to me and all the other stuff looks ok, but then again i'm no PHP expert. Could someone look at …

Web Development php session
Member Avatar for blocblue
0
149
Member Avatar for jamba

Hello Experts I have a CF app (MX 6.1) that creates a text file, inserts some data (mainly numerical values along with a text header and footer), zip/encrypt/password protect with Winzip command line and then email to a 3rd party and CC some users. When the text file is opened …

Web Development coldfusion
Member Avatar for jamba
0
143
Member Avatar for dmanw100

I was wondering if anyone could help me with what should be a simple PHP script. I want to write a text file, inputing different strings to different lines using some predefined lines and some input from a text box, then save it with another extension (such as .ini). Here's …

Web Development php
Member Avatar for nav33n
0
106
Member Avatar for tanha

Hi. I am using WAMP5 Version 1.7.2, which includes : 1. PHP Version 5.X 2. MySQL Version 5.X 3. Apache Version 2.X 4. Php-MyAdmin But it does not recognize DB.php file, I dont why...I get the following error [B] failed to open stream: No such file or directory in F:\wamp\www\XXX[/B] …

Web Development apache file-stream php
Member Avatar for tanha
0
165
Member Avatar for uncoversports

Hey all, I'm looking at building a website that allows photographers to login and upload images to galleries, while another type of user can signup and buy images from those photographers. The problem is I've come up against my age-old rival. I haven't been able to get my head around …

Web Development php
Member Avatar for Will Gresham
0
144

The End.