Click here to Skip to main content
16,004,505 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: textbox control Pin
ByteBlocks11-Feb-09 4:19
ByteBlocks11-Feb-09 4:19 
QuestionSender Pin
ellllllllie11-Feb-09 1:35
ellllllllie11-Feb-09 1:35 
AnswerRe: Sender Pin
Paddy Boyd11-Feb-09 1:55
Paddy Boyd11-Feb-09 1:55 
AnswerRe: Sender Pin
Satish3211-Feb-09 2:01
Satish3211-Feb-09 2:01 
QuestionUse of web template. Pin
Laxminarayan Behera11-Feb-09 1:23
Laxminarayan Behera11-Feb-09 1:23 
AnswerRe: Use of web template. Pin
Ranjit Viswakumar11-Feb-09 17:04
Ranjit Viswakumar11-Feb-09 17:04 
Questionhow to disable back button after sign out Pin
anujbanka178411-Feb-09 0:20
anujbanka178411-Feb-09 0:20 
AnswerRe: how to disable back button after sign out Pin
Shyam Bharath11-Feb-09 0:33
Shyam Bharath11-Feb-09 0:33 
GeneralRe: how to disable back button after sign out Pin
anujbanka178411-Feb-09 1:23
anujbanka178411-Feb-09 1:23 
GeneralRe: how to disable back button after sign out Pin
J4amieC11-Feb-09 2:54
J4amieC11-Feb-09 2:54 
QuestionList view [modified] Pin
chinnumol11-Feb-09 0:09
chinnumol11-Feb-09 0:09 
AnswerRe: List view Pin
ByteBlocks11-Feb-09 5:09
ByteBlocks11-Feb-09 5:09 
QuestionLoad report failed Pin
Member 580612211-Feb-09 0:00
Member 580612211-Feb-09 0:00 
AnswerRe: Load report failed Pin
N a v a n e e t h11-Feb-09 0:20
N a v a n e e t h11-Feb-09 0:20 
GeneralRe: Load report failed Pin
ByteBlocks11-Feb-09 7:02
ByteBlocks11-Feb-09 7:02 
GeneralRe: Load report failed Pin
N a v a n e e t h11-Feb-09 14:41
N a v a n e e t h11-Feb-09 14:41 
AnswerRe: Load report failed Pin
Shyam Bharath11-Feb-09 0:34
Shyam Bharath11-Feb-09 0:34 
QuestionCrossword Puzzle maker [modified] Pin
Tiger45610-Feb-09 23:48
Tiger45610-Feb-09 23:48 
AnswerRe: Crossword Puzzle maker Pin
Ranjit Viswakumar11-Feb-09 17:15
Ranjit Viswakumar11-Feb-09 17:15 
GeneralRe: Crossword Puzzle maker Pin
Tiger45611-Feb-09 17:40
Tiger45611-Feb-09 17:40 
Questionconvert .avi to .flv Pin
nithydurai10-Feb-09 23:47
nithydurai10-Feb-09 23:47 
QuestionWebBrowser Control in ASP.NET Pin
trinm198710-Feb-09 23:18
trinm198710-Feb-09 23:18 
AnswerRe: WebBrowser Control in ASP.NET Pin
Shyam Bharath11-Feb-09 0:29
Shyam Bharath11-Feb-09 0:29 
GeneralRe: WebBrowser Control in ASP.NET Pin
trinm198711-Feb-09 0:38
trinm198711-Feb-09 0:38 
I embedded a Web site to iframe.I want from the Web's impact on my web page in IFRAME.
Code HTML:
<body>
    <form id="form1" runat="server">
<iframe id="translate" runat="server">Google dịch anh việt</iframe>
<br />
<asp:textbox id="TextBox1" runat="server" height="76px" width="754px" xmlns:asp="#unknown"></asp:textbox>
 <br />     
    <asp:button id="Button1" runat="server" text="Button" onclick="Show" xmlns:asp="#unknown" />
    <br />
</form>
</body>

Code C#
protected void Page_Load(object sender, EventArgs e)
        {
            translate.Attributes["src"] = "http://translate.google.com.vn";
            
            
        }

I want to change the value in the Web site: http://translate.google.com.vn is embedded IFRAME in my Web
QuestionHow to start test as a novice? Pin
yolanda040910-Feb-09 23:06
yolanda040910-Feb-09 23:06 

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.