Tagged Questions

0
votes
3answers
30 views

Javascript eval multiple variables does not work

Hello, I got an array which I iterate over and try to create a variable. The name of the variable is variable and comes from the array. So I am using eval (this code will only be …
0
votes
1answer
13 views

LINQ to SQL Dynamic Sort question

How do I code the Select clause in my LINQ satament to select column aliases so I can sort on them basically I want to accomplish this SQL statement in LINQ: select type_id …
1
vote
3answers
32 views

jQuery is not responding to a simple .click() command — what’s wrong?

I'm using jQuery to dynamically add form elements to a web form. Users can "add a time slot" to their request form by clicking a button/link. When clicked, I'm using .after() to ad …
0
votes
5answers
62 views

Let the user design a form and the fields in it

I am developing an application in which I would like to let the users design some forms and decide the fields that are in the form. An example is better than a poor explanation, s …
0
votes
2answers
37 views

hints on coding a dynamic form for mysql query

I'm a beginner and trying to generate as much of my own code as possible without just constantly asking others to write it for me, so with regard to this question I'm looking for h …
0
votes
4answers
25 views

Using a pointer to a local variable in Dynamic SQL

I am having trouble with dynamic SQL. Early in my code I assign data to a bunch of local variables. I want to access these later in my code and use the data values. The code exa …
1
vote
3answers
33 views

ASP.NET - Dynamically added button contains extra value property

So, I'm trying to dynamically add a button to a site to give the user of an idea of what they are adding to a form. However, when it renders a new button, it keeps providing the va …
0
votes
2answers
34 views

Creating which derived type of class at runtime.

I've tried to understand some of the posts of similar, but don't quite understand their purposes and thought I'd explain my own... I have a class -- fully defined with code with p …
1
vote
3answers
61 views

jQuery ID Selection dynamic

Not Sure if this can be done, the way I am approaching it. Here goes nothing. I am echoing images from a php upload script, each img has a unique ID which starts at A1,A2,A3,A4 and …
0
votes
2answers
26 views

dymanically increasing number of textboxs in webforms

I have a database with 2 records Id and Description. What I want to do is try to bind this to a table so for example <tr> <drop down select list with ids available&g …
3
votes
5answers
89 views

C# How to generate an object implementing different interfaces dynamically at runtime?

Hello everyone, I'm looking at how to solve a problem and I'm not even sure this might be possible at all in C# & .NET 3.5: Say I have a limited number of interfaces, each de …
0
votes
4answers
36 views

Adding ASP.NET control to page using jQuery

I'm writing an ASP.NET app in which a table of objects is created by the user client-side. I envisage them clicking "Add item" and a new 'row' is created in the table with textboxe …
0
votes
0answers
11 views

jquery: plugin question (dynamic include)

hi all, i'd like to use this plugin for dynamic includes: http://plugins.jquery.com/project/jquery-plugins i managed to include one file + getting a done-callback. my question: …
1
vote
4answers
71 views

Programmatically using UserControls

I have a project where I made a couple user controls: a Legend, and a Legend Item. On my web page, I am retrieving a collection of information that I want to load into LegendItem …
0
votes
2answers
58 views

Dynamic 2-level menu in web apps

I'm looking to create a top-level horizontal menu, with a second-level horizontal menu below it. Clicking on the top level menu causes the second level menu to change, based on the …

1 2 3 4 5 42 next
15 30 50 per page