Skip to main content

Posts

Showing posts with the label How to Retrieve Data from database and view datas in textbox

How to Retrieve Data from database and view datas in label or textbox using ASP.NET and SQL

Here I'll show you how to get data from Database and that Database can be fetched as Label text or textbox text;   1. Design View    2. Source View 3. Code Behind ; Here I've using Student database 4. Output After Debugging Before giving Input data; 5. Student Database 6. Output