Click here to Skip to main content
16,004,833 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: How to convert the datatable into JSON String Pin
Samer Aburabie2-Dec-08 12:08
Samer Aburabie2-Dec-08 12:08 
AnswerRe: How to convert the datatable into JSON String Pin
Rajdev Ramasamy27-Jan-09 0:34
Rajdev Ramasamy27-Jan-09 0:34 
QuestionBinding Datatable to GridView through Javascript Pin
TPS200830-Nov-08 23:43
TPS200830-Nov-08 23:43 
AnswerRe: Binding Datatable to GridView through Javascript PinPopular
Samer Aburabie2-Dec-08 12:10
Samer Aburabie2-Dec-08 12:10 
Questionpopulating a html form with remote data from a MS Access database. Pin
efandango29-Nov-08 4:37
efandango29-Nov-08 4:37 
AnswerRe: populating a html form with remote data from a MS Access database. Pin
Paul Conrad29-Nov-08 5:17
professionalPaul Conrad29-Nov-08 5:17 
GeneralRe: populating a html form with remote data from a MS Access database. Pin
efandango29-Nov-08 13:13
efandango29-Nov-08 13:13 
GeneralRe: populating a html form with remote data from a MS Access database. Pin
Paul Conrad29-Nov-08 13:20
professionalPaul Conrad29-Nov-08 13:20 
Your "Show it on the map!" button will need to have some server side code if you are taking data, working off an Access database, and posts back. Without any server side coding in ASP/ASP.NET, you really cannot do any kind of database access without it. Security is one of the reasons as well. You do not want a database's connection string or anything sensitive being exposed in the html.

Conceptually is it not difficult to have the button send data to be queried against the database and the results placed on the map to the right. If having the data being in the url is an issue, you could always use session variables to pass the data to be queried to the database.

You could always try to work it through javascript, but that exposes maybe a bit too much about your database on the client side.

"The clue train passed his station without stopping." - John Simmons / outlaw programmer

"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon

"Not only do you continue to babble nonsense, you can't even correctly remember the nonsense you babbled just minutes ago." - Rob Graham


GeneralRe: populating a html form with remote data from a MS Access database. Pin
efandango29-Nov-08 23:50
efandango29-Nov-08 23:50 
GeneralRe: populating a html form with remote data from a MS Access database. Pin
Paul Conrad30-Nov-08 5:55
professionalPaul Conrad30-Nov-08 5:55 
GeneralRe: populating a html form with remote data from a MS Access database. Pin
efandango30-Nov-08 7:59
efandango30-Nov-08 7:59 
GeneralRe: populating a html form with remote data from a MS Access database. Pin
Christian Graus30-Nov-08 16:55
protectorChristian Graus30-Nov-08 16:55 
GeneralRe: populating a html form with remote data from a MS Access database. Pin
Paul Conrad30-Nov-08 17:35
professionalPaul Conrad30-Nov-08 17:35 
General[Message Deleted] Pin
efandango1-Dec-08 7:46
efandango1-Dec-08 7:46 
GeneralRe: populating a html form with remote data from a MS Access database. Pin
Paul Conrad1-Dec-08 7:48
professionalPaul Conrad1-Dec-08 7:48 
GeneralRe: populating a html form with remote data from a MS Access database. Pin
efandango1-Dec-08 8:11
efandango1-Dec-08 8:11 
Questionquery regarding uploading of files in one page and vieweing the uploaded files in another page of same website using javascripts/vbscript/html with full and complete details Pin
velprj28-Nov-08 18:51
velprj28-Nov-08 18:51 
AnswerRe: query regarding uploading of files in one page and vieweing the uploaded files in another page of same website using javascripts/vbscript/html with full and complete details Pin
Christian Graus30-Nov-08 14:59
protectorChristian Graus30-Nov-08 14:59 
AnswerRe: query regarding uploading of files in one page and vieweing the uploaded files in another page of same website using javascripts/vbscript/html with full and complete details Pin
Dominic Goulet1-Dec-08 1:33
Dominic Goulet1-Dec-08 1:33 
Questioni need help Pin
njote28-Nov-08 16:59
njote28-Nov-08 16:59 
AnswerRe: i need help Pin
Paul Conrad29-Nov-08 5:19
professionalPaul Conrad29-Nov-08 5:19 
QuestionHow to bind a collection to select control using Ajax Pin
Exelioindia28-Nov-08 5:33
Exelioindia28-Nov-08 5:33 
QuestionNon-printing characters in JSON string Pin
RichardGrimmer28-Nov-08 4:01
RichardGrimmer28-Nov-08 4:01 
Questionsending e-mail using ASP Pin
Genius.Boy28-Nov-08 3:43
Genius.Boy28-Nov-08 3:43 
AnswerRe: sending e-mail using ASP Pin
SeMartens1-Dec-08 1:01
SeMartens1-Dec-08 1:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.