Hi to All,
I am punit Shrivastava . I am working on Asp.Net using C#.
i created crystal report .but i want to use land scape in this report .and also give the feature for print .which is instal in my local system .please suggest me what code i have to done for using land scap and print that report using printer which is install in my local system.
Please suggest me .As i am new in Asp.net with C#.
...
User Profile
Collapse
-
question on crystal report in Asp.net
-
Assigning null value to float or int type variable in C#
Hi to All,
I am Punit Shrivastava .I am working on Asp.net with C#.i am new in C#.I want to assign null or blank to a variable which is of float or int type.Please suggest me what i do.
Thanks & Regards.
Punit Shrivastava. -
Fetching multiple images from database
Hi to All Senior's,
I am working in Asp.net with C#. I am newbie in C#. So i want to fetch mutiple images from database .Database i am using is Sql Server.
For this i code:
//get the image id from the url
string Imagename = DropDownList1.S electedItem .Text ;
//string Imagename = Request.QuerySt ring["DropDownList1. SelectedItem.Va lue"];
//build our query statementworkst ation id=SOFTWARE3;pa cket... -
Hi pbmods,
Thanks for giving me valuable suggestion .But it is not sending mail.Is there any setup which i have to create for SMTP server .Because it is not showing any error but it is not working .Please suggest me what i do.
Thanks
Punit Shrivastava... -
Hi pbmods,
Thanks for valuable suggestion.
Now i correct all the variable which i define in coding.it is not showing any error. but it is not working.means it is not showing error but not sending mail.please suggest me. what i do.please
Thanks & Regards
Punit Shrivastava...Leave a comment:
-
Hi etiainen,
i use the code for enquire form is:
[php]
<?php
$Title = $_POST['ddlTitle'];
$FirstName = $_POST['txtFirstName'];
$LastName = $_POST['txtLastName'];
$PostalAddress = $_POST['txtPostalAddre ss'];
$Town = $_POST['txtTown'];
$PinCode = $_POST['txtPinCode'];
$Country = $_POST['txtCountry'];
$Telephone =...Leave a comment:
-
Need help for creatin enquiry form
Hi to All.
I am Punit Shrivastava.I am working in Asp.As i am new in this technology please help me.
I want to create enquiry form in Asp.
For this i code like this:[code=html]
<form name="enquiry" method="post" action="enquiry .php">
<table width="494" border="0" cellspacing="0" cellpadding="2" height="511">...Last edited by jhardman; Sep 24 '07, 08:32 PM. Reason: put code in code tags. please use code tags in the future, notice the button marked --#-- -
punitshrivastava started a topic mail() gives error: SMTP server response: 503 5.5.2 Need Rcpt commandin PHPmail() gives error: SMTP server response: 503 5.5.2 Need Rcpt command
Hi to All.
I am Punit .I am back with new question .Please help me.
I want to create one enquiry form in php.for this I code it:
form code:
[code=html]
<form name="enquiry" method="post" action="enquiry .php">
<table width="494" border="0" cellspacing="0" cellpadding="2" height="511">... -
Discussion about image in html page
Hi to All,
I am Punit Shrivastava.i created one html page for this i cde like this:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dt d">
<!-- saved from url=(0014)about :internet -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>kj-issue-52-200602 copy.jpg</title>... -
Hi Ajaxrand,
Thanks for suggesting.I code for contact form like this:
for 1st form :
[code=html]
<table width="400" border="0" align="center" cellpadding="3" cellspacing="1" >
<tr>
<td><strong>Con tact Form </strong></td>
</tr>
</table>
<table width="400" border="0" align="center"...Last edited by ak1dnar; Aug 8 '07, 11:16 AM. Reason: Email Addresses NOT Allowed in technical forumsLeave a comment:
-
Sending mails with Php
Hi .this is punit .I am back with one question on php.
I want make mail option in my project .please tell me how i code for sending mail option in php.As i am new in php so please suggest me how i proceed.
Thanks & Regards.
Punit Shrivastava -
-
Hi Nathj,
I read your reply send it for filling combobox.
Thanks to you .But i have one problem as i am working in on two form .In one form i create one textbox & combobox incombobox i fill it manually by database feild & in textbox i use ot give entry . i have to do that i take the input from textbox & select the data from database according to combox feild for this i code for first form is :
<form name="search"...Leave a comment:
-
Disabling an input when certain criteria are met.
hello friends,
i m working in php .i wsnt to know about feild validations .As i want to select data from combobox .according to that selected data feilds is to be editable Say for example :
In combobox three values r to be filled .
first name.
last name
age
Now if we select first name then age & lastname feild should be disable.
only firstname feild should be enable.
similarly for two feilds.... -
Disscussion about filling combo box from database in php
Hi to all,
I am punit.i m working in php.As i m fresher in php .i am using combo box for selection of data & making Report .please tell me that how i fill the combo box dynamically.so please suggest me the code for filling combo dynamically in php
using database as sql.
Thanks
Punit -
about deletion of data from php form
Thanks Tarsem SIngh
I just go through the website which you refer to me.
Still i have a problem that value is not posting to another form.
As i use post for fetching the value:
$name = $_POST['firstname'];
in ane form i use table .In that table i use to create row and five col.
I want to fetch data from one col by the help of that data i delete the entire...Leave a comment:
-
Disscussion about deletion of record from php form
Hi all,
I am Punit
I am working in php .i want to delete records from database from php form .
For this i code the code is:
[code=php]<?php
$name = $_POST['firstname'];
$host="localhos t"; // Host name
$username="root "; // Mysql username
$password="root "; // Mysql password
$db_name="proje ctdb"; // Database name
$tbl_name="pers on";... -
-
Discussion about updationof records in php
Hello friends,
I am working in php .i have one problem regarding to updation .
Code for updation i use is :
<?php
$fname = $_POST['fname'];
$lname = $_POST['lastname'];
$find = $_POST['age'];
echo "$find"; ?>
<table width="200" border="0" cellpadding="0" cellspacing="0" bordercolor="#6 66666" bgcolor="#FFFFF F"/>... -
Hi,
Thanks for replying me
I recive your reply .when i use where clause match the form textbox name to the database feild name it is not working .as form textbox name are same & database feild name is also equal. but still it not working.please suggest me what code should i implement.
thanks
Punit...Leave a comment:
No activity results to display
Show More
Leave a comment: