can anyone explain this idea to me ?
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 sir please define the details of the above code
0 You can use Path.GetExtension()
string myFilePath = @"C:\Manas.txt";
string ext = Path.GetExtension(myFilePath); //.txt