Ask a Question related to ASP.NET Building Controls, Design and Development.

  1. #1

    Default Frames in ASP.Net

    Hi,

    Is there a way to load the src for Frames dynamically? or it is static
    I have got a frame which has got top, contents and main...
    i want to load different options in contents and top frames in different
    contexts....

    Thanks
    Nedu


    Nedu N Guest

  2. Similar Questions and Discussions

    1. Frames Help
      I have a site with a side frame that is acting a little bit wierd, and i cant figure out why. The side frame basically calls other things, using...
    2. php like frames?
      Someone told me that you can use php to make a webpage that works like having frames. (Boy that's a cryptic statement) Let me try to explain....
    3. Why frames?
      One reason not to use Quark is that they use frames for anything.... Does anybody know why InDesign needs to use frames instead of just placing...
    4. frames and php
      I have a html page divided into three frames (and I'm a total newbie to php) if i need to say click on an image in the first frame which I...
    5. new frames
      every time i create a frame 2 or wut ever it is the same as frame 1. i dont know how to make that frame its own frame
  3. #2

    Default Re: Frames in ASP.Net

    Using frames in .NET is generally a bad idea.
    Usually you're better off partitioning logical sections of your page into
    web user controls.
    Here's more info:
    [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vbconintroductiontowebusercontrols.asp[/url]
    [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vboriwebusercontrols.asp[/url]
    [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vbconWebUserControlsVsCustomWebControls.asp[/url]

    --
    I hope this helps,
    Steve C. Orr, MCSD, MVP
    [url]http://Steve.Orr.net[/url]
    Hire top-notch developers at [url]http://www.able-consulting.com[/url]



    "Nedu N" <nedu_n@hotmail.com> wrote in message
    news:%23qGVYsFvDHA.684@TK2MSFTNGP09.phx.gbl...
    > Hi,
    >
    > Is there a way to load the src for Frames dynamically? or it is static
    > I have got a frame which has got top, contents and main...
    > i want to load different options in contents and top frames in different
    > contexts....
    >
    > Thanks
    > Nedu
    >
    >

    Steve C. Orr [MVP, MCSD] Guest

  4. #3

    Default Re: Frames in ASP.Net

    see my sample [url]http://www.lostinet.com/en/lwsamplecs/?framesrc=SmartIFrame/[/url]

    "Nedu N" <nedu_n@hotmail.com>
    news:%23qGVYsFvDHA.684@TK2MSFTNGP09.phx.gbl...
    > Hi,
    >
    > Is there a way to load the src for Frames dynamically? or it is static
    > I have got a frame which has got top, contents and main...
    > i want to load different options in contents and top frames in different
    > contexts....
    >
    > Thanks
    > Nedu
    >
    >

    Lostinet.Web Support Guest

  5. #4

    Default RE: Frames in ASP.Net

    Hi Nedu,

    You may take a look at following article to see if it is helpful:

    HOWTO: Refresh a Specific Frame from Script
    [url]http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q194227[/url]

    Luke
    Microsoft Online Support

    Get Secure! [url]www.microsoft.com/security[/url]
    (This posting is provided "AS IS", with no warranties, and confers no
    rights.)

    MSFT Guest

  6. #5

    Default Re: Frames in ASP.Net

    testing...

    "Lostinet.Web Support" <lostinetweb@hotmail.com> дÈëÓʼþ
    news:%23Pp$nHSvDHA.1788@tk2msftngp13.phx.gbl...
    > see my sample [url]http://www.lostinet.com/en/lwsamplecs/?framesrc=SmartIFrame/[/url]
    >
    > "Nedu N" <nedu_n@hotmail.com>
    > news:%23qGVYsFvDHA.684@TK2MSFTNGP09.phx.gbl...
    > > Hi,
    > >
    > > Is there a way to load the src for Frames dynamically? or it is static
    > > I have got a frame which has got top, contents and main...
    > > i want to load different options in contents and top frames in different
    > > contexts....
    > >
    > > Thanks
    > > Nedu
    > >
    > >
    >
    >

    lostinet Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139