Click here to Skip to main content
15,889,867 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
RantRe: How to start test as a novice? Pin
Ashfield11-Feb-09 1:27
Ashfield11-Feb-09 1:27 
QuestionHow to get the duration of video file in asp.net Pin
LakshmiShetty10-Feb-09 22:09
LakshmiShetty10-Feb-09 22:09 
AnswerRe: How to get the duration of video file in asp.net Pin
Ranjit Viswakumar11-Feb-09 17:21
Ranjit Viswakumar11-Feb-09 17:21 
QuestionDataGrid OnDeleteCommand tigger Twice ! Pin
HatakeKaKaShi10-Feb-09 21:47
HatakeKaKaShi10-Feb-09 21:47 
QuestionHow to Destory Specific session??? Pin
mr_muskurahat10-Feb-09 21:20
mr_muskurahat10-Feb-09 21:20 
AnswerRe: How to Destory Specific session??? Pin
Abhijit Jana10-Feb-09 21:38
professionalAbhijit Jana10-Feb-09 21:38 
QuestionHow to import a value which starts from 0 to a XL sheet Pin
raghvendrapanda10-Feb-09 21:18
raghvendrapanda10-Feb-09 21:18 
Question[Message Deleted] Pin
anujbanka178410-Feb-09 21:05
anujbanka178410-Feb-09 21:05 
AnswerRe: login..... Pin
N a v a n e e t h10-Feb-09 22:21
N a v a n e e t h10-Feb-09 22:21 
General[Message Deleted] Pin
anujbanka178410-Feb-09 22:29
anujbanka178410-Feb-09 22:29 
GeneralRe: login..... Pin
J4amieC10-Feb-09 22:41
J4amieC10-Feb-09 22:41 
GeneralRe: login..... Pin
anujbanka178410-Feb-09 23:13
anujbanka178410-Feb-09 23:13 
GeneralRe: login..... Pin
Shyam Bharath11-Feb-09 0:05
Shyam Bharath11-Feb-09 0:05 
QuestionError In Opening Files From DataGrid. Pin
aashish.saalvi10-Feb-09 21:00
aashish.saalvi10-Feb-09 21:00 
QuestionGenerate Spam keywords Pin
Guvera10-Feb-09 20:00
Guvera10-Feb-09 20:00 
AnswerRe: Generate Spam keywords Pin
Abhijit Jana10-Feb-09 20:12
professionalAbhijit Jana10-Feb-09 20:12 

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.