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

ASP.NET

 
AnswerRe: textbox event problem Pin
joemonvarghese80@yahoo.co.in12-Jun-08 0:41
joemonvarghese80@yahoo.co.in12-Jun-08 0:41 
GeneralRe: textbox event problem Pin
Kissy1612-Jun-08 0:55
Kissy1612-Jun-08 0:55 
QuestionFrame Pin
~V~11-Jun-08 23:59
~V~11-Jun-08 23:59 
AnswerRe: Frame Pin
Parwej Ahamad12-Jun-08 0:08
professionalParwej Ahamad12-Jun-08 0:08 
GeneralRe: Frame Pin
~V~12-Jun-08 0:16
~V~12-Jun-08 0:16 
GeneralRe: Frame Pin
Parwej Ahamad12-Jun-08 0:28
professionalParwej Ahamad12-Jun-08 0:28 
AnswerRe: Frame Pin
eyeseetee12-Jun-08 0:12
eyeseetee12-Jun-08 0:12 
AnswerRe: Frame Pin
~V~12-Jun-08 0:47
~V~12-Jun-08 0:47 
Thanks to both of u

i wrote right in my project but by mistake wrong in above post

<br />
this is frame<br />
<frame name="right_frame" src="rightframe.aspx" runtat="Server"/><br />
<br />
<br />
in code behind<br />
<br />
 Dim frame1 As HtmlControl = CType(Me.FindControl("right_frame"), HtmlControl)<br />
<br />
        Dim src As String<br />
        src = "abc.aspx"<br />
<br />
        With frame1<br />
            .Attributes("src") = src<br />
            .Attributes("width") = "100%"<br />
            .Attributes("height") = "328px"<br />
        End With<br />


i don't know where i m wrong???

Unless u don't give ur hundred percent whatever u r doning till there is no result of ur work...

GeneralRe: Frame Pin
Parwej Ahamad12-Jun-08 0:55
professionalParwej Ahamad12-Jun-08 0:55 
Questionhow to add Service Reference in ASP.NET Pin
samrat.net11-Jun-08 23:03
samrat.net11-Jun-08 23:03 
AnswerRe: how to add Service Reference in ASP.NET Pin
eyeseetee11-Jun-08 23:32
eyeseetee11-Jun-08 23:32 
AnswerRe: how to add Service Reference in ASP.NET Pin
Parwej Ahamad11-Jun-08 23:33
professionalParwej Ahamad11-Jun-08 23:33 
GeneralRe: how to add Service Reference in ASP.NET Pin
samrat.net11-Jun-08 23:40
samrat.net11-Jun-08 23:40 
GeneralRe: how to add Service Reference in ASP.NET Pin
Parwej Ahamad11-Jun-08 23:54
professionalParwej Ahamad11-Jun-08 23:54 
QuestionShow an X in a checkbox..... Pin
eyeseetee11-Jun-08 23:02
eyeseetee11-Jun-08 23:02 
AnswerRe: Show an X in a checkbox..... Pin
Imran Khan Pathan11-Jun-08 23:12
Imran Khan Pathan11-Jun-08 23:12 
GeneralRe: Show an X in a checkbox..... Pin
eyeseetee11-Jun-08 23:30
eyeseetee11-Jun-08 23:30 
QuestionAsynchronous paging Pin
joeyjaws11-Jun-08 22:32
joeyjaws11-Jun-08 22:32 
AnswerRe: Asynchronous paging Pin
eyeseetee11-Jun-08 22:39
eyeseetee11-Jun-08 22:39 
GeneralRe: Asynchronous paging Pin
joeyjaws11-Jun-08 22:55
joeyjaws11-Jun-08 22:55 
GeneralRe: Asynchronous paging Pin
eyeseetee11-Jun-08 23:02
eyeseetee11-Jun-08 23:02 
GeneralRe: Asynchronous paging Pin
joeyjaws11-Jun-08 23:18
joeyjaws11-Jun-08 23:18 
Questionddl text Pin
trilokharry11-Jun-08 22:10
trilokharry11-Jun-08 22:10 
AnswerRe: ddl text Pin
Venkatesh Mookkan11-Jun-08 22:33
Venkatesh Mookkan11-Jun-08 22:33 
GeneralRe: ddl text Pin
trilokharry11-Jun-08 22:41
trilokharry11-Jun-08 22:41 

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.