Search results for query: *

  1. V

    creating setup.exe in debug mode

    I wanted to deploy my appplication and so i created a setup project and added it to my solution. Now when i wanna build my setup project, shld i build it in debug mode or release mode. When i try to run my application using CTRL+F5, (ie) wihtout debugging it runs a lil faster than normal...
  2. V

    passing datasets as report source

    I have a complex query and i create a dataset which is inturn passed to Crystal report as the datasource. But my query has some fields which are count(field name) and I'am not able to figure out how do i get those count fields on to my report The toher fields such as product name, id are all...
  3. V

    Searching within a dataset

    I have a dataset filled with a dataadapter. I create a datatable and clone it with the dataset, so that the selected records can be made the datasource to the datagrid. Then i create a datarow collection and select a particular set of records using the select command of the dataset Here is a...
Back
Top