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
User Profile
Collapse
-
kalaivani572 started a topic Is there anyway to populate a drop down/combo box in a listview control in C#.net?in .NETIs there anyway to populate a drop down/combo box in a listview control in C#.net?
-
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... -
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)
... -
kalaivani572 started a topic what is the best way to use c# .net application to run a bunch of sql commandsin .NETwhat 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. -
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....
No activity results to display
Show More
Leave a comment: