Questions tagged [dynamically-generated-co]
8 questions
4
votes
2 answers
Is it possible to write an assembly which dynamically generates a new class and patches itself with the new class?
Is it possible to write an assembly which dynamically generates/emits a new class and patches itself to include the new class?
How?

Triynko
- 18,766
- 21
- 107
- 173
2
votes
5 answers
What's the best way to send a lot of checkboxes to the client in ASP.Net?
I have the following situation:
A user will define a certain filter on a page, and on postback I will query the database using that filter and return a bunch of matching records to the user, each with a checkbox next to it, so he can choose whether…

Daniel Magliola
- 30,898
- 61
- 164
- 243
1
vote
1 answer
Using AssemblyBuilder, how can I make all or any of the referenced assemblies embedded instead of linked in the saved assembly?
I have an executing assembly, which generates another assembly dynamically using AssemblyBuilder.
The generated assembly consists of functions which simply test the construction of certain classes in the executing assembly. Since the functions in…

Triynko
- 18,766
- 21
- 107
- 173
1
vote
5 answers
.on event firing on load instead of click
Ok guys im new to jquery and have been making considerable progress but this one has me stumped. i have a event handler I'm binding to a dynamically loaded div to handle clicks hovers etc however when i try to bind a custom function it fires it on…

SelfTaughtCodeMonkey
- 25
- 4
0
votes
3 answers
Change the value of multiple dynamically PHP generated text-boxes using jquery
I have generated multiple text boxes using PHP with name="student[]".
Now on a button click i want to change the value of all these text boxes using jquery.
How do i do this ? Please help.

sqlchild
- 8,754
- 28
- 105
- 167
0
votes
1 answer
UFT: Problem in extracting data from excel file and input in the application dynamically
I am facing issues in performing certain actions based on the value in the excel file cell data.
Actions like if value is "NORMAL" then click Container type = Normal (radio button)
Similarly the Unit Container Value
Following is my code:
I am…
0
votes
0 answers
How to dynamically create instances of objects in F#
I am having trouble finding out how to create a function that creates and instance of an object where the name of the variable that holds the function is specified in the parameter of the function.
I am writing an assignment where I do not know how…

Emil
- 31
- 3
-1
votes
1 answer
Checking if a radio button selection matches an item in an array using JavaScript or jQuery
At this point I am just testing to see if I can compare the radio button selected with the correct answer in the array. See comments below:
var allQuestions = [{
"question": "Who was Luke's wingman in the battle at Hoth?",
"choices":…

Antonio Pavicevac-Ortiz
- 7,239
- 17
- 68
- 141