1
Answer

mvc razor

Louis Ogwel

Louis Ogwel

9y
386
1
I'm a newbie to mvc razor. I have a EF generated create form template. I want to input firstname and lastname but would like the fullname field to be pre-populated with values from firstname and lastname entered.
 
Secondly I have a fields for latitude and longitude and input fields for Degree, Minute and Seconds. I would like the user to view the input values e.g 12° 24' 2" for both longitude and latitude and then convert the input values to degree decimal.
 
Then finally save the values to database table. 
Answers (1)
0
Crish

Crish

NA 3.7k 76.4k 14y
hi

have you uploaded your web application on webserver or in local ?

If you have uploaded it on webserver then you must be give live Ms-SQL credentials in your web config for database connection.

"Database=databsename;Server=01.01.111.222;User=testuser;Pwd=password;"


Don't forget to Mark Do you like this Answer  that solved your problem!