52,566 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for virendra_sw

Hi, I want to export crystal report fom ASP .Net in word format. I am able to export crystal report but it dosen't give be the Word toolbar as we can see in the when Msword document is opened. oStream = DirectCast(Me.reportdocoument.ExportToStream(CrystalDecisions.[Shared].ExportFormatType.WordForWindows), MemoryStream) Response.Clear() Response.Buffer = True Response.ContentType = "application/msword" …

Web Development asp asp.net
Member Avatar for Kusno
0
162
Member Avatar for uniquestar

Hi, I about to write some code, that will, in the end, format some HTML. To keep storage space down, the idea is to hold the number as an integer, and pick out the character that relates to the specific format when writing it. My problem however comes when trying …

Web Development asp storage
Member Avatar for vicky_rawat
0
106
Member Avatar for greeny_1984

hi, iam having an application in which i need to validate all the fileds present above a particular field when user clicks on any field present in a page.similar to this link [url]http://my.naukri.com/manager/createacc2.php?othersrcp=5424&wExp=N[/url] is this possible using validator callout extender. can we use javascript to achieve this functionality. if thru …

Web Development javascript
Member Avatar for greeny_1984
0
150
Member Avatar for seangdy

Dear All I want to create dynamic page with php as attach file but i don't have any idea to create it. So please help me to code it:pretty: . Thanks in advance

Web Development php
Member Avatar for Shanti C
0
71
Member Avatar for littlebears0404

i need some opinion on my final year project.. i need to make the proposal and the complete system in just 4 months in time....it's kinda hard..i'm just starting to feel miserable......i just dont wanna make it all again,,, can anyone help me by suggesting any system that can be …

Web Development php
Member Avatar for martin5211
0
93
Member Avatar for whoost

Hi, I'm currently developing a master page for an ASP.NET web site. I would like the page to have a footer that "sticks" to the bottom of the page, but can move downward if the content above it gets to large. I've looked around but really I'm just lost and …

Web Development asp asp.net
Member Avatar for whoost
0
95
Member Avatar for fiddler80

I'm in need of a shopping cart that features inventory control determined by attributes. For instance, I have 50 different products, which I want to make available to only 1 person in every County in every State in the US. The price for each product is determined by County: ie: …

Web Development ecommerce open-source php
Member Avatar for R0bb0b
0
100
Member Avatar for veenum2

Edit/Update records in the Access DB Using ASP Hi im trying to update products related to company ID entered in the database each time a product is entered related to the that ID the ID gets repeated as im adding the record in a loop. SO like i got 20 …

Web Development asp javascript sql vbscript
Member Avatar for ratri
0
138
Member Avatar for zanzo

i am new to asp and i need to upload image?? so could somebody help me to handle this issue :( thanks a lot

Web Development asp image javascript
Member Avatar for ratri
0
162
Member Avatar for wdev

hey guys, This question might be discussed over thousand times but please help me on this one! I have a customer registration (html) page on which I have included form level validations using java script. On click of the submit of this page control goes to regist.php where I run …

Web Development javascript php
Member Avatar for wdev
0
144
Member Avatar for tazquebec

[code=PHP] Name: <?php print $_POST['nameField']; ?> br/> Age: <?php print $_POST['ageField']; ?> <br/> Comment: <?php print $_POST['commentField']; ?> <br/> [/code] [B]How do I do the same thing in C#?[/B] Thanks:?:

Web Development asp asp.net c# first-post
Member Avatar for tazquebec
0
114
Member Avatar for grr

Hello, I'm trying to echo $pet_list['name'], but it only gives me one value of the array. part of core.php (which is included in create_pet.php) [CODE=php]$pet_list = mysql_fetch_assoc(mysql_query("SELECT * FROM ".$db_prefix."uberpets_pet_species"));[/CODE] part of create_pet.php [code=php] if ($step == "1"){ opentable("Create a Pet"); echo "<center>Here you can create your first pet! Please …

Web Development php
Member Avatar for grr
0
118
Member Avatar for hooray

Hi guys, I am trying to make a javascript function that will add "000" to the end of a textbox value if the user presses k and also add "000000" if they press m. So i don't want the k or m to appear in the textbox and some 0's …

Web Development javascript
Member Avatar for hooray
0
168
Member Avatar for akshit

hey guys... i've encountered something which I think may tax ur brains... what im trying is this: There is this coaching institute. A person may come here either as a student to enroll for a course, or as a teacher. Now, if the person has come as a student, we …

Web Development php
Member Avatar for nav33n
0
171
Member Avatar for guravharsha

error:javax.servlet.ServletException: java.sql.SQLException: Illegal operation on emp -------------------------------------------------------------------------------- Hi, I am stuck here about 2-hours. Kindly help me. In this my updateuser.jsp page I am retrieving the data from drop down list which is in my search user.jsp . I am taking form name of searchuser.jsp page for reference here which …

Web Development apache java-jsp
Member Avatar for stephen84s
0
189
Member Avatar for macneato

Hi, So I'm creating a website for clients that have tons of different courses available, they have opted to not place any course outlines within the site and instead, make the interested party request it via a email. Now, here is where my problem comes in, I would like to …

Web Development php
Member Avatar for nav33n
0
125
Member Avatar for e_velkova

Hi! Could you tell me, if this is correct: onclick="javascript: if(!confirm('Confirm delete?')) return false;" Many thanks ;)

Web Development javascript
Member Avatar for Thirusha
0
85
Member Avatar for ishlux

Hi... i have some values with an checkbox ...... $result = mysql_query("SELECT * FROM service_type "); while($row = mysql_fetch_array($result)) { ?><input type="Checkbox" name="contype" value="B"> <?echo $row['servicet']; echo "<br />"; } } after the execution of this code....the list of values will be displayed, e.g red,black,white,yellow etc......if he selects only two...... …

Web Development php
Member Avatar for Shanti C
0
83
Member Avatar for AnilChowdary

it is possible to convert asp code to php. if possible. how?

Web Development php
Member Avatar for nav33n
0
64
Member Avatar for Shanti C

I heard that sql injections are causing to our databases by spammers... Can anyone please tel me how it is possible ? And very importantly how to escape from sql injections... I expect more answers from you...And Thanks for those ....

Web Development php sql
Member Avatar for Shanti C
0
288
Member Avatar for ashercharles

im working on this page where after theregistration page if there is any mistake the user should go back and make changes in the required fied ......the point is the other fields which have data shud be retained when he come back im using captcha in the page so using …

Web Development javascript php
Member Avatar for Shanti C
0
78
Member Avatar for ishlux

Hi , here is the code......here i am getting some values from the database and displaying it with an checkbox as given below,,,,i want to validate those checkboxes,,,,,whether the user is selected or not , as soon he clicks the submitt button......and here here the values are comming from different …

Web Development php
Member Avatar for Shanti C
0
280
Member Avatar for Shanti C

I have printed questions on faq.php... when click on that question it will go to faqview.php In that faqview.php , i want to print my previous viewd question... Can any one help me out... Help is urgent... Thanks..

Web Development php
Member Avatar for Shanti C
0
121
Member Avatar for guravharsha

Hi, I am creating the updateuser.jsp page. For that I create search.jsp where one can serch users and after submitting this page.it should display the updateuser.jsp page where I can update the details of user. Here is my code of searchuser.jsp: [code=JSP]<% Connection connection = null; Statement st = null; …

Web Development apache java java-jsp
Member Avatar for peter_budo
0
344
Member Avatar for ardeezstyle

Hi everybody, how about you? I have come across a problem. I've created a webpage and provided login user and pwd for security. There are many such pages which needs authentication for any access. For instance, there is a page called Notice Board which is linked from the index.asp page. …

Web Development asp
Member Avatar for vicky_rawat
0
150
Member Avatar for senol01

my vista home premium system success apache and IIS JSP InstalleR HELP

Web Development apache java-jsp
Member Avatar for peter_budo
0
63
Member Avatar for VB noobster

anyone knows step by step how to create a search button and how to link it to the database? the motive is to search the ID number of the students from the database.

Web Development asp.net
Member Avatar for senol01
0
99
Member Avatar for joeey

Hi everyone, I'm new to programming and I'm doing an online registration form for my project. I have a problem with my form. After submitting my form, a confirmation page will show up with the information displayed on the page. When I click submit on the confirmation page, It is …

Web Development php
Member Avatar for joeey
0
238
Member Avatar for vicky_rawat

Hi All, I am trying to create a donation page in php, User will only need to put the amount and then he/she will be directed to paypal site. Can you please let me have a sample code. Vivek

Web Development php
Member Avatar for Shanti C
0
240
Member Avatar for Sikelela

Hi all, I am new in ASP.NET and still learning, i would to create a master page but i quite stuggling with the layout on where should i start, so please help me.

Web Development asp.net
Member Avatar for greeny_1984
0
280
Member Avatar for vicky_rk13

Hi Guys, I am Implementing a site which provides Files for Download afte they are purchased online. The files for download need to be accessable to download manager after only the user logs in. and also the file download url should be active for only a specified period say(7 days). …

Web Development asp.net web-server
Member Avatar for vicky_rk13
0
98
Member Avatar for R0bb0b

This is actually a combination js, php, htaccess question so it could go in either one of those categories. I, like every combo server/client/ajax programmer like to mix my php with my js. I'm just curious about something, I know that you can configure .htaccess to refer to new extensions …

Web Development apache client-server php
Member Avatar for R0bb0b
0
116
Member Avatar for besart

Hello, I am trying to develop a little application in PHP, but I need your help. When a user open an account or login, some information should be stored in his/her computer (cookies). And then if he/she logged out and try to open another account it should dipaly the message: …

Web Development php
Member Avatar for R0bb0b
0
103
Member Avatar for OmniX

Exactly what the title says with working demonstration please. I know the code but I am unable to get it working. [code=php] function q($a) { return mysql_query($a); } function a($b) { return mysql_fetch_assoc($b); } $abc="select * from table"; $bcd = q($abc); $cde = a($bcd); echo $cde[$column]; [/code] Thanks, Regards X …

Web Development mysql php
Member Avatar for somedude3488
0
168
Member Avatar for justinman

I recently discovered that IE6 will display a blank screen if you are in SSL and you click on a link that points to a UTF-8 page. However, if you refresh the page will be displayed. However, even if the page contains a link to itself, clicking on the link …

Web Development php
Member Avatar for martin5211
0
101
Member Avatar for makbot

Hi I have programmed a 5x5 'grid' of square buttons and need to store the buttons the user clicks on (in order) so that i can ask them to recall the sequence later. I think this requires server side scripting and installed XAMPP for PHP on my mac... I have …

Web Development php
Member Avatar for digital-ether
0
139
Member Avatar for jmasta

Hi folks, quick question for ya. I'm working on getting a custom context menu to work in Firefox (it was written for IE with behaviors) and I can get the menu to pop-up, but i'm getting a javascript error when it does. (Also, nothing in the menu works, but I …

Web Development javascript
Member Avatar for jmasta
0
127
Member Avatar for akshit

hi guys... i wanna select a single cell (not full row) from one MySQL table and insert the value into another table. The datatype of the (value being extracted) and the (column of insertion) are the same. somebody pls help...

Web Development php
Member Avatar for digital-ether
0
193
Member Avatar for confusedofphp

Hi all, Im very new to php. Currently im creating an online exam system which uses php and mysql as the database. I have registration and login page which works pretty fine. I had problem when it comes to question page. I have about 20 questions. As soon the user …

Web Development php session
Member Avatar for somedude3488
0
119
Member Avatar for kye

I am sending a query result (query in CF8; data in MS SQL Server 2005) to an XML output (using the <cfxml variable="outputname"> and <cfcontent type="text/xml"><cfoutput>#toString(outputname)#</cfoutput> tags), using CF8. When the output (in SQL Server as nvarchar) contains special characters like "-40° to 70°C" the ° symbol causes the error; …

Web Development coldfusion xml
Member Avatar for kye
0
196
Member Avatar for peter_budo

Does anybody know how to setup PHP on Tomcat 5.5? I found this tutorial [URL="http://blog.taragana.com/index.php/archive/running-php-5x-on-windows-using-tomcat-4x-or-5x/"] http://blog.taragana.com/index.php/archive/running-php-5x-on-windows-using-tomcat-4x-or-5x/ [/URL] but i can't get it work. Can somebody help? Thank you

Web Development php
Member Avatar for gauravgarden
0
187
Member Avatar for ishlux

Hi.....is this code right......... [code=php]<html> <head><title>auto alto system</title></head> <body> <table> <tr> <td> category</td> <td><select name="category"> <option value="sercategory">service category</option> <option value="servicetype">service type</option> <option value="services">services</option> </select></td> </tr> </table> <?php include 'database.php'; $result = mysql_query("SELECT * FROM service_category "); while($row = mysql_fetch_array($result)) { echo $row['servicec']; echo "<br />"; } if($_POST['category'] == "servicetype") { …

Web Development php
Member Avatar for ishlux
0
85
Member Avatar for CAPSLOCK

i've heard rumors said that phpbb is not safe and it's easy to hack?

Web Development php phpbb
Member Avatar for einfoway
0
1K
Member Avatar for ibrahimssani

Please am new to web application development. Can anyone help me out, am trying to specify 2 different folders for picture and video upload and would like the link to those files stored on mysql databaes. The html code i used for video and picture upload are: [code] <form action="<?php …

Web Development file-system php video
Member Avatar for ibrahimssani
0
96
Member Avatar for venu@baylogic

Hi all, Nice to meet you here.... Any free downloadable tools are available for ASP ??? Please assist me to move forward with ASP... I did not found any tools here,please inform me if you know any tools.. Thank U Take Care Bye...................Bye

Web Development asp
Member Avatar for x3mario
0
113
Member Avatar for pranav_jog

I'm developing web application in as.net and the most bizarre situation ocurred. in this application i am using only one aspx page ,When I select any item from dropdownliast then pageload is called again & again , and the dropdownliast_selectedomdexchanged method is called right after that. then page is loaded …

Web Development asp.net
Member Avatar for greeny_1984
0
112
Member Avatar for marsh4u

Hi all, am a web developer with average PHP skills and I need some help for you guys. I have a table online that has data and a link in one of he columns: i.e. after a reader performs a search, he has the option to download a file. Files …

Web Development pdf php
Member Avatar for marsh4u
0
109
Member Avatar for ishlux

Hi all, Can i know how to do the checkbox validation........ i used the code below but its not validating..... [code]var val; for(i=0;i<3;i++) { if(form2.elements['contype[]'][i].checked) val=1; } if(val==0) { alert("Select type of your Contract") return false; }[/code]

Web Development php
Member Avatar for vicky_rawat
0
87
Member Avatar for pedramphp

I want to code like this but I am limited the Problem is I dont want to brint the If statement out of the heredoc what is the solution [code]echo<<<ENDSTRING <div> if($i==2) $i is 2 </div> <div class='ProDividerA'></div> ENDSTRING;[/code] thanks Pedram

Web Development php
Member Avatar for R0bb0b
0
110
Member Avatar for myth3_16

Hi All, I am trying to get this working. I have two drop down menus, you select one and the other is populated according to the selection from the first one. Now what I want to do is when selecting an item from the second drop down i would like …

Web Development image javascript
Member Avatar for Luckychap
0
156

The End.