0
why it is not working?
i started learning MVC (asp.net).... string Index(string s) { return "hello"+s; }... It is only showing hello,,why it is not showing the value of s which i have passed .... I watched a video..he wrote the same syntax...
2 Respuestas
+ 2
you need to tell us the error you are getting...ohh I see. how are you calling Index()?
0
It should work like that.
Can you post some more code. It looks like s is empty. At the moment Index is called.