Does anyone can tell me the concept of storing web data?http://forums.asp.net/t/1803139.aspx/1?Does+anyone+can+tell+me+the+concept+of+storing+web+data+Tue, 15 May 2012 01:12:58 -040018031394978169http://forums.asp.net/p/1803139/4978169.aspx/1?Does+anyone+can+tell+me+the+concept+of+storing+web+data+Does anyone can tell me the concept of storing web data? <p>Hi everyone,</p> <p>I want to know the concept of storing web data.</p> <p>I am building a website and I want all the text and pictures can store in a database so that can edit them in future.</p> <p>Should I put the SqlDataSource in .aspx or masterpage?</p> <p>Can anyone tell me all the steps of storing web data?</p> <p>Thankyou so much!!!</p> <p>&nbsp;</p> 2012-05-13T07:12:41-04:004978182http://forums.asp.net/p/1803139/4978182.aspx/1?Re+Does+anyone+can+tell+me+the+concept+of+storing+web+data+Re: Does anyone can tell me the concept of storing web data? <p>hi,</p> <p>please view the refrence given below it has complete implementation that required for simple DB operations,the following links have both sqldatasource or with sqldatasource implementaion but i recommend you to avoid SQLDATASOURCE on the asp page or on master page.</p> <p>http://wiki.asp.net/page.aspx/1360/add-edit-update-delete-gridview/</p> <p>http://www.asp.net/web-forms/tutorials/data-access/accessing-the-database-directly-from-an-aspnet-page/inserting-updating-and-deleting-data-with-the-sqldatasource-vb</p> <p></p> <p>&quot;happy Coding&quot;</p> <p></p> 2012-05-13T07:24:04-04:004980645http://forums.asp.net/p/1803139/4980645.aspx/1?Re+Does+anyone+can+tell+me+the+concept+of+storing+web+data+Re: Does anyone can tell me the concept of storing web data? <p></p> <blockquote><span class="icon-blockquote"></span> <h4>TaeliaNing</h4> Should I put the SqlDataSource in .aspx or masterpage?</blockquote> <p></p> <p>Yesyou can put the SqlDataSource to bind to the DataTable from your real database that supports CRUD when they are all generated automaticallyAnd what's moreI think you can handle events like RowUpdatingRowEditing</p> <p>For this sampleI've done one for youyou can download it from here to see clearly <a href="http://code.msdn.microsoft.com/Uploadedit-image-in-ASPNET-b96367a9" target="_blank"> How To CRUD Text With Image in a DetailsView with GridView</a></p> 2012-05-15T01:12:58-04:00