[DotNetDevelopment] Re: Save Dataset changes to a database

2009-01-15 Thread bhargav.it...@gmail.com
Good u have done good job but slight mistakes there are 1. U must have to add parameter to ur update command 2. Don't accept changes before ur . Adapter.Update(DataSet) state ment. It will cause to all changed rows to force to unchanged state and ur adapter.update method dont seem any changes to up

[DotNetDevelopment] Re: Cannot print Crystal reports over network printers

2009-02-09 Thread bhargav.it...@gmail.com
Try to set specific printer to report object i.e. cr.PrintOptions.PrinterName=Your Printer Name On Feb 9, 7:28 pm, srivatsahg wrote: > Hello > > Im facing an issue over printing in asp.net / crystal reports > > The asp.net webpage which has the crystal method of PrintToPrinter() > is not able t

[DotNetDevelopment] Re: Regarding Crysta Report

2009-02-26 Thread bhargav.it...@gmail.com
Ok Man, try Out cr.Database.SetLogonInfo and give username and password you given at time of creating crystal report. On Feb 26, 11:27 am, Ram Mohan Rama Chandran wrote: > hi... > > try this > > Its Setdatabaselogin(id,pw) , this part of the reportdocument class. > > or > >    1. Open SQL

[DotNetDevelopment] Problem while Inserting with DataAdapter.

2009-02-26 Thread bhargav.it...@gmail.com
Hi Guys, Im Inserting row in Database with DataAdapter.Update(DataTable) method. Its working fine with No error. But Sometimes if I write like table.Row(i).Item("ColName")=5' My Previous value is 1 and replacing with 5 Here , Current Value is 1 Proposed Value Is 5 Then Execute : DataAd

RE: [DotNetDevelopment] Language attribute added automatically

2011-03-04 Thread bhargav.it...@gmail.com
Use datatable.loadxml method and asign this table to combo Sent from my Nokia phone -Original Message- From: Gunawan Hadikusumo Sent: 05/03/2011 7:36:37 am Subject: Re: [DotNetDevelopment] Language attribute added automatically lazy finger. type something on google On Sat, Mar 5, 2

RE: [DotNetDevelopment] Connection String in VB 2008

2011-09-19 Thread bhargav.it...@gmail.com
Inport system.data.oledb Sent from my Nokia phone -Original Message- From: Eric Sent: 19/09/2011 19:46:42 Subject: [DotNetDevelopment] Connection String in VB 2008 Syntax error in OleDbConnection Not defined Needs help Imports System.Data Public Class Form1 Dim myConn As OleDbConn

RE: [DotNetDevelopment] Copying to clipboard

2011-10-06 Thread bhargav.it...@gmail.com
Plz specify full namespace of all declarations. Problem is conflict of same name in two namespace. -Original Message- From: Rob Buonocore Sent: 02/10/2011 16:43:46 Subject: [DotNetDevelopment] Re: Copying to clipboard I added the reference to System.Windows.Forms (Website > Add Refere