Click here to Skip to main content
15,913,709 members
Home / Discussions / Web Development
   

Web Development

 
QuestionDefault image Pin
cj43319-Aug-06 4:24
cj43319-Aug-06 4:24 
QuestionNearest Distributor Based on Zip Code Pin
packerfan19049-Aug-06 3:29
packerfan19049-Aug-06 3:29 
AnswerRe: Nearest Distributor Based on Zip Code Pin
Paddy Boyd9-Aug-06 3:42
Paddy Boyd9-Aug-06 3:42 
Questionhow to develop a amazon like popup effect by javascript? Urgent! Pin
Tridip Bhattacharjee9-Aug-06 2:14
professionalTridip Bhattacharjee9-Aug-06 2:14 
AnswerRe: how to develop a amazon like popup effect by javascript? Urgent! Pin
RichardGrimmer17-Aug-06 5:59
RichardGrimmer17-Aug-06 5:59 
GeneralRe: how to develop a amazon like popup effect by javascript? Urgent! Pin
Tridip Bhattacharjee17-Aug-06 18:31
professionalTridip Bhattacharjee17-Aug-06 18:31 
QuestionEnabling Javascript functions when called from a flash object Pin
Bhargavi9-Aug-06 0:07
Bhargavi9-Aug-06 0:07 
QuestionHow can I put a text value into Textarea, which is a part of asp-Table? [modified] Pin
HilSoft8-Aug-06 7:50
HilSoft8-Aug-06 7:50 
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!




-- modified at 13:51 Tuesday 8th August, 2006

HilSoft
AnswerRe: How can I put a text value into Textarea, which is a part of asp-Table? Pin
led mike8-Aug-06 11:18
led mike8-Aug-06 11:18 
AnswerRe: How can I put a text value into Textarea, which is a part of asp-Table? Pin
Guffa8-Aug-06 23:14
Guffa8-Aug-06 23:14 
QuestiongetXYclicked() on an image, on a webpage Pin
Ricardo Ramalho8-Aug-06 0:46
Ricardo Ramalho8-Aug-06 0:46 
AnswerRe: getXYclicked() on an image, on a webpage Pin
RichardGrimmer17-Aug-06 6:00
RichardGrimmer17-Aug-06 6:00 
AnswerRe: getXYclicked() on an image, on a webpage Pin
Rameez Mohammed17-Aug-06 20:56
Rameez Mohammed17-Aug-06 20:56 
QuestionDisplaying Barcode at client side Pin
meetbinu20037-Aug-06 21:58
meetbinu20037-Aug-06 21:58 
AnswerRe: Displaying Barcode at client side Pin
led mike8-Aug-06 11:16
led mike8-Aug-06 11:16 
QuestionCookies not saving Pin
Gregorb4u7-Aug-06 14:59
Gregorb4u7-Aug-06 14:59 
AnswerRe: Cookies not saving Pin
Guffa8-Aug-06 12:33
Guffa8-Aug-06 12:33 
QuestionEditing Prompt Window of Javascript Pin
Mazdak7-Aug-06 8:40
Mazdak7-Aug-06 8:40 
AnswerRe: Editing Prompt Window of Javascript Pin
Guffa7-Aug-06 9:56
Guffa7-Aug-06 9:56 
Question[Message Deleted] Pin
DJGuo7-Aug-06 4:37
DJGuo7-Aug-06 4:37 
AnswerRe: Hown to write cookies in VB.NET? Pin
Guffa7-Aug-06 5:23
Guffa7-Aug-06 5:23 
AnswerRe: Hown to write cookies in VB.NET? Pin
Guffa7-Aug-06 12:38
Guffa7-Aug-06 12:38 
AnswerRe: Hown to write cookies in VB.NET? Pin
Guffa7-Aug-06 18:59
Guffa7-Aug-06 18:59 
GeneralRe: Hown to write cookies in VB.NET? Pin
Guffa8-Aug-06 8:00
Guffa8-Aug-06 8:00 
AnswerRe: Hown to write cookies in VB.NET? Pin
Mike Ellison7-Aug-06 6:38
Mike Ellison7-Aug-06 6:38 

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.