User Profile

Collapse

Profile Sidebar

Collapse
meeanji
meeanji
Last Activity: Jul 25 '08, 07:13 PM
Joined: May 9 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Error while trying to run project.The binding handle is invalid

    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.
    ...
    See more | Go to post

  • meeanji
    started a topic Username should take alphabets

    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"
    ...
    See more | Go to post

  • meeanji
    started a topic how to export data to pdf ?
    in PHP

    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
    See more | Go to post

  • meeanji
    started a topic Grid on a file should convert to Pdf and excel?
    in PHP

    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
    See more | Go to post

  • meeanji
    replied to how to fetch array values
    in PHP
    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'],
    ...
    See more | Go to post
    Last edited by ronverdonk; May 22 '08, 03:50 PM. Reason: use code tags!!

    Leave a comment:


  • meeanji
    started a topic how to fetch array values
    in PHP

    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...
    See more | Go to post

  • 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) ."')";
    ...
    See more | Go to post
    Last edited by ronverdonk; May 9 '08, 08:30 AM. Reason: warning: use code tags!
No activity results to display
Show More
Working...