Click here to Skip to main content
15,893,381 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Sys.WebForms.PageRequestManagerServerErrorException Pin
TPS20082-Dec-08 0:27
TPS20082-Dec-08 0:27 
GeneralRe: Sys.WebForms.PageRequestManagerServerErrorException Pin
Dominic Goulet2-Dec-08 0:41
Dominic Goulet2-Dec-08 0:41 
QuestionHow to convert the datatable into JSON String Pin
TPS200830-Nov-08 23:53
TPS200830-Nov-08 23:53 
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 
I have a form text area on a webpage here http://run-mapper-kml.appspot.com/ that I want to send text data directly to.

The data is coming from an external source which is in a MS Access database and is sent live (eg: no physical file). I don’t want to send the data just to the url; I actually want it to populate the text area on the form, whereupon the user presses the command button to action the form’s contents.

I just want help on how to reference the actual text area on the form (everything else is taken care of). Can this be done?

PS: I am not an experienced web programmer or coder in any sense, but am willing to learn how to do this. I’m not even sure if I have posted this in the appropriate forum (mods feel free to move this post elsewhere)

This is my form on the webpage.

[code]
<form action="/" method="post" name="kml_Form">
<textarea cols="40" id="id_kml" name="kml" rows="20">{{ kml_data.kml }}</textarea>
<input name="key" value="{{ key }}" type="hidden" />
<input id="lat" name="lat" type="hidden" value="{{ lat }}" />
<input id="long" name="long" type="hidden" value="{{ long }}" />
<input id="zoom_level" name="zoom_level" type="hidden" value="{{ zoom_level }}" />
<input name="commit" type="submit" value="Show it on the map!" />
</form>
[/code]
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 
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 

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.