I used to be a classic asp user. I just started programming C# Windows form. In classic asp I was filling the gaps in a word document with the information we saved in the database. Is it possible in C# windows form as well? If possible, how can we do it?
I was filling in the blanks with the red cross in the picture in asp classic like that <%=rs("name")%> etc.