Click here to Skip to main content
16,006,493 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: XML Error Pin
Patricker8-Aug-06 12:16
Patricker8-Aug-06 12:16 
QuestionXML Pin
kirthikirthi8-Aug-06 10:04
kirthikirthi8-Aug-06 10:04 
AnswerRe: XML Pin
Mike Ellison8-Aug-06 10:22
Mike Ellison8-Aug-06 10:22 
GeneralRe: XML Pin
kirthikirthi8-Aug-06 10:36
kirthikirthi8-Aug-06 10:36 
GeneralRe: XML Pin
cloudking119668-Aug-06 23:07
cloudking119668-Aug-06 23:07 
GeneralRe: XML Pin
kirthikirthi9-Aug-06 7:52
kirthikirthi9-Aug-06 7:52 
Questionwriting multiple files to a single zip file Pin
jung19758-Aug-06 8:57
jung19758-Aug-06 8:57 
QuestionHow can I put a text value into Textarea, which is a part of asp-Table? Pin
HilSoft8-Aug-06 8:56
HilSoft8-Aug-06 8:56 
There is a part of a web-text:
<asp:Table ID="Table1" runat="server" Height="112px" Width="639px" Visible="False">
<asp:TableRow runat="server" HorizontalAlign="Center">
<asp:TableCell runat="server"><asp:Label ID="LabelRecordNumber01" runat="server" Text="&#1047;&#1072;&#1087;&#1080;&#1089;&#1100; &#8470;" Width="78px"></asp:Label>
<asp:TextBox ID="TextBoxRecordNumber01" runat="server" ReadOnly="True" Width="50px"></asp:TextBox>
</asp:TableCell>
<asp:TableCell runat="server">
<asp:Label ID="Label19" runat="server" Text="&#1086;&#1090; 2006/08/13" Width="177px"></asp:Label>
</asp:TableCell>
</asp:TableRow>
<asp:TableRow runat="server" HorizontalAlign="Center">
<asp:TableCell runat="server" BorderColor="Turquoise" BorderStyle="Solid" Width="180px">
<asp:Label ID="Label4" runat="server" Text="John Ponton" Width="172px" Font-Size="Large"></asp:Label><br />
<asp:Label ID="Label9" runat="server" Text="John@gmail.com" Width="172px"></asp:Label>
</asp:TableCell>
<asp:TableCell runat="server" Width="440px">
<textarea cols="1" rows="1" readonly="readonly" id="TextareaMessage01" style="width: 436px; height: 129px"></textarea><br />
<asp:Label ID="Label14" runat="server" Text="&#1054;&#1090;&#1074;&#1077;&#1090; &#1086;&#1090; 2006/08/12" Width="151px"></asp:Label><br />
<textarea cols="1" rows="1" readonly="readonly" id="TextareaAnswer01" style="width: 436px; height: 99px"></textarea>
</asp:TableCell>
</asp:TableRow>
</asp:Table>


I need in my program to assign text value to the TextareaMessage01. I'd like to do:

TextareaMessage01.Text= "Birds are flying";

but VS-2005 doesn't understand this way.

I guess, the answer is around like this:
Table1.Rows[0].Cells[0] ... ???

but what - I do not know. Help, please!


HilSoft
AnswerRe: How can I put a text value into Textarea, which is a part of asp-Table? Pin
bugnuker8-Aug-06 9:36
bugnuker8-Aug-06 9:36 
GeneralRe: How can I put a text value into Textarea, which is a part of asp-Table? Pin
HilSoft8-Aug-06 10:42
HilSoft8-Aug-06 10:42 
QuestionLoop through WebControls and my CMS.... Pin
Kasic Slobodan8-Aug-06 7:54
Kasic Slobodan8-Aug-06 7:54 
AnswerRe: Loop through WebControls and my CMS.... Pin
Ramasubramaniam8-Aug-06 10:52
Ramasubramaniam8-Aug-06 10:52 
GeneralRe: Loop through WebControls and my CMS.... Pin
Kasic Slobodan8-Aug-06 11:27
Kasic Slobodan8-Aug-06 11:27 
GeneralRe: Loop through WebControls and my CMS.... Pin
Kasic Slobodan8-Aug-06 12:53
Kasic Slobodan8-Aug-06 12:53 
QuestionNeed the Information how to link the EPDQ Barclay In ASP.net [modified] Pin
Syed Taqi8-Aug-06 7:38
Syed Taqi8-Aug-06 7:38 
QuestionDataCalendar - Looking for Mike Ellison Pin
bugnuker8-Aug-06 6:41
bugnuker8-Aug-06 6:41 
AnswerRe: DataCalendar - Looking for Mike Ellison Pin
Mike Ellison8-Aug-06 10:26
Mike Ellison8-Aug-06 10:26 
Questionhow i can add sqldataadapter in datagrid by using <b>toolbox(data)</b> Pin
omi988-Aug-06 6:10
omi988-Aug-06 6:10 
AnswerRe: sqldataadapter Pin
Not Active8-Aug-06 7:16
mentorNot Active8-Aug-06 7:16 
AnswerRe: sqldataadapter Pin
Ramasubramaniam8-Aug-06 10:49
Ramasubramaniam8-Aug-06 10:49 
GeneralRe: sqldataadapter Pin
omi989-Aug-06 5:42
omi989-Aug-06 5:42 
GeneralRe: sqldataadapter Pin
Ramasubramaniam9-Aug-06 7:31
Ramasubramaniam9-Aug-06 7:31 
GeneralRe: sqldataadapter Pin
omi9810-Aug-06 2:00
omi9810-Aug-06 2:00 
QuestionNeed Advice - Setting-up .NET for Classic ASP shop Pin
robert1108-Aug-06 6:09
robert1108-Aug-06 6:09 
AnswerRe: Need Advice - Setting-up .NET for Classic ASP shop Pin
Not Active8-Aug-06 6:42
mentorNot Active8-Aug-06 6:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.