Hi,
I am a beginner.
Does anyone has this version for me to download?
Thanks
Stella :wave:
Printable View
Hi,
I am a beginner.
Does anyone has this version for me to download?
Thanks
Stella :wave:
Maybe you need this (free VS.NET IDE)
http://www.vbforums.com/showthread.p...highlight=free
and there's also VS.NET 2005 beta but I can't find the link right now .
Hi Pirate,
Thanks for your advice. But my company have to use Visual Studio. I got no choice.
Have you use Visual Studio before? Why it has 2 different Forms to use. One is called Window Form and the other is called Web Form. According to the excerse I am doing, the Data can be very easily to display, update and delete by using the Window Form but need to do a lot of work to make it work the same as in the Web Form.
Is this because Window Form is just for internal using? And Web Form is for browser using?
Stella :rolleyes:
You company shouldn't pirate software, personal use of pirated software doesn't usually get persued by companies like Microsoft, but if you're making money off a product you built without a proper license they will sue your ass.
Web Forms are used for building web applications (including web services ofcourse) that run on a web server and comunicate with other apps (like IE or any Windows App) through different protocols .
Windows Forms are Standalone Windows Applications that run locally and could also connect to a server through a LAN or over internet .
Quote:
Originally Posted by Pirate
Here is a link...:)
http://vbforums.com/showthread.php?s=&threadid=295567
ØØ
Thanks Pirate,
Now I know the difference between both of them.
Thanks Graff for your advice.
I am now working with the Datagrid which can allow me to delete, update, create new record. Seems going well. But I have problem to list them in different pages (paging problem).
Does anyone have any good C# samples for the above problem?
Stella :p