473,657 Members | 2,515 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

how to get the text in the textbox which is in a datalist at runtime?via c#

2 New Member
in my project, i want to update or delete a row in the datalist according to specific field so that it will effect the database. but i have trouble while trying to get the values in the textboxes of the datalist at runtime. i make use of the findcontrol() method of the datalist and assign the textbox in the datalist to a textbox object.it is working while i write it in vb but it is not so in the case of c# .i'm expecting the implementation coding in c# from you !
May 3 '07 #1
0 919

Sign in to post your reply or Sign up for a free account.

Similar topics

3
2329
by: Ben R. | last post by:
I've got a repeater that's bound to a datareader and I'd like to conditionally modify the text that is being outputted. Previously, I've done this by assigning a name to attribute to the surrounding tablecell in which the <%# %> tags reside and I could use the findcontrol to grab a handle to the control by name and do any necessary modifications. I'm wondering if I can get around this? Is it necessary to assign a name to a surrounding cell?...
1
1789
by: Stephan Bour | last post by:
I need to build a string from the content of a datalist containing a nested datagrid. This properly returns the data from the first cell in the datagrid: String first = GridItem.Cells.Text; However, I can't seem to apply the same technique to the datalist as ³Cells² is not implemented. How does one retrieve the text from a datalist cell then? Thanks, Stephan.
0
908
by: mahsa | last post by:
Hi I want to have an editable text box in datalist but whitout forcing user to click edit or add button to see the text bo I use textbox in my datalist but its not editable why <ItemTemplate><asp:CheckBox Visible="False" ID="cbCalculate" Runat="server" AutoPostBack="True"></asp:CheckBox><%# DataBinder.Eval(Container.DataItem, "PartNo") %><asp:TextBox ID="Txt_"+<%# DataBinder.Eval(Container.DataItem, "PartNo") %>...
4
8754
by: bwalke | last post by:
I am developing a web form which is going to be used for manufacturing input. The form uses a DataList which list a batch of parts that may range anywhere from 1-9 parts. The DataList contains 6 textboxes pre-fill with data (reason for using datalist) which will capture user input and changes to the textboxes. So the 6 textboxes in columns will be constant but the rows will vary representing each part. I am looking to loop through...
0
995
by: mintboy | last post by:
hello thank U for take a look this Message ! /////////////////c# code file private void DataListClass_UpdateCommand(object source, System.Web.UI.WebControls.DataListCommandEventArgs e) { string UpdateName = ((TextBox)e.Item.FindControl("TextBoxName")).Text;//
0
1089
by: Pugi! | last post by:
I am studying the book ASP.NET Data Web Controls. Very interesting, and I try to put everything in runtime (VB.NET) code instead of in the page. I got very far but now I am stuck. I found examples of how to create a TemplateColumn in a DataGrid with a hyperlink with two parameters at runtime (http://www.c-sharpcorner.com/Code/2003/June/AddItemTemplateDynamically.asp). But now I want to create a templatecolumn in a datalist with some...
6
4400
by: etam | last post by:
Hi, i have a DataList with a TextBox added by me: <asp:DataList ID="GradeDataList" runat="server" DataKeyField="id" DataSourceID="ProjectsObjectDataSource"> <ItemTemplate> topic: <asp:Label ID="topicLabel" runat="server" Text='<%# Eval("topic") %>'></asp:Label><br />
1
1143
by: =?Utf-8?B?S2V2aW4=?= | last post by:
Hi! I have a DataList that bind in the first page load (not postback). The datalist has two textbox that can be edited by the user. When I press the Save button (ImageButton) and I watch the textboxs they are with the original value. - I don't rebind the DataList. - The textbox has a custom binding on ItemDataBound event. How to get the text input by the user¿?
1
1821
by: BisMan | last post by:
I have a datalist called datalist2 I want to get the text from a textbox called textbox1 which is in the ItemTemplate of the datalist. In the past I have gotten information out of the create user control in the following way: ((TextBox)CreateUserWizard1.CreateUserStep.ContentTemplateContainer.FindControl("StudentID")).Text; But the same approach doesn't work with the datalist... Please help!?
0
8392
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8305
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8825
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8503
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
5632
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4151
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4302
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
1953
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1611
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.