Results 1 to 6 of 6

Thread: Asp.net connect SQL server?

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Aug 2004
    Posts
    20

    Asp.net connect SQL server?

    Hi,everbody
    My os is Winxp (pro) , Studio.net2003 and create asp.net with vb.net, i have a problems this:

    1. I have a *.xls(xp) and need to change to SQL server 2000 but i don't how can i do??? Please let'me show step by step, please....

    2. How can i connect my SQl files with asp.net or Do you have a tutorial about connect SQL server, read data from sql database or another... please, help me

    3. I use web control but when i try to open my project at another computer(Winxp pro) by copy My project folder to wwwroot and open http:\\localhost\Myproject\myfile.aspx

    but Something wrong....???

    The web control ( textbox, combobox and Linkimage), it's disappear but html control okay (not disappear).why???

    perhaps the another computer can't install .Net framework???

    Thanks everbody

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Asp.net connect SQL server?

    1. Import data from XLS to SQL Server: http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=49926

    2. http://samples.gotdotnet.com/quickst...soverview.aspx

    3. I don't understand, explain in more detail what you're doing.

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Aug 2004
    Posts
    20

    Re: Asp.net connect SQL server?

    My purpose is Test web application on another computer...

    I design my web page by use Textbox, Link, Combobox (web control ) and when i copy my project folder and paste to another computer at C:\inetpub\wwwroot\myproject this computer do not install .net. I open my project by "http:\\localhost\myproject\myfile.aspx" But these web control do not show on webpage in other hand html controls are normally..... why??? how can i fix?


    Thank you very much...

  4. #4
    Member CommanderEl's Avatar
    Join Date
    Feb 2005
    Location
    Adelaide, Australia
    Posts
    40

    Re: Asp.net connect SQL server?

    Quote Originally Posted by wattha

    3. I use web control but when i try to open my project at another computer(Winxp pro) by copy My project folder to wwwroot and open http:\\localhost\Myproject\myfile.aspx

    but Something wrong....???

    The web control ( textbox, combobox and Linkimage), it's disappear but html control okay (not disappear).why???

    perhaps the another computer can't install .Net framework???

    Thanks everbody
    when you are running your web app on this "other computer", does this "other computer" have IIS installed and updated to .NET 1.1?

    You did not specify but you will need to run a web server that can handle the serving of .NET pages so MS IIS will do the trick as it comes with windows already.

  5. #5

    Thread Starter
    Junior Member
    Join Date
    Aug 2004
    Posts
    20

    Re: Asp.net connect SQL server?

    Yes, The another computer doesn't install .net framwork but i install IIS ready.... it's need both..?

    Thanks

  6. #6
    Member CommanderEl's Avatar
    Join Date
    Feb 2005
    Location
    Adelaide, Australia
    Posts
    40

    Re: Asp.net connect SQL server?

    you will need to install .net framework and update your iis server to include the updates

    there is another thread that explains this... i just cant find it

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width