9
Answers

Always submit in A1 cell through C#

Shovan Saha

Shovan Saha

7y
285
1
I have a text box for first name and a submit button to input in MS Access database only for A1 cell. I want the result as: Whatever I shall input in text box, when I shall press the submit button it will always store in A1 cell. I use C# and visual studio 2015. Is it possible? If yes, please a sample code or example link.
Answers (9)
0
Gokhul Varman
NA 10.7k 9.4k 7y
Please refer the link for more detailed explantion:http://developers.itextpdf.com/content/best-itext-questions-stackoverview/font-examples/itext7-how-use-system-font-itextsharp-vbnet
Accepted
0
Shovan Saha
NA 306 17.8k 7y
Dear Gokhul Sir, I have made this. Thank you. But I have another question. I have six buttons bearing same color. I want tab index position of button will show another color. Is it possible? Please help me.