Questions tagged [dynamic-controls]

310 questions
0
votes
1 answer

ASP.NET dynamically added checkbox on masterpage and getting its postback on a childpage load

I have a dynamically created checkbox on my masterpage and checking/unchecking it causes a postback, my problem is I can't seem to get the value of the checkbox on the childpage because of the way the page lifecycle works with the childpage loading…
0
votes
1 answer

how to pass objects through a button eventHandler

I have a winform that has several modules that are created dynamically based on information in a database. each of these modules has an edit button. I want to be able to pass in an object through to the click handler and then to the new form yet I…
user2952817
  • 223
  • 1
  • 3
  • 8
0
votes
1 answer

cakephp $this->validates multiple recode set many

I am trying to validate dynamically added controls on the form. I have a registration form where I have an option for users to add 1 to 5 education info. I am using Jquery to handle add remove fields. HTML Code
0
votes
1 answer

Dynamically added button is not firing event and is losing state dispite re-adding it in pre_init event

I have a dropdown which is bound to a database. On its index change there is a function that add some button in a panel based upon selected value. I am reading those button in page_init event but still I get null values, i.e. event bound with the…
Ratna
  • 2,289
  • 3
  • 26
  • 50
0
votes
2 answers

Select a DynamicContent using a SessionScope variable

On an XPage I have a navigator that sets a sessionScope variabl based on the item selected. I was then using that value in a SwitchFacet to display one of several different views. And this worked well but I understand that the switchFacet loads the…
Bill F
  • 2,057
  • 3
  • 18
  • 39
0
votes
0 answers

Invoke Event Handler referance from class

I have implemented the following class to create gridview dynamically. I am facing issue with handling of imagebutton event. I want to handle the event in my page instead of class. But the below code shows error. Public Class…
Nilanjan
  • 23
  • 4
  • 10
0
votes
1 answer

Is it possible to get more than just value from Request.Form?

I got a site where i'm creating dynamicly a Form this looks like this:
Name
Account
domiSchenk
  • 880
  • 4
  • 23
  • 41
0
votes
1 answer

Deleting dynamic gridview

I have a page that dynamically creates gridviews on button click which that works fine. And along with it creating a grid, on the top of the grid there is a linkbutton to delete it. Now, what i am trying to accomplish is that when i delete one of…
Brad Hazelnut
  • 1,603
  • 5
  • 21
  • 33
0
votes
1 answer

Removing a dynamically created radgrid

I have a few radgrids created on page, lets say 3. Radgrid1 Radgrid2 Radgrid3 And each of them are assigned their own datasource, lets say the following. Radgrid1.datasource = ds1 Radgrid2.datasource = ds2 Radgrid3.datasource = ds3 I'm trying to…
Brad Hazelnut
  • 1,603
  • 5
  • 21
  • 33
0
votes
1 answer

Dynamic button click event not able to call a function vb.net

The TabLoad() function doesn't seem to be working on clicking of this dynamic button. The aim of this button click event is that it deletes text from a text file and loads the form again. Below is the complete code. The TabLoad() function is in the…
0
votes
0 answers

How to add dynamic control into a dynamic control also?

The following codes creates dynamic codes which the numbers of control varies from database. FlowLayoutPanel flowlayout = new FlowLayoutPanel(); flowlayout.Dock = DockStyle.Fill; flowlayout.AutoScroll = true; while…
Luis
  • 13
  • 6
0
votes
1 answer

Unable to fire LinkButton_Click Event

Actually,I'm Dynamically generating Controls and adding them to a Panel. Now,I'm showing my Records Count in a LinkButton and on LinkButton_Click,I'm showing the actual Records. On the Page_Load,the data is Binding Perfect and all the controls gets…
RealSteel
  • 1,871
  • 3
  • 37
  • 74
0
votes
2 answers

Repeating loop using for condition

  • Dinesh
    • 41
    • 1
    • 2
    • 9
  • 0
    votes
    1 answer

    Register the dynamic control using jquery for autocomplete

    i am creating the textboxes dynamically using jquery on a button click. …
    Prasad
    • 58,881
    • 64
    • 151
    • 199
    0
    votes
    1 answer

    Silverlight Dynamic Control not displaying

    I have a simple control with code to add some paths. When I add my control to the control canvas, nothing shows up. To make sure that I wasn't crazy, I debugged through the code, and created a XAML equivalent and placed it off to the side of where…
    Matt
    • 6,264
    • 10
    • 54
    • 82