Tagged Questions

2
votes
2answers
418 views

How do I dynamically load a js file using Prototype?

Hello, I am using prototype to load external js file (actually it is php file) dynamically. Like this: function UpdateJS(file) { var url = 'main_js.php?file='+file; var myAjax = new …
1
vote
3answers
538 views

Accessing value of dynamically created controls c# asp.net

I'm trying to access the value of a selected radioButton. I have a list of radio button's seperated by sub headers (hence why i havent used a radioList) I don't know how to access the selected value …
1
vote
1answer
131 views

Dynamically Loading Google Maps api’s

Hi, Im trying to load the google maps api's dynamically. I'm using the following code: var head= document.getElementsByTagName('head')[0]; var script= document.createElement('script'); script.type= …
1
vote
1answer
105 views

Alternatives to create swf files (which has external content loaded into them) dynamically?

I'm about to start a project where there will be a Flash application where the visitor customizes a profile with externally loaded images and texts. Then the visitor needs to be able to download that …
1
vote
3answers
131 views

performance questions on dynamically loading Javascript Objects

Which is faster, Using an XMLHTTP Get request and than using eval() for the reponsetext Using the JSONP technique for loading a script and then evaling the innerHtml of the script. Dynamically …
1
vote
9answers
509 views

Is dynamically allocated memory (heap), local to a function or can all functions in a thread have access to it even without passing pointer as an argument

Hello, I have a very basic question and need help. I am trying to understand what is the scope of a dynamically allocated memory (on heap). #include <stdio.h> #include <malloc.h> …
1
vote
4answers
472 views

Get a class from my flash library dynamically

I have several bitmaps in my flash library that I have exported for Actionscript. Now depending on the Flashvars I receive I want to load the corresponding library bitmap. How do I load a bitmap …
1
vote
2answers
224 views

Dynamic creation of new lookup tables based on values in main data table

I am working on an application which accepts any uploaded CSV data, stores it alongside other datasets which have been uploaded previously, and then produces output (CSV or HTML) based on the user …
1
vote
2answers
934 views

Possible to dynamically add an asp:CheckBox control to a TableCell?

Hi everyone, In my .NET application I need to add a checkbox to each row in a dynamically created asp:Table. Is it possible to do that by dynamically creating an asp:CheckBox for each row and somehow …
1
vote
2answers
57 views

In ASP.net is it better to use Server Controls within the ASPX page or create them dynamically in the code behind?

I generally prefer to add controls dynamically, like table and generic html controls, to the ASPX page, rather than add them in the ASPX page and set the properties dynamically. Which approach is …
1
vote
5answers
1k views

Passing multi-dimensional arrays in C

Hey guys, I am currently trying to learn C and I have come to a problem that I've been unable to solve. Consider: #include <stdio.h> #include <stdlib.h> #include <string.h> …
1
vote
7answers
413 views

Dynamically creating a project in VS2005 using C#

Is it possible to progmatically or dynamically create a project in VS2005 using c#? If so could someone provide some ideas or links on how to accomplish this?
0
votes
1answer
37 views

Add Checkbox DataGird Wpf C# Disable problem

I have added checkboxes into a DataGird, but they are not enabling they just disable when i click on another control giving you complete source code. public partial class WinSubnetRangeInput : …
0
votes
1answer
31 views

Resin Restarts when class files or Servlets are uploaded.

Hi. When we upload a .class file or a servlet to the server, the web server restarts. This does not happen when we upload a JSP. Is there a way to configure Resin so that it dynamically loads the …
0
votes
1answer
123 views

Spring MVC dynamically binding to and from a list of beans

Hi, I am new to spring MVC.In my application I need to bind dynamically generated textbox contents to a list of beans dynamically.I went through the spring mvc book for binding to lists.But before …

1 2 3 next
15 30 50 per page