| | |
dynamic table not refreshing data
Please support our ASP.NET advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Thread Solved |
•
•
Join Date: Dec 2008
Posts: 3
Reputation:
Solved Threads: 0
Hi, i am using vb to create a table, i then add that table as a control do a <div>. The data within the table comes from a select statement. When i change my select statement the data that appears in the webpage is always the first data that was acquired originally even though when I debug i see the table being set with the new values
below is a sample of the controls used
below is a sample of the controls used
ASP.NET Syntax (Toggle Plain Text)
Dim table1 As New HtmlTable Dim r As New HtmlTableRow Dim c As New HtmlTableCell Dim txtBox As New HtmlInputText Dim commentaires As New HtmlTextArea table1.Border = 0 c.Controls.Add(New LiteralControl("BT :")) r.Cells.Add(c) c = New HtmlTableCell txtBox.ID = "bt" & i txtBox.Value = equipe(i).getBT c.Controls.Add(txtBox) r.Cells.Add(c) table1.Rows.Add(r) ba.Controls.Add(table1)
•
•
Join Date: Dec 2008
Posts: 3
Reputation:
Solved Threads: 0
thank you that worked, wasn't familiar all that much with asp.net
i have another issue now
when i go do the update statement i get the data by doing the following
however that data always seems to be the original one, not the one i have modified and am trying to update
EDIT: Its ok found the problem was reinitalizing the data in my page load
i have another issue now
when i go do the update statement i get the data by doing the following
ASP.NET Syntax (Toggle Plain Text)
tbox = CType(e.Item.FindControl("heures"), TextBox
EDIT: Its ok found the problem was reinitalizing the data in my page load
Last edited by kazoo; Jan 5th, 2009 at 12:32 pm. Reason: found the issue
![]() |
Similar Threads
- memory management in wndows 2000 (Windows NT / 2000 / XP)
- how to make dynamic (JSP)
Other Threads in the ASP.NET Forum
- Previous Thread: Login Controls
- Next Thread: Deploying an asp.net appln
Views: 926 | Replies: 4
| Thread Tools | Search this Thread |
Tag cloud for ASP.NET
.net 2.0 ajax alltypeofvideos anathor appliances application asp asp.net beginner box browser button c# cac checkbox commonfunctions complex connection control dataaccesslayer database datagridview datalist deployment development dgv dialog dropdownlist dynamic dynamically edit editing embeddingactivexcontrol feedback fileuploader fill findcontrol flash form formatdecimal formview gridview gudi iis image javascript languages list listbox login microsoft mobile mouse mssql news novell numerical opera panelmasterpagebuttoncontrols parent problem project radio redirect registration relationaldatabases reportemail response.redirect richtextbox rows schoolproject search security select services sessionvariables silverlight smoobjects software sql sql-server sqlserver2005 ssl theft tracking treeview validatedate validation vb.net videos vista visualstudio web webapplications webdevelopment webprogramming webservice xsl youareanotmemberofthedebuggerusers






