52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for mike.mclennan

I am working with ASP.NET, C# and SQL Server. What I am trying to do seems simple enough, but is causing me alot of problems. I am trying to set up my DataGrid so that is updates only when i press the Update button. It is pulling information from 5 …

Web Development asp asp.net
Member Avatar for mike.mclennan
0
111
Member Avatar for hegRT

Hi there, I have a class that returns a value based on a calculation with in the class 2 of the variables are called from a database, which is working however when I try to output the result on a jsp page ie. calling the property 'rating' I am told …

Web Development email java-jsp session
Member Avatar for alimirmd
0
140
Member Avatar for uninvitedm

Hi. I have a JSP page and I'm having trouble with some parameters... The page has a form containing a listbox, something like... [code]<select name="listnames" MULTIPLE>[/code] Files are browsed for with a <input type=file> object, when this is changed (onChange) the value is added to the listbox. When the form …

Web Development java-jsp
Member Avatar for uninvitedm
0
151
Member Avatar for cancer10

Hey! I came up with the new problem. I want to fetch all form values by using request.form("FormName") which is generated by javascript on runtime. The attached zip code contains the working code of javascript creating dynamic form elements. So after generating a couple of textboxes when I click on …

Web Development asp javascript
Member Avatar for MohitB
0
100
Member Avatar for nehashri

hi i am designing a database using Ms Access and ASP. i have 3 tables in access namely [COLOR=red]'PERSONAL'[/COLOR], other as '[COLOR=red]POLICY'[/COLOR] and 3rd one is named as [COLOR=red]'STAFF'[/COLOR]. in the contact table i have ID, Name, Children as fields. Also in policy table the firlds are:- ID, date_of_policy, no_policy, …

Web Development asp
Member Avatar for nehashri
0
120
Member Avatar for nguyenthaithuan

Hi all! I am PHP beginer, I have some trouble about install, using pdflib for PHP(version 5.1.4, Window XP). Please help me ! If so be, thanks to all. Maths

Web Development pdf php
Member Avatar for w_3rabi
0
91
Member Avatar for bmroczek

Good morning, I have created a registration page with a few little things built in to eliminate duplicate users. I am getting the follow error after clicking the register button: cannot find 'file://C:/CTGR/_access/%3C%=MM_editAction%%3E'. Make sure the path or Internet address is correct. Ideas on how to get this error to …

Member Avatar for kokkee
0
109
Member Avatar for jahuli

Is it possible to create a web based forum in visual web developer?

Web Development asp.net
Member Avatar for kokkee
0
116
Member Avatar for thirunavukaras

hai i want declare imports system.net -----header file in javascript <script> //// in this section how to declare imports system.net <script> please help me

Web Development javascript
Member Avatar for alpha_foobar
0
1K
Member Avatar for mattyd

Two good sources to learn from: [URL="http://www.rubycentral.com/"][B]Ruby Central[/B][/URL] [URL="http://en.wikipedia.org/wiki/Ruby_on_Rails"][B]ROR on Wikipedia[/B][/URL]

Web Development ruby
Member Avatar for Gary King
0
156
Member Avatar for tins

I am looking for a good tutorial oriented towards someone who knows how to program, but is new to ruby. I'd like ruby on rails to be covered. Please let me know if you have any recommendations. Thanks!

Web Development ruby
Member Avatar for Gary King
0
243
Member Avatar for ashitha

hi....i am write a programme for uploading a fie using multipart/form data in jsp.it's working..but the problem is i want to write the textbox values into that file.if i am changing the multipart/form data as text/plain...then the textbox value is taken...but the uplading is not working..what to do...

Web Development java-jsp
Member Avatar for jwenting
0
101
Member Avatar for thirunavukaras

i used in this below code in usercontrol but error happen because the checkbox value didn't pass please help how to pass the checkbox value i try `<!--onclick="checkedChanged(this,'checkbox')--> this line` but the checkbox is `runat=server` so different value is generated in html view source code... so doesn't work this code........... …

Web Development javascript
Member Avatar for MidiMagic
0
118
Member Avatar for BalagurunathanS

Dear All... I have two aspx Pages..I am having first page as a home page.I have various controls bounded in the home page.when i click the button control in the home Page,the Second Page is opened but it is Opening in an new window..Instead i need the second Page to …

Web Development asp.net javascript
Member Avatar for campkev
0
113
Member Avatar for Thendral

Hai.. I need to display one image per day from an array depending upon the day in jsp/servlet. Intially i am having 5 images in an array. Then i want to display sunday --- 1st image monday--- 2nd image tuesday -- 3rd image wednesday--4th image thursday -- 5th image friday …

Web Development display image java-jsp
Member Avatar for ~s.o.s~
0
101
Member Avatar for thirunavukaras

i used in this below code in usercontrol but error happen because the checkbox value didn't pass please help how to pass the checkbox value i try <!--onclick="checkedChanged(this,'checkbox')--> this line but the checkbox is runat=server so different value is generated in html view source code... so doesn't work this code........... …

Web Development asp.net
Member Avatar for thirunavukaras
0
77
Member Avatar for vssp

Hi Friends I need to validate the email address when submit the form using java script. When I enter one email address i have to val;idate the mail id. But at the same time I have entered multiple email address seprated by comma . I unable to validate How can …

Web Development email javascript
Member Avatar for vssp
0
95
Member Avatar for csnegi

I've just finished a long term contract and looking for another big project; 3-6 month contract or a full time offsite position as an ASP.NET developer/architect. I have 6 years of a full cycle development experience with ASP.NET 2.0 (C#) and Microsoft SQL Server 2005 development. * I have strong …

Member Avatar for jamello
0
155
Member Avatar for Alexandro

I need to round a result number,by precision; Example: Math : y=x/1000000; x=5 => y=0.000005, but if I do this in java script y=0.00000500001;(not right) ;how do I round a equation by precision to have a math result

Web Development javascript
Member Avatar for ~s.o.s~
0
119
Member Avatar for Ponte_64

Hi there, Looking for ASP.NET 2.0 web host I have the right one for you check it out [url]http://www.thehosting-review.com[/url] Ponte.

Web Development asp asp.net
Member Avatar for jamello
0
67
Member Avatar for vimalv

[COLOR=darkblue]i have a dataview contains a column age (datatype as string)....with the data like "35/5" (i.e 35 years and 5 months) ,"9/6","101/4","23/3"..... when i am trying to sort the gridview by age asc..it diplays the result as 101/4,"23/3","35/5","9/6" it is sort with the first char of each data...but i need …

Web Development asp.net
Member Avatar for vimalv
0
106
Member Avatar for DeOiD

hi i'm using a dropdown to enable the users to choose the product family in (or on, i don´t know... :-( ) a form. when the user clicks in the save button, it saves all info into the database, including the family_product_id, with the [INLINECODE]selectedvalue[/INLINECODE] property... the problem is that …

Web Development asp.net
Member Avatar for kokkee
0
132
Member Avatar for MrScruff

Is it possible to have a link so users can add my site to their bookmarks via a link? I have found out how to do it using IE but it doesn't work with Firefox. Cheers for anyhelp.

Web Development javascript
Member Avatar for maa_ku
0
910
Member Avatar for LilSniper

I have no idea what to do next. I have no idea what PHP is. I don't know where to download PHP and MySQL. Also, I am having trouble with the definition of terms. What is a webhost? Please help. Thanks.

Web Development php vbulletin
Member Avatar for J-to-the-D
0
159
Member Avatar for danielwoodhead

Hi I am tring to populate a drop down by selecting another drop down. The first drop dwon populates from eventdata table and i want the second drop down to populate from a race table. I have tried to find the row which contains the same event id as the …

Web Development html-css mysql php
Member Avatar for johny_d
0
3K
Member Avatar for willeffects

I wouldn't even consider myself a rookie with javascript but know it can be done, so thanks for any help. What function would I use to have javascript read the page it is on, grab the url which is like: [url]http://site.com/boards/index.php?showtopic=88837&mode=linear[/url] and say if the url includes "mode=linear" then apply …

Web Development javascript
Member Avatar for MidiMagic
0
160
Member Avatar for r_jack

I have an SQL database and an ASP.NET home page. I want to add, delete, update/create data directly to the database from the home page. How can I do this. Give an example if possible

Web Development asp asp.net
Member Avatar for r_jack
0
106
Member Avatar for assgar

Hi I was using a schroll bar to display multiple rows of dynamically created from database records. The scrolling was not displaying the data properly so I have decided to use pagination. The problem I am having is, if I select one item on page #1 and another on page …

Web Development php
0
67
Member Avatar for ongxizhe

Hey all. Does anyone knows where to get some tutorials of JavaScript? Or someone willing to teach about JavaScript please kindly send a PM and include your contact or reply here. Your help willl be appreciated. Thank you. Xizhe

Web Development javascript
Member Avatar for ongxizhe
0
76
Member Avatar for jnscollier

I have a form and here's what I have an issue with.... If the user types something in the boxes, and then accidentally goes to another site/page in the site WITHOUT hitting submit on the form, all the data is lost when they click the back browser button. What I …

Web Development php
Member Avatar for digital-ether
0
367
Member Avatar for ashitha

hello... i am write a programme for copy file and stores into each another file.like this way i want to copy multiple files.but the error null pointer is coming.. why the value is not displayed?I can't understand null pointer exception.. the code <%@ page language="java"%> <%@ page import="java.io.*"%> <%@ page …

Web Development file-system java-jsp
Member Avatar for jwenting
0
313
Member Avatar for techhelpforme

what is php id? what does it let me do? does it let me put more than one page inside one file or something? If it does something like that, how do i use it? what is the code for it? Please help. I am sort of new to php.

Web Development php
Member Avatar for bitmaster
0
595
Member Avatar for sibotho

[COLOR=green]Hi all[/COLOR] [COLOR=green][/COLOR] [COLOR=green]I have been trying to send email from my asp.net website using c#. the code runs without any errors, but when i click the send button i get this error.[/COLOR] [COLOR=#ff0000]/*System.Net.Mail.SmtpException: Failure sending mail.---> System.Net.WebException: Unable to connect to remote server -->System.net.sockets.socketException: a connection attempt failed because …

Web Development asp asp.net email
Member Avatar for NET-Developer
0
157
Member Avatar for ashitha

i am trying for copied the file from a local system to another file.but it displays the null pointer exception.y the null pointer exception is coming.

Web Development java-jsp
Member Avatar for rgtaylor
0
346
Member Avatar for senthil_yoga

dear friends, i am able to get a bunch of datas from select box , but while inserting into database , only one data had been getting inserted, how to insert all the datas... i will show the code, please give ur valuable suggestions <% String s1=(String)session.getAttribute("eid"); String s3[]=request.getParameterValues("language"); int …

Web Development java-jsp session
Member Avatar for ~s.o.s~
0
108
Member Avatar for Riazansar

dear members ! In my job i jst face this problem with one of our PHP based sites. what this script does is that asks users for some inoformation when they want to have a folder in one of our web servers. now the problem is that when they submit …

Member Avatar for Riazansar
0
222
Member Avatar for iam_rob

Hi all, I'm currently building a login page for a JSP application, I've realised that im going to need to use sessions to recall the username on the login screen for other functionality. Unfortunately i'm very new to the whole web development approach and i've tried searching for guides on …

Web Development java-jsp session
Member Avatar for iam_rob
0
229
Member Avatar for assoora

[COLOR=#000000]Hi all,[/COLOR] [COLOR=#000000] <br>[/COLOR] [COLOR=#000000]I've a JSP page that has 2 buttons one to bring data from database via a servlet & a java Bean, and the other is a next button.[/COLOR] [COLOR=#000000][COLOR=#000000] <br>[/COLOR] [/COLOR] [COLOR=#000000]i want to show the data from the database 4 rows per a page, i.e. …

Web Development java-jsp
Member Avatar for jwenting
0
142
Member Avatar for Upon1

I am currently using the PHPNuke portal (7.9) and I've been having some problems lately with my phpBB forums. I installed the system in January and have been tinkering around with it since. Everything has been running smoothly until a few weeks ago; my forums quit working. For no apparent, …

Web Development php phpbb
Member Avatar for Upon1
0
229
Member Avatar for enggars

Hi i have a script like this : function add() { c=document.form1.status1.checked; d=document.form1.status2.checked; if(c!=1) document.form1.hidsum1.value=0; else document.form1.hidsum1.value=document.form1.sum1.value if(d!=1) document.form1.hidsum2.value=0; else document.form1.hidsum2.value=document.form1.sum2.value a=document.form1.hidsum1.value; b=document.form1.hidsum2.value; var e = parseInt(a)+parseInt(b); document.form1.total.value=e; } And it works though. But i want to use looping to simplify the code. Anybody can helps? i have no idea …

Web Development javascript
Member Avatar for MidiMagic
0
147
Member Avatar for thirunavukaras

i created one web form the form contain two label box and text box in the form one button is placed i click the button the page redirect to next page window.location.href="fdfgd.com"; but i wll send textbox value and label box value in the corresponding redirect page.. pl help me...

Web Development asp.net
Member Avatar for sibotho
0
149
Member Avatar for edouard89

In one of my previous posts [URL="http://www.daniweb.com/techtalkforums/thread77253.html"]here[/URL] I got the information on what I had to do. Now I have a similar problem instead of using a button to do that I have 2 links that when clicked will take you to the same page but depending on the link …

Web Development display javascript
Member Avatar for edouard89
0
184
Member Avatar for plakelly

I am creating a website for a homework assignment & I need help will the login page. I am using an access database with a users table. the username and passwords are stored there. My two text boxes are txtusername & txtpassword. And I would be putting the code into …

Web Development asp.net
Member Avatar for cutepinkbunnies
0
87
Member Avatar for 7arouf

hey there i have a small question if u don`t mind my background is asp.net and i will apply for a job that requires me to know php, but i have never worked before with php are there any major differences between asp.net and php? and does both have the …

Web Development asp asp.net php
Member Avatar for w_3rabi
0
123
Member Avatar for joe33

I have a field called [EMAIL="field@code1"]field@code1[/EMAIL] in a form in a XSL page. i want to use java script to do validation. the javascript errors if there is a @ in it. 1. is there any way of putitng an @ in javascript 2. is there any other way i …

Web Development email javascript
Member Avatar for MattEvans
0
86
Member Avatar for cancer10

Question - ASP + Ajax Hey! Not sure if this is the correct section to post this. ;) Well, I have a table in my sql server 2000 database *************** tblAddress ---------------------------- City_Name (varchar) Venue_Name (varchar) ******************* The "City_Name" column contains all the name of the cities in my country …

Web Development asp
Member Avatar for cancer10
0
147
Member Avatar for yenyen

hi, do anyone have any demo of leave system? i need to take it as reference.if got any example, plz inform me.. thank you.

Web Development asp
Member Avatar for yenyen
0
77
Member Avatar for lafalot

Hi, I've set up a "Send Page to Friend" function using a script that I donwloaded. It works fine if I use my email as the recipient address, but I receive the following error when I try to send it to a Yahoo address: Invalid Addresses; nested exception is: class …

Web Development coldfusion email
Member Avatar for cfAllie
0
170
Member Avatar for jamello

Hi there folks, What do I do if a want a list of all the countries in the world loaded up into a html dropdown listbox. Thanks for the help in advance

Web Development javascript
Member Avatar for jamello
0
141
Member Avatar for MiyaoMiyao

Hi all! I am new in this forum! Its really nice to see forum members helping each other out. Anyway let me cut to the chase, I have been programming in VB.NET since last year. Even though I'm not very good at it, but at least i was able to …

Member Avatar for MiyaoMiyao
0
131

The End.