User Profile

Collapse

Profile Sidebar

Collapse
krishnaneeraja
krishnaneeraja
Last Activity: May 21 '10, 04:32 AM
Joined: Mar 12 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • krishnaneeraja
    started a topic HTML5 database queries

    HTML5 database queries

    Hi,
    I am developing a HTML5 based application. I need to process two queries concurrently, one inside another. Pseudo code attached below:

    Code:
    function main() {
    db.transaction( function (transaction) { transaction.executeSql(getDeptQuery, [bind1,bind2],processDepartments, errorHandler); } ); } function processDepartments(transaction, results) { for (var j=0; j
    { temp+= ""+results.rows.item(j).dept+"";
    ...
    See more | Go to post
    Last edited by Dormilich; Jan 12 '10, 08:58 AM. Reason: Please use [code] tags when posting code

  • Place link label in particular cell in datagridview

    Hi,
    I am working on windows application. In that i want to place name in bold,address,ur l in link in one cell using datagridview.


    please help me.
    See more | Go to post

  • How to disable buttons for a particular row in datagridview button column

    Hi,

    Iam developing windows based application. In that datagrid contain one datagridtextbox column,two datagridbutton columns iare there. I want to disable two buttons for a particular row.
    please help me as soon as possible.

    Thanks & Regards,
    Neeraja.
    See more | Go to post

  • krishnaneeraja
    started a topic Datagridviewimage column
    in .NET

    Datagridviewimage column

    Hi All,

    I am Working in C#.Net Technology (Window Based Application).My Problem is that ,I Want to display a Image in DataGridView cell.Iam unable to display different Images In different cell of particular Column.

    Please help me.

    Thanks & Regards,
    Neeraja.
    See more | Go to post

  • krishnaneeraja
    started a topic Image Column in Windows Application
    in .NET

    Image Column in Windows Application

    Hi,
    Iam working on windows based application.In that i dont know how to add image in grid view column. I want to add image column in grid view.Image path will be stored in Ms-Access database.I want to retrieve path from database and place image in gridview column.

    Please help me.

    Thanks & Regards
    Neeraja.
    See more | Go to post

  • krishnaneeraja
    started a topic Virtualization problem in vista.
    in .NET

    Virtualization problem in vista.

    Hi,

    Iam developing windows application.Thi s application working properly in windows operating system.But in Vista operating system, my application installed properly but virtual store problem is there.Actually i installed my application at c:/Program Files. But it takes data base from virtual store folder.That's why my application not working for this reason.Is there any way to solve this problem? Please help me.

    Thanks...
    See more | Go to post

  • How to add linklabel in gridview dynamically using windows application

    Hi
    I want to add link labels in gridview dynamically in windows application.
    See more | Go to post

  • User not allow to de-select particular row in gridview

    Hi,

    In my application,use r not allow to de select particular row in gridview.Alread y i set a property allowusertoaddr ows to false,selection mode to fullrowselect.B ut in gridview,highli ght row hold CTRL and then click mouse left button then row is deselected.I dont want this type of editing.


    Please help me.
    See more | Go to post

  • How to validate textbox accept only negative float numbers in .net

    Hi,

    Iam developing windows application using vb.net with c#.net.In this i want to validate textbox accept only negative float numbers like -2.3 etc....
    please help me.
    See more | Go to post

  • krishnaneeraja
    started a topic Comment for datagrid cells in .net
    in .NET

    Comment for datagrid cells in .net

    Hi,
    Iam developing windows application using vb.net with c#.net.In that i want to add comments for datagrid cells(like excel sheet comments).I dont know exactly how to add.plz help me.
    See more | Go to post

  • krishnaneeraja
    started a topic How to update database
    in .NET

    How to update database

    HI,

    Iam developing c#.net windows application.In that iam using 12 tables and stored some data and build msi.But i want to add another 4 tables to my database and build msi,but I lost previous data.How to add these 4 tables to my database.plz help me.

    Thanks & Regards
    Neeraja.
    See more | Go to post

  • How to add checkbox column in database dynamically

    Hi
    Iam developing c#.net windows application.In that i want to add some tables programatically .I want to add one table like num integer,name char(50),status yes/no,but i want status field is checkbox.How to add that display control programatically .plz help me.



    Thanks & Regards.
    Neeraja.
    See more | Go to post

  • krishnaneeraja
    started a topic How to close the form using user control
    in .NET

    How to close the form using user control

    Hi,
    Iam developing c#.net windows application.In that iam using one form(form1) and using two user defined control forms in that form1.If i want to close form1 but it closes the entire application.I want to close only particular control not entire application.plz help me.
    See more | Go to post

  • Actually i want to compress(.zip) a file or database and send it to server.I want to backup of database....
    See more | Go to post

    Leave a comment:


  • How to compress a file and send to server using c#.net

    Hi,

    Iam developing one application using vb.net and c#.net.In that i want to set backup file and the data will be compressed and sent to our server.plz give any help.


    Thanks & Regards,
    Neeraja.
    See more | Go to post

  • krishnaneeraja
    started a topic How to validate password field in c#.net
    in .NET

    How to validate password field in c#.net

    Hi
    im developing one web application.In that, username and password fields are there.If we enter password in upper case then it automatically accepted.i want only password in lowercase(i.e same password in database).plz help me.

    Thanks & Regards.
    See more | Go to post

  • Unable to cast object of type 'System.Byte[]' to type 'System.IConvertible'.

    Hi,

    I wrote code(C#.net) in this way to find ASCII value of an URL.but i got some errors.plz rectify anyone.

    public int[] stringorder(str ing str)
    {
    int[] result=new int[20];
    char[] str1=new char[1];

    for (int i = 0; i < str.Length; i++)
    {
    str1[0]=str[i];
    result[i] = System.Convert. ToInt32(System. Text.ASCIIEncod ing.Default.Get Bytes(str1));...
    See more | Go to post

  • How to find ASCII value of first character in a string

    Hi,
    im developing one web application using asp.net,c#.net. In that i want to find ASCII value of first character in a string.plz help me.



    thanks.
    See more | Go to post

  • krishnaneeraja
    started a topic How to convert PHP code to C# code
    in .NET

    How to convert PHP code to C# code

    Hi,
    im developing a web application.In that i want search engine code.but i have that code in PHP.so plz help me how to convert PHP code to C# code.


    Giv me any reply.

    Thanks & Regards,
    Krishna Neeraja.
    See more | Go to post

  • krishnaneeraja
    started a topic How to find Alexa Rank
    in .NET

    How to find Alexa Rank

    Hi,

    I am developing a website(domain website) FOR CALCULATE DOMAIN WORTH
    LIKE

    http://estibot.com/

    Here let me find Alexa rank,Google page rank,Back links of websites(I am developing the site using ASP with C#)

    Please Give an idea to me finding all those Things........
    if possible please send me code


    Thnaks & Regards,
    Neeraja.
    See more | Go to post
No activity results to display
Show More
Working...