|
Urgent -- Sunil Anupuru --
Hi, I want to import data from an excel sheet and export it to SQL Server 2000. How can I do that. Any clues. Thanks and Regards, Sunil |
|
-- "Bradley, Peter" --
Use SQL Server DTS. Peter |
|
-- Sunil Anupuru --
But how to use DTS can u brief me Sunil On 7/4/06, Bradley, Peter Use SQL Server DTS. Peter ------------------------------ *From:* DotNetDevelopment [mailto: DotNetDevelopment] *On Behalf Of *Sunil Anupuru *Sent:* 04 July 2006 06:51 *To:* DotNetDevelopment *Subject:* Urgent Hi, I want to import data from an excel sheet and export it to SQL Server 2000. How can I do that. Any clues. Thanks and Regards, Sunil > |
|
-- Sankalp --
This will guide you step by step: http://www.informit.com/guides/content.asp?g=sqlserver&seqNum=135&rl=1 http://www.sqlservercentral.com/columnists/JTallamraju/data_import_functionality_using.asp ~Sankalp |
|
-- Sunil Anupuru --
Hi Sankalp, Thank You Very Much, Regards, Sunil On 7/4/06, Sankalp This will guide you step by step: http://www.informit.com/guides/content.asp?g=sqlserver&seqNum=135&rl=1 http://www.sqlservercentral.com/columnists/JTallamraju/data_import_functionality_using.asp ~Sankalp > |
|
-- Sunil --
Hi, I want to get data from Excel sheet and export it to Sql server 2000. How can I do that. Thanks and Regards, Sunil |
|
-- bsathish --
In Enterprise Manager , select the menu -> Data Transformation Services->import data select your excel as source and continue the wizard |
|
-- SuneethaNambari --
hi all, This is the requirement.I have to call maps using web services.I have to do this in .net.If anyone knows aware of this,shed some light onto this.Mail Me. Regards Sunitha |
|
-- Sunil --
Hi I want textmode of a textbox to be single line until i click on onother textbox. after that the textbox mode should be changed to password mode. I am working on asp.net. Can any one helpme regards, Sunil |
|
-- BradleyPeter --
Havent' we been here before? I don't know what the answer was before, but at a guess I'd say you have to generate a postback because you're trying to change the HTML. So you need to trap the click on the 2nd textbox, generate a postback, change the properties in code behind and then let the postback display the new configuration. I haven't tried it, but it sounds reasonable :) Peter -----Original Message----- From: DotNetDevelopment on behalf of Sunil Sent: Wed 7/12/2006 7:39 AM To: DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting Cc: Subject: Urgent Hi I want textmode of a textbox to be single line until i click on onother textbox. after that the textbox mode should be changed to password mode. I am working on asp.net. Can any one helpme regards, Sunil |
|
-- NilukshiTharangaEkanayake --
<html><div style='background-color:'><P>As far as I know, I think this can be achieved only by coding. For example, using the "if" blocks.</P> <P>Regards,</P> <P><STRONG><FONT color=#00cc33><IMG height=19 src=" http://graphics.hotmail.com/i.p.emrose.gif " width=19></FONT></STRONG></P><BLOCKQUOTE style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #a0c6e5 2px solid; MARGIN-RIGHT: 0px"><FONT style="FONT-SIZE: 11px; FONT-FAMILY: tahoma,sans-serif"> <HR color=#a0c6e5 SIZE=1> From: <I>"Sunil" <sunilfromindia></I><BR>Reply-To: <I>DotNetDevelopment</I><BR>To: <I>"DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" <DotNetDevelopment></I><BR>Subject: <I> Urgent</I><BR>Date: <I>Tue, 11 Jul 2006 23:39:24 -0700</I><BR>><BR>>Hi I want textmode of a textbox to be single line until i click on<BR>>onother textbox. after that the textbox mode should be changed to<BR>>password mode. I am working on asp.net. Can any one helpme<BR>><BR>>regards,<BR>><BR>>Sunil<BR>><BR>><BR>><br> |
|
-- Sunil --
I am working on asp.net. I am required to display Username in textbox and Password in another textbox. When I click on username then the password textbox textmode should be changed to Password mode. Can anyone helpme Regards, Sunil |