noorahmad's Profile
Reputation: 209
Stalwart
- Group:
- Author w/DIC++
- Active Posts:
- 2,289 (1.47 per day)
- Joined:
- 12-March 09
- Profile Views:
- 28,814
- Last Active:
May 25 2013 11:34 AM- Currently:
- Offline
Previous Fields
- Country:
- Who Cares
- OS Preference:
- Windows
- Favorite Browser:
- Chrome
- Favorite Processor:
- Who Cares
- Favorite Gaming Platform:
- Who Cares
- Your Car:
- Who Cares
- Dream Kudos:
- 1775
Latest Visitors
Posts I've Made
-
In Topic: Could not display option chosen from checkbox
Posted 17 Feb 2013
Quote
This code is for the .html file am I right?
NO!, this code for preview.php page or where you want to view the selected check boxes values. -
In Topic: Could not display option chosen from checkbox
Posted 17 Feb 2013
You don't have to remove that part as you don't have to use var_dump to show the value to the user, try to do something like this:
<?php if( isset( $_POST['tool'] ) ){ $selected = 'You have selected: '; $tool = $_POST['tool']; foreach($_POST['tool'] as $t) { $selected .= "$t "; } echo $selected; } ?> -
In Topic: How to create ReportViewer dataset, datatable and bindingsource CODE
Posted 13 Feb 2013
I do it like this:
Dim DSReport As New ReportDataSource() DSReport.Name = "YourDataSetName" DSReport.Value = "YourDataSetName.Tables[TableIndexOrName]" Dim PathReport As String = "PATH_TO_YOUR_REPORT" _ReportView.LocalReport.ReportEmbeddedResource = PathReport _ReportView.LocalReport.DataSources.Clear() _ReportView.LocalReport.DataSources.Add(DSReport) _ReportView.LocalReport.Refresh() _ReportView.RefreshReport()
C# Code
ReportDataSource DSReport = new ReportDataSource(); DSReport.Name = "YourDataSetName"; DSReport.Value = "YourDataSetName.Tables[TableIndexOrName]"; string PathReport = "PATH_TO_YOUR_REPORT"; _ReportView.LocalReport.ReportEmbeddedResource = PathReport; _ReportView.LocalReport.DataSources.Clear(); _ReportView.LocalReport.DataSources.Add(DSReport); _ReportView.LocalReport.Refresh(); _ReportView.RefreshReport();
Hope it helps. -
In Topic: Inserting data into database
Posted 13 Feb 2013
Try to check what is the problem with your query by adding dir() function after mysql_query.
like this:
$query = mysql_query("SELECT * FROM student-contact WHERE Forename='$fname'") or die(mysql_error()); -
In Topic: My Personal Website (http://feroozi.com)
Posted 10 Feb 2013
Thanks for reviewing my site, I will check with it.
My Information
- Member Title:
- Untitled
- Age:
- Age Unknown
- Birthday:
- Birthday Unknown
- Gender:
-
- Location:
- Kabul, Afghansitan
- Interests:
- Programming, Web & Database Development, and Games
- Full Name:
- Noor Ahmad Feroozi
- Years Programming:
- 8+
- Programming Languages:
-
JavaScript, AJAX, jQuery
ASP.NET & PHP
MS SQL & MySQL
Contact Information
- E-mail:
- Private
- Website URL:
-
http://recentsolutions.net
- Skype:
-
naferoozi
- LinkedIn:
- http://af.linkedin.com/in/noorahmad
- Facebook:
- http://facebook.com/naferoozi
- Twitter:
- naferoozi
|
|


Find Topics
Find Posts
View Reputation Given



|
Comments
avater
30 Jan 2012 - 02:00I am doing a project in php
and I want to use fingerprint device .
How to connect between . I need steps.
and i wanna to contact with u via email ?
noorahmad
09 Jul 2011 - 21:12raziel_
06 Jul 2011 - 10:15raziel_
06 Jul 2011 - 10:14noorahmad
06 Jul 2011 - 02:02Sorry I saw your comment few minutes ago...
but I am online now...
M.RameshKumar
05 Jul 2011 - 04:12R u in online?
bond_ak
06 Dec 2010 - 16:03If you want to help PM me.Thanx
izoo32
25 Feb 2010 - 01:58raziel_
22 Feb 2010 - 08:34