The tag has no wiki summary.

learn more… | top users | synonyms

-1
votes
0answers
31 views

How to populate list with data previously entered in form php/javascript [closed]

I have these tables in the database to work with. what i am trying to do is populate a list with the names of public schools that are connected with the valid postcode that is previously entered in ...
3
votes
1answer
42 views

3 dropdown Populate based on selection in another [Cascading dropdown]

I am new to Java script. Here I have working example for 2 drop down Fiddle . HTML: <select id=a></select> <select id=b></select> <select id=c></select> ...
0
votes
0answers
8 views

Android out of memory error : bitmap exceeds vm budget

I am using this code to create text bitmap to display a gridnumber for a polygon in google map. I am calling txtToBitmap method several times, say in google map there may be 350 grids in a ...
0
votes
1answer
7 views

Populating a Table View from an Array while App is Running

I am working on an app where the user can add NSString objects to an NSMutableArray and then the array is used to populate a Table View. I have found lots of posts about populating a Table View from ...
0
votes
0answers
28 views

Populating Web Page Content From Database

Question: When populating a webpage with content from database should you 1) query the database & display the content retrieved? or 2) query the database & save the retrieved content to a ...
1
vote
2answers
12 views

populate values from one controller to another controller

I have two types of controllers, JobController EmployerController These two controllers, the details are below, Contactperson ContactNumber MobileNumber EmailAddress These details are the same ...
0
votes
1answer
24 views

Generate data after selection list choice

Say i have a form with a postcode field (text) and a school field (selection), currently i am able to populate the selection list with names of the schools from the database but i want the postcode ...
1
vote
1answer
31 views

Populate list based on data entered

I have a form which has a postcode field (text) and a school field (selection) and what i am trying to do is to populate the selection field with schools from a database but the schools which populate ...
0
votes
3answers
30 views

Funny error with db:populate and I18n : fr.activerecord.errors.messages.record_invalid

I'm following M. Hartl tutorial, and I have an error I can't understand. I want to populate my database with fake users, using first rake db:reset and then the rake db:populate, but it fails. Here ...
0
votes
1answer
24 views

How to populate a spinner Android from a php page?

I have to populate a spinner from this php page : http://sce.jelocalise.fr/mobile/ajax/getdevices.php?email=info@mediacom-i.fr&password=thedevil1 I've read lots of tutorials about Spinners and the ...
0
votes
1answer
22 views

JSF selectOneMenu with Object iteration

I do know that similar problem was announced here few times but I spent a lot of time and still have no idea why that code doesn't work :/ This is my JSF page: <h:form> <h:selectOneMenu ...
0
votes
1answer
54 views

Values repeating when Populating a JTable

I have a JTable. And I've added the column to it within a method like this. private void createSearchResultTable() { DefaultTableColumnModel columnModel = new DefaultTableColumnModel(); ...
0
votes
1answer
54 views

Insert JS into table with preexisting data

I have been trying to figure out how to populate a table that has preexisting data with called JS data For example I have a table with this in place: ...
1
vote
2answers
32 views

how to populate a vector of type “User” that has 2 components to it “username” and “password”

So I have managed how to open up a file and read in different inputs in this file. The question is how do I grab these individual inputs (multiple iterations of username, and password) and populate a ...
0
votes
3answers
49 views

Populating radio buttons?

i have written some code that populates radio buttons with data from a database. I am having some problems with this code though, for one the form allows me to select multiple radio buttons at once ...
-1
votes
2answers
41 views

Database used to populate selection list

i am trying to create a form and in that form have a selection list in which the options are automatically populated with data from a database (namely customer's last names), after which when the last ...
0
votes
3answers
276 views

Combo box populates a text field - JavaScript and user input

Setup What I need in the end: a combo box and a text field. Selecting an item from the combo box populates a value in the text field. Items in the combo box come from user input. This is my current ...
0
votes
1answer
15 views

PHPBB re populating the form with the $_POST data after submit

I'm creating a custom phpbb page. There are various text fields in the page and there is also an "add ingredient" option. If the fields are filled in with various information and then an ingredient is ...
-1
votes
5answers
53 views

Selection list populated from database

I have been having a problem trying to figure out how to create a selection list which is populated with data from a table in a database, namely with the options being customer's last names. Here is ...
0
votes
1answer
55 views

Populating a 2d int array in java

I have this class which is supposed to contain the information about a game world. The data about the world is stored in a 2d array but I'm having a hard time populating the array so that the correct ...
0
votes
3answers
66 views

Populate PHP in HTML

I current am trying to populate a gallery from the php code. Looking at firebug the code is firing and running correctly except it is writing the code in the file dyna.php instead of index.html How ...
0
votes
0answers
49 views

populating a table on html page with data from mysql based on selection in drop down menu filled from data from mysql

im trying to populate a table on my webpage filled with customer services records. the customer signs in, and is taken to a page where he/she can select which vehicle they want to see the service ...
-1
votes
0answers
81 views

DropDownList, Data from Viewbag but only lists objectname, What wrong?

Im searching for the right Object/answer to present the data in the DropBox from a viewbag... Guessing this is a newbie issue... Issue 1: I want to present the data in the DropBox. All i get ...
-2
votes
1answer
41 views

Repopulating form fields with javascript

Hi Sorry I'm newbie in Javascript but I need to know how I can do to repopulate a form field when I have this kind of form : I tried with this code(part) but it doesn't work,the file name is ...
0
votes
3answers
99 views

Function to change array data - data not changing. C

I'm new to C but I've programmed in pascal a few weeks ago. In pascal, if you want to change an arrays data, you pass by reference, by typing var myArray essentially. I can't figure out how to do this ...
0
votes
1answer
59 views

Populate a Matrix based on user input and a pattern in C

I have a program to develop but I'm having some difficulties in one part. I have to read a number of tests (t) that will be made. After that I must read a number (n) of columns and rows to make a ...
0
votes
3answers
100 views

using $.getJSON to populate jstree gets stuck at loading

I am having troubles populating a div using jstree with data from a separate json file. In order to do that I tried to get the json with $.getJSON (i am not sure that this is the right function to ...
0
votes
1answer
56 views

Paypal not prepopulating address details

<form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="notify_url" ...
0
votes
0answers
61 views

Populate DataGridViewComboBoxColumn in Datagridview's new row

I have a datagridview that holds a text column, combo box column, and then an integer column as column indexes: 0,1,2 respectively. I have it set to add the blank row at the end of the datagrid so the ...
0
votes
0answers
13 views

Index Variable not Accessing Array

I'm new to java. trying to build a GUI application for Home Automation system. I'm at the very early stage of development. I have two classes One is product Class and another is Gui class. The Idea is ...
0
votes
1answer
79 views

perl script without using DBI

I have to make a perl script populate a database in PostgreSQL without using DBI or any sort of database interface model. I am a beginner to scripting so naturally, I'v been stuck on this for quite a ...
0
votes
2answers
35 views

PHP and MySQL to populate table from unknown ID

I have three tables: unitpost, file, and postfile with postfile being the table that links files to a particular post. I have created a script that uploads the files and posts however I need to ...
-2
votes
1answer
129 views

Populate cells dynamically using a data connection in Excel

I am currently trying to handle a data connection in Excel and I would like to populate some cells dynamically as the data is periodically changing. More precisely, I have an Excel worksheet which is ...
0
votes
0answers
14 views

How to populate a detailsview depending on a value sent with href

I need to populate a detailsview in Page_Load depending on the value sent when the user select the product (in another page) and redirect to detailsview's page that shows the details of the product ...
0
votes
1answer
366 views

Dropdown population using jquery to get data from codeigniter controller

I want to populate a dropdown using jquery and ajax. my jquery call is <script> $(document).ready(function(){ $.ajax({ type: "GET", ...
0
votes
1answer
53 views

symfony2 - adding choices from database

I am looking to populate a choice box in symfony2 with values from a custom query. I have tried to simplify as much as possible. Controller class PageController extends Controller { public ...
-4
votes
2answers
115 views

Using a MYSQL database to create div tags [closed]

Recently started a project which in theory would create new div tags or table rows for each row of information in my MySQL database. I'm unsure of what language I will tackle this with. I am ...
0
votes
0answers
61 views

Populate database using EF 5 MF

My question is similar to this topic: How to populate a database using entity framework, however it is applied to Entity Framework 5 Model First approach. I wonder is it a possibility to write some ...
0
votes
2answers
340 views

Populating textbox with mysql data values from combobox selection c#

I am trying to populate my text boxes with the values in my database so when a user selects a name of a teacher from the combobox, the text-boxes will populate with their contact details. This is the ...
0
votes
0answers
12 views

nsurlrequest returns two values, how to separate them?

My (hidden) webview populates a html form and once the submit button is clicked, i pick up the return in: - (BOOL)webView:(UIWebView *)webView shouldStartLoadWithRequest:(NSURLRequest *)request ...
0
votes
1answer
201 views

Mongoose: Cast to ObjectId failed for value

I'm trying to specify the schema of my db in mongoose. At the moment I do this: var Schema = mongoose.Schema; var today = new Date(2011, 11, 12, 0, 0, 0, 0); var personSchema = new Schema({ ...
0
votes
1answer
230 views

Can you populate a ListBox with data entered within a ComboBox in VB?

I have a program that has a number of fields that the user can input data into, and also a number of ComboBoxes that the user can select data from. My question is is it possible to use this selected ...
0
votes
2answers
43 views

Delete prepopulated database

I want to delete the prepopulated database, in order to shrink the size of my app. I tried to remove it but it seems I cannot touch the bundle of the app. I got this error when I tried: (Cocoa error ...
1
vote
2answers
182 views

JQuery: Populate textarea with ajax response

I have a dynamically created dropdown list in a form in which I can select newsletters from my MySQL Database. The itention is that when I select a newsletter the content from the the database gets ...
1
vote
1answer
109 views

Modify function which dynamically populates select elements to use arrays from db

I'm trying to modify a function that I've been using to dynamically populate <select> element to use arrays from a database. The original function used hard-coded arrays to populate the ...
1
vote
1answer
103 views

How do I populate a hash (that has been defined in a separate file) in my Perl script and do necessary operations on it?

How do I populate a hash (that has been defined in a separate file) in my Perl script and do necessary operations on it? For ex: file1.pl -- contains the defined hash, file2.pl -- user defined code ...
0
votes
0answers
38 views

populate textbox on click of combobox

i want to populate textbox on click of combobox i want the combobox to be filled from database on load event i tried the code but facing exception "invalid attempt to call read when reader is closed" ...
0
votes
0answers
136 views

Jquery jplayer playlist, populate and play when click

I try to change a jplayer playlist and with the same event launch the playlist. So, in the first time I clear the playlist, then I add songs to it, and finally I launch the first element of the ...
0
votes
1answer
138 views

How to prepopulate a Green DAO sqlite database

I am about to use the Green DAO ORM tool. I am going to have to insert about six hundreds rows of data into my database. I am wondering there is a way to prepopulate the database using some form of ...
0
votes
1answer
117 views

Elegant way of exporting data from IEnumerable object to an Excel datasheet in c#? [closed]

My data is held in an IEnumerable object and I want that to be populated into a table in excel. Basically I am able to export data to the Excel sheet but I dont know export a table in a more elegant ...

1 2 3 4 5 8