Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:789496
More Search Options
RSS Available
Matching Posts
dynamic control help plzzzzzzzzzzzzzzz.....
this is my program logic i am new to this web developement so looking forward for your help plzzzzzzzzzz go thru reply asap having error with find control part do suggest all changes nedeed or else if possible can u modify my code n send rest of my project is going good i am really stuck with this plzz i hav to take values frm text box n calculate base on it < form id ="frmPension" runat ="server"> < asp : Panel id ="pnlone" runat ="server" Height
Posted to
FAQ - Frequently Asked Questions
(Forum)
by
amitha
on 3/10/2008
dynamic controls
can u explain to me abt - creating dynamic controls based on user input -retreiving value from these dynamic controls -i am using vb.net language i am having problem with findcontrol as well Dim tb As New TextBox id = "tbDynamic" & I.ToString tb = DirectCast (Page.FindControl(id), TextBox) Response.Write(tb.Text.ToString()) it giving null reference error plz help.................
Posted to
Visual Basic .NET
(Forum)
by
amitha
on 3/9/2008
y this is not working??????????
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load Dim ary() As String Dim i As Integer = 0 Dim tb As New TextBox tb.Text = "hai" ary(0) = tb.Text Response.Write(ary(0)) End Sub the above code showing null reference for ary(0) yyyyyyyyyyyyyyyyy??????????????
Posted to
Visual Basic .NET
(Forum)
by
amitha
on 3/9/2008
now iam getting new textboxes with no values ,on page load
/////////////////// i am working in vb.net lang ok btn creates control for first time in page init and pageload controls are recreated on submit button click pageload is called whichnow creaes a fresh textbox...so i cant retrieve the value... sorry for the trouble iam causing you .... i just started in asp.net looking forward.............. //////////////////////////////////// Partial Class dynamic Inherits System.Web.UI.Page Sub Page_Load( ByVal Sender As Object , ByVal E As EventArgs) If IsPostBack
Posted to
Web Forms
(Forum)
by
amitha
on 3/7/2008
i am pasting my code plz help
Partial Class dynamic Inherits System.Web.UI.Page Sub Page_Load( ByVal Sender As Object , ByVal E As EventArgs) If Not IsPostBack Then End If If Not IsPostBack Then Dim I As Integer For I = 1 To CInt (tbNo.Text.Trim()) Dim MyTextBox = New TextBox MyTextBox.ID = "txtDynamic" & I plcHldr1.Controls.Add(MyTextBox) Dim MyLiteral = New LiteralControl MyLiteral.Text = "<BR><BR>" plcHldr1.Controls.Add(MyLiteral) Next End If End Sub Sub OkBtn_Click( ByVal Sender As Object
Posted to
Web Forms
(Forum)
by
amitha
on 3/7/2008
Help with dynamic controls and retrieving data from dynamic controls
I am new to web development. My requirement is Text boxes get generated dynamically based on user input on click of a button called Ok after user enters values to these textboxes when user clicks on submit button ,values user entered to these textboxes have to be retrieved for further calculation I am generating text boxes in the ok button click event how to retrieve value user enters to these n where the procedure for that to be placed
Posted to
Web Forms
(Forum)
by
amitha
on 3/7/2008
Help with dynamic controls and retrieval
I am new to this web developing my requirement is I have a form where user enter the no of textboxes required Based on that input and when user click a button in the button event handler the textboxes get created dynamically now the user can enter values to dynamically created textboxes on click of another button called submit the values in the texboxes have to be retrieved for further calculations the problem i am facing is getting the values user entered. how can it be done and where shud it be
Posted to
Web Forms
(Forum)
by
amitha
on 3/7/2008
Page 1 of 1 (7 items)
ASP.NET:
Tip#100: Did you know… How to view ASP.NET trace information?
ASP.NET:
Passing anonymous objects to MVC views and accessing them using dynamic
Channel 9:
Channel 9 Live at PDC09: Coding 4 Fun
Channel 9:
Channel 9 Live at PDC09: Stephen Toub
WindowsClient:
Mouse Gestures for Internet Explorer
Channel 9:
Controlling concurrency in Rx
Channel 9:
Dev Tools Ecosystem Summit Videos Available
WindowsClient:
Using Cerebrata's Cloud Storage Studio To Download IIS logs from Multiple Instances of Windows Azure
TechNet Edge:
TechNet Radio: Office 2007 Setup and Configuration (Part 1)
Channel 10:
How-To: Listen to Your Zune Pass Music on Your WinMo Phone
Channel 10:
Share Your Screen with SharedView
Channel 10:
Get Microsoft Tinker Game For Free
Channel 10:
LG eXpo WinMo 6.5 Unboxing Video
Channel 9:
ADFS 2.0 RC is Here!
Channel 10:
Bing Reference Updated with New Sidebar Features
Channel 10:
Look Behind SurfaceScapes
ASP.NET:
Moving your ASP.NET Application to Windows Azure – Part I
TechNet Edge:
Windows Server 2008 R2 Quick Look- Installing the Migration Tools
WindowsClient:
My latest videos – WPF, Silverlight, Sensors, and PDC09
WindowsClient:
Developing an installer for your Surface application
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online