Is there any way that I can retrieve any data from the database in the SQL server without using the DataGrid viewer or alike?
I want to retrieve a data that would go straightly to the textbox but not in the DataGrid.
Although I'm already used of retrieving files coming from the datagrid to the the textbox, can i just retrieve it directly from the database itself?
any ideas?