1
Answer

How to get Document's path to string in c# ???

thiago costa

thiago costa

12y
1.7k
1
hello there guys...

I am making a program, where I need to get the PATH for the c:\**USEr**\My Documents

I need to find path, and make it be a string...

Any ideas ???

Thanks guys



By the way, I love this website, for a long time, but I like the old looks WAY WAY WAY WAY more conventional more practical, better.
I still like it though, but there should be a survey to see what we all think...

once again, thanks guys.
Answers (1)
0
Javeed M Shaikh

Javeed M Shaikh

NA 7.8k 69.7k 11y
can you try to set some hard coded value like this:

timetablegrid.Rows[row].Cells[column].Value = "sample text";
0
darma teja

darma teja

NA 493 194.2k 11y
Hi,

gridView.Rows[1].Cells[1].Value= "text here";

Darma