Hello everyone,my question is the following:
I have a database with two tables.What i want to ask is ow can i bind one column of the database to a txt file eg:
when i press a button in my form it saves the contents of my richtextbox to a file that it creates...so far so good..
I want this file,which automatically is named ,by the creation date,to corrspond or reffered(i do not know the proper word) to the specific column(textfile is the column)...so when i click on that column in my datagrid to open the specific file for this p_id..
Hope i made it clear..:)