2
Answers

can anyone explain this idea to me ?

Aousaf rashid

Aousaf rashid

7y
231
1
hello....i am developing an asp.net app in vs2015 which is a simple database app....what i want is.....anyone having an internet connection can access the app and can read/write data....can anyone please explain this idea to me or tell me what i need to de?
Answers (2)
0
habib ullah

habib ullah

NA 116 2k 7y
sir please define the details of the above code
0
Manas Mohapatra

Manas Mohapatra

NA 29.3k 3.3m 7y
You can use Path.GetExtension()
 
string myFilePath = @"C:\Manas.txt";
string ext = Path.GetExtension(myFilePath); //.txt