Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Forums
Favorite Tags
Member Avatar for bikashdas

Hello. I stored dateFrom & dateTo as String '11/11/2011' and '11/25/2011' [mm/dd/yyyy] format. now when i fired query as below [code] select (case when pp_send_date_to_district between '11/01/2012' and '11/25/2012' then 'Dec/2012' else 0 end ) as Months, sum(case when pp_send_date_to_district between '11/01/2012' and '11/25/2012' then 1 else 0 end ) …

Member Avatar for smantscheff
0
191
Member Avatar for bikashdas

I want to export my database selected information into word 2003/2007. If i use below code then it takes more time [10 minutes] for 20000 records to display. Is there any other way to display 20000 records into word 2003 /2007 within 10/15 seconds [CODE]Dim ds As New DataSet dscmd.Fill(ds) …

Member Avatar for G_Waddell
0
172
Member Avatar for bikashdas

Hi Is there any way to do nested mail merge in vb.net . i can do only simple mail merge. but not nested mail merge. My Code gives: [code] <District1> <District2> <District3> [/code] What i want [code] <District1> <Code ID><Code Name> 1 pcs 2 pcs <District2> <Code ID><Code Name> 14 …

Member Avatar for bikashdas
0
398
Member Avatar for sam1

hi, I have three comboboxes in my windows form. I want to relate them all with each other. the data is coming from database a table which has the following columns: id description ap code seg code now if user selects description then ap code and seg code should change …

Member Avatar for bikashdas
0
209
Member Avatar for newbie26

hi! i have a DataList view in created in vb.net (4 columns) how can i make this work?: the data from the first two columns will be from the database and the next two columns will be inputted by the user. and when i click save, all of the data …

Member Avatar for newbie26
0
234
Member Avatar for jgat2011

Hi every one! I would like to know if it's possible to have differents items in a combo box in each row. It there is way. Please help!!! Thanks

Member Avatar for Mitja Bonca
0
94
Member Avatar for bikashdas

Can anyone help me out pls Unable to display data in datagridview : vb 2010 express + mysql server 5 + odbc connector 1. I am able to connect database successfully. I am using arraylist to set data. & also i m getting till it set to dataview (Object name …

Member Avatar for bikashdas
0
220
Member Avatar for bhavna_816

I have two for loops from which I am displaying the folder items in a table. i.e. from outer for loop I am displaying the folder names and from inner loop I am displaying the contents of that folders . Now I want to do paging since in case of …

Member Avatar for Geek-Master
0
87