VB.Net के सभी standard windows control को ADO.Net के द्वारा Database से connect कर data को Display किया जा सकता है। इसके लिए सबसे पहले अपने solution को Data Source से connect कर लेते हैं। इसके लिए निम्न steps follow करते हैं।
Open Visual Studio (Visual Studio 2005)
Create a New Windows Application Project
Select Data – Add New Data Source
In wizard window1: select Database and click to Next
In Wizard window2: Select Data connection. You can choose new conncetion or any Existing connection also. Click Next.
Select Connecting String Name. Click Next
Select Tables, views etc. and click To Finish
- Finish button पर Click करने पर यह एक dataset project मे add कर देता है। जिस पर सभी selected tables, realtions, views etc. को define किया जा सकता है। अब Form पर data को display करने के लिए Form Designer को switch करते हैं। form पर data Grid और lables और Textbox दोनों मे display किया जा सकता है। इसमें data को डिस्प्ले करने के लिए सर्वप्रथम Data menu मे show data source select करते हैं। ऐसा करने पर एक DataSource IDE window display होने लगती है।
Data को standard controls मे डिस्प्ले करने के लिए सबसे पहले form को design कर लेते हैं। इसके बाद form पर control को select कर उसकी DataBinding property मे (Properties Window में) जाकर data column को select कर लेते हैं। इस प्रकार control data से bind हो जाता है।
Hi, Nice description about displaying databound controls in VB.Thanks, its really helped me......
ReplyDelete-Aparna
Theosoft
Thanks for your informative article. Your pose helped me a lot to under the future in .Net mobile application development. Dot Net Training in Chennai
ReplyDeletevery useful and fast understanding way.
ReplyDelete