how do i add ext.net dynamical web form control and retrieve its contain value to save in DB.? -


I want to add two text boxes dynamically and want to get those values ​​and display them as messages. Please help me out for example. Display this scenario where I can learn and apply for my real problem.

Alternate those examples

  http://examples.ext.net/#/XRender/Basic/Add_Items/ http://examples.ext.net/#/ XRender / Basic / New_Window /   

* Those Links, the official website of ext.net

Instead of adding a tab or window, simply change them to TextField. U can be dynamically connected to unique IDs for each element, and those components can be accessed via ID

Comments

Popular posts from this blog

c# - passing input text from view to contoller with FacebookContext using Facebook app -

ios - Does Core Data autoupdate a many to many relationship on saving -

Calling a C++ function from C# by passing a string with variable size to it -