Search results for query: *

  1. karthik82.vk

    Question Need help regarding conversion errir

    Hi, I am facing a conversion error in my code. Regarding the code explanation, i have two text box one with start date and end date. the end date needs to be populated automatically based on the start date value.i have a combo box with three levels namely Low, Medium and High. When I select Low...
  2. karthik82.vk

    Question Need help to track time

    Hi I am developing a time tracking application for my project and I need some help in that. I have a status combo which has the values like In Progress, Open, Closed There are two text boxes namely start date and completed date. When the user selects the In Progress Value in the combo box...
  3. karthik82.vk

    Question Compare Values between two datagridview

    Hi, I am working on a tool for my project that will compare two contents pasted in two different datagridviews. I have previously created the same in VB6.0 and it worked fine. I am a beginner of .net and I dnt know how to get each cell values from datagridview and compare it with the other...
  4. karthik82.vk

    Question add columns dynamically into datagridview to fit clipboard lines

    Hi, I am creating a spreadsheet comparison tool in vb.net. The tool will allow user to paste contents copied from the clipboard into two datagridview in the form and will compare the data. I want to generate the columns based on the clipboard contents dynamically. When i paste the data in...
Back
Top