Hi friends,
When i am running a simple C# Window application and Press F5. i am getting this error: Error while trying to run project: Unable to start debugging.The binding handle is invalid.
i am working on Visual Studio 2005. can anybody tell me Permanent solution.
now i am working Ctrl + F5.
plz help me out. because i need to do some Lab work and join a new assignment. plz.thanks inadvance.
...
User Profile
Collapse
-
Error while trying to run project.The binding handle is invalid
-
Username should take alphabets
Hi friends, i need to write validation for textbox(Usernme ) which should accept only alphabets. I am able throw validation that Please fill the UserName Details.Now it should throw that it accepts only alphabets.My code goes like this::
Code:<tr> <td style="width:30%" align="right">User Name :</td> <td style="width:70%"> <input name="username"
-
how to export data to pdf ?
Hi friends,
I am working on Grid. I need the data in the grid onto a pdf format. can u provide me any links or sample code to display data in PDF format.
Help needed plz.
Regards,
Anji -
Grid on a file should convert to Pdf and excel?
Hi friends,
I have been working on a project.I have given a grid on a file.i have to convert the file to pdf. Data Grid is not populated by Mysql. I should convert entire file to pdf format or to an excel sheet and have to show grid data on to it. Can anybody suggest me , is there any solution to it.
Regards,
anji -
Code:PHP code goes here while ($row = oci_fetch_array ($stmt1, OCI_BOTH)) { $tempArray = array('ABC_BANK_ID' => $row['ABC_BANK_ID'], 'ABC_BANKACCNT_STATUS' => $row['ABC_BANKACCNT_STATUS'], 'ABC_BANK_BSB' => $row['ABC_BANK_BSB'], 'ABC_BANK_ACCNAME' => $row['ABC_BANK_ACCNAME'], 'ABC_BANK_ADDRESS1' => $row['ABC_BANK_ADDRESS1'], 'ABC_BANK_ADDRESS2' => $row['ABC_BANK_ADDRESS2'],
-
how to fetch array values
Dear friends,
I am storing values in Array. My array looks like this::
balu 26 MCA gold -------------> first row of array
amar 27 MBA gold -------------> 2nd row of array
raja 28 MSC gold -------------> 3rd row of array
Now i would like to retrieve first row of... -
import excel data into mysql using php script ? problem
php codes goes like this[php]<?
$fcontents = file ('./spreadsheet.xls ');
# expects the csv file to be in the same dir as this script
for($i=0; $i<sizeof($fcon tents); $i++) {
$line = trim($fcontents[$i]);
$arr = explode("\t", $line);
$sql = "insert into TABLENAME values ('".
implode("','", $arr) ."')";
...
No activity results to display
Show More
Leave a comment: