User Profile

Collapse

Profile Sidebar

Collapse
kalaivani572
kalaivani572
Last Activity: Aug 14 '08, 06:16 PM
Joined: Feb 26 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Is there anyway to populate a drop down/combo box in a listview control in C#.net?

    Can anyone tell me is there a way to populate a drop down/combo box in a listview control in C#.net.
    please help me ASAP
    See more | Go to post

  • thats rite.
    In debug mode, when the cursor in the button click event, through command window, if i access"lstInvoi ceTran.CheckedI tems.Count", then it is giving the exact count.
    But if i do the same inside "ExecuteFee d" function, in command window "Cannot Obtain Value" error appears and then the above exception is thrown in application.
    can u please clarify whether the "Listview" property...
    See more | Go to post

    Leave a comment:


  • Need help to solve "Index was outside the bounds of the array." error

    i am getting "Index was outside the bounds of the array." error when i try to get the checked items from list view.
    the code is
    [code=c#]
    private void btnFinish_Click (object sender, EventArgs e)
    {
    WaitCallback async = new WaitCallback(Ex ecutefeed);
    ThreadPool.Queu eUserWorkItem(a sync, alParams);
    waitBar.ShowDia log();
    }

    private void ExecuiteDataFee d(object param)
    ...
    See more | Go to post

  • what is the best way to use c# .net application to run a bunch of sql commands

    can any one tell me what is the best way to use c# .net application to run a bunch of sql commands.
    i have a set of 5 delete statements to be executed one by one.
    do i need to open the connection everytime to execute it.
    or is there any way of openning a single connection, execute all, and close it.
    please advice.
    See more | Go to post

  • kalaivani572
    started a topic Need Help in inheriting a form
    in .NET

    Need Help in inheriting a form

    hi,

    can anyone please tell me whether inheriting a form in the following way is allowed or not?

    i have a VB solution with two project.

    consider Proj1 is the startup project with a MDI form, Form 1 and Form 2

    Proj2 has Form3 and Form4.

    is it possible to access a method in Form 1 from Form 4. if so then how to do that?

    i tried accessing the method Proj1.Form1....
    See more | Go to post
No activity results to display
Show More
Working...