What type of control is being used?

Could someone tell me what type of control or layout is being
used on
www.msn.com to show the different boxes for different types
of news.
Clicking + or - adds or removes a line item to the box. Where
would I find
this type of control?
Thanks
Eric

Thanks for the info. I will take a look at the MS
offerings...
"jhutchdublin" <[email protected]> wrote in
message
news:fbpqgt$g43$[email protected]..
> I've done this for an intranet using Web Parts, which
ASP.NET technology.
>
> Unfortunately, Dreamweaver is crap at this, even CS3 I
think still uses
> 1.1.
> Current stable ASP.NET version is 2.0, 3.0 is out and
even 3.5 is in now
> in beta
>
> You'll need one of the following programs to do this:
Visual Studio, can
> be
> expensive, Web Expression, MS answer to Dreamweaver and
successor to that
> awful
> piece of crap FrontPage, or Visual Web Developer, a free
pared down
> version of
> Visual Studio -- go Microsoft and download it for free.
>
> Web Expression is quite good for designing front-ends
for ASP.NET 2.0
> based
> sites - at least better than Dreamweaver for this
technology
>
> There are plenty of books and tutorials on using
webparts and web manager
> etc.
>
> While I love Dreamweaver when doing ColdFusion and
static sites, it's no
> good
> for ASP.NET 2.0
>
>
>

Similar Messages

  • What type of partition should I use? Range or Hash or ..?

    Hi,
    I am on Oracle 8.1.7.4 .
    I have a table with 10 million rows and looks like its a good candidate for partitioning.
    There is a varchar2 column and the data is evenly distributed on the string value. If I want to partition the table on that string value what type of partitioning can I use. How can I give the range, if I use range partition, on the string value ?
    Can/Should I use hash partitioning?
    I know that there is a list partitioning in O9i, but I am on 8i.
    Please help.
    Regards

    <quote>
    I have a table with 10 million rows and looks like its a good candidate for partitioning.
    </quote>
    Table volume, in itself, is not enough to warrant partitioning … hope you have some other reasons.
    <quote>
    … but would like to partition the table on the mentioned varchar2 column, so that queries would be efficiant.
    </quote>
    Since you don’t mention the actual query or class of queries, maybe it is worth mentioning that partitioning could speed up some queries but also can slow down a lot more other queries.
    <quote>
    So, how can i re-create the table partitioned on a varchar2 column
    </quote>
    No different than numbers or dates?
    create table tp
    ( str   varchar2(10)  not null
    ,fill  char(20)      not null
    partition by range(str)
    ( partition p1 values less than ('F')
    ,partition p2 values less than ('L')
    ,partition p3 values less than ('R')
    ,partition p4 values less than (maxvalue)
    insert into tp
    select substr(object_name,1,10), lpad('x',20,'x')
    from user_objects
    flip@FLOP> select * from tp partition (p2);
    STR        FILL
    F1         xxxxxxxxxxxxxxxxxxxx
    GENERATE_R xxxxxxxxxxxxxxxxxxxx
    IPSDEV.US. xxxxxxxxxxxxxxxxxxxxThe link to Tom’s article is fine … it just happens to be one of the few threads he’s not mentioning that partitioning is not the magic fast=true mechanism … look for some other articles on partitioning and you’ll quickly discover his views on this subject.
    There may be a case for partitioning … but you haven’t presented any reasonable justification for it … so, why bother?

  • How can I find out what type of data is being sent over one of the phones on my plan?

    I have a few phones under a shared family plan.
    I wanted to know what type of data is being sent over them, wether this is VOIP, Streaming Audio or Video.

    I think the only way you can find out is if you look at the device itself.

  • What type of Data target is used when the safety interval is used?

    Hi ,
    what type of Data target is used when the safety interval is used in generic delta in datasource?DSO or cube  or cube?
    Pls explain me ?
    Thanks,
    Nimai

    It's up to your reporting requirement to go for dso or cube..
    I prefer to having staging with DSO and then further reporting on Cube ..
    It's always easier to manage when you have any changes to the cube .. you need not to extract data from R/3 .. if you have dso you can extract directly to cube
    Another thing is -for any reason some of your records got corrupted so you can have full loads to dso which has the overwrite functionality...  and sends delta records to cube. even in cube you can do selective deletion but we have to very careful to avoid double records in next loads
    Edited by: Srinivas on Jul 29, 2010 8:23 PM

  • What type of pen do you use to take notes on a notetaking app like enotebook

    What type of pen do you use on your ipad for a handwriting app like enotebook?

    You want what's called a stylus. There are a huge variety of styli available; just make sure that the one you get works with iPad (pretty much all of them will say they work with iPad on the packaging). I personally just grabbed the cheapest one at Staples, but you can see a bunch of styli here: http://www.theverge.com/2012/4/10/2925937/best-stylus-ipad-review

  • What type of connection should i use?

    Not sure if i should i post this here or web tier api's, but here goes...
    I have a servlet in a tomcat webserver and i want it pass information between it and a standard j2se application running on the same machine.
    I'm not sure what type of connection i should use?
    DataStream?
    Socket?
    HttpConnection?
    Any other recommended method?
    Or if i need a network connection like that at all?
    Thanks for the help

    The most straightforward method would be to use rmi since both are running java. that is the least amount of work on your part in terms of managing connections and data marshalling. any of the other solutions add more burdens in one or both of these areas.

  • What type of file can be used with file generator in Motion 4?

    Regarding using the File Generator in Motion 4, what type of file can be used? After clicking the browse button in the inspector tab,
    all files appear greyed out and are not selectable.
    Thanks!
    Richard

    Cool. Thanks GFXZen. I was stumped by TextEdit saving files in rich text format. Here is an article on how to save in plain text from TextEdit:
    http://support.apple.com/kb/TA20406

  • What type of repeater should I use with my new Airport Extreme?

    what type of repeater should I use with my new Airport Extreme? Thanks.

    If you want to repeat both bands of your dual band AirPort Extreme, another AirPort Extreme would meet these requirements.
    If you only need to extend one of the bands that the AriPort Extreme provides, then an Airport Express would do that nicely.

  • I have a new Mac with usb 3.0 ports. What type of cable do I use for an old usb 1 printer

    I have a new IMac with usb 3 ports. What type of cable do I use for conncting on older usb 1 device?

    AFAIK, use the USB 3.0 port to the printer. It should be backward compatible. If not, return the useless computer or get a new printer.

  • What control is being used here?

    I'd like to create an interface similar to the Windows Maps app where a sidebar displays when the user puts focus on a search box. I can't seem to figure out what control they're using. At first I though it was a Flyout, but it is not dismissed when the
    user clicks off of it. Can anyone tell me what control it is?

    Hi joshberry,
    Could be a Popup with
    IsLightDismissEnabled property disabled.
    --James
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • What type of programming should I use?

    I've tried other forums without getting any response at all, so I really hope that an experienced Mac programmer can point me in the right direction this time.
    I'm looking to automate tasks while I'm working on my laptop. I "simply" want a script to read pixels or look for a pixel in an area to check if it is a correct color. I've so far only seen workarounds where people use AppleScript to then use DigitalColor Meter to then hover over a pixel using the mouse. This method won't allow me to work at the same time. So what I'm asking is:
    Q1: Is it possible to get a pixel color from the screen, no matter what software that's opened/being active, without moving the mouse?
    Q2: If the anwer to Q1 is "yes", what programming language / software do I have to learn (AppleScript Studio/Objective-C/Cocoa/Xcode/etc)?
    Q3: Can I use the chosen language/software to send control clicks to most software not made by Apple (for example choose "OK" in standard info popups that only has "OK" and "Cancel" options)?
    I would be extremely thankful for any advice regarding this. I'm a programmer myself, but I've never entered the programming world of Mac.
    I've been using AutoIt for Windows, which is extremely easy to get to perform tasks like I mentioned above and is the only reason I still stick around with Windows. Please help me leave Windows for good .

    Hello Lakestone,
    You'd need to write code in C family.
    Just some pointers.
    • To capture partial screen under OSX 10.6 or later, you may use this C API [1] -
    CGDisplayCreateImageForRect
    • To post mouse event under OSX 10.4 or later, you may use these C APIs [2] -
    CGEventCreateMouseEvent
    CGEventPost
    cf
    [1] Quartz Display Services Reference
    http://developer.apple.com/library/mac/documentation/GraphicsImaging/Reference/Q uartz_Services_Ref/
    [2] Quartz Event Services Reference
    http://developer.apple.com/library/mac/documentation/Carbon/Reference/QuartzEven tServicesRef/
    Good luck,
    H

  • Has apple made public what type of LED technology is used w/ the 09 17 MBP?

    Is this info public yet? I have called support and sales several time and they are completely unaware.
    I am hoping it's not inferior, old technology. Dell has just release an RGB display which is beautiful. With the premium price we pay, we would hope no corners have been cut.

    The Dell Displays are also LED back-lit displays (read the specs closely) and the technology is the same as Apple's (it even appears to be made by the same fabricator). Dell has indicated that by next year they will move completely to LED back-lit units ([press release here|http://www.dell.com/content/topics/global.aspx/corp/pressoffice/en/2008/20 0809_24_rr000?c=us&l=en&s=corp]).
    Conventional LED technology doesn't permit packaging as small a display pixel (or sub-pixel) so a "true LED" display using conventional LED technology doesn't exist. Instead, so-called organic LED displays are being developed. You don't see these on laptops quite yet as the price is still high ($2000 for an 11" display), but in the next 2-3 years you should start seeing these types of displays coming down in price to the point where they may be practical to replace LCD displays. The OLED displays are more power-efficient, have higher contrast (million-to-1), thinner, scale better (the cost is linear with respect to the diagonal measure, as opposed to exponential with conventional LCD) and they can be made both flexible and transparent. [Here's an example|http://www.reghardware.co.uk/2009/01/09/cesvideo_samsung_see_thruoled>
    I think the OP was asking what sort of LCD panel was being used. Higher-end Macs use H-IPS or S-IPS panels, and the lower-end ones use MVA or PVA panels (except for the MacBooks, which use TN panels). Dell uses mostly TN panels, but also sells S-IPS panels and MVA ones. Almost all Dell notebooks use TN panels, but some use PVA panels. The Dell 2209WA WFP is an example of one of their S-IPS units, and it's a good deal.

  • What type of DVD should I use for Windows Backup?

    I am wanting to do my Windows Backup and I was wondering what type of DVD media I should use. Is it better to use a RW or only R type DVD.
    I have an HP Omni 220-1180qd, A5W89AV#ABA, running Win7 64 bit.
    I thought I read it can use CD's, DVD's but I want to know which would be the better choice.
    Thanks for any help and all help is appreciated.
    This question was solved.
    View Solution.

    Honestly, an external hard drive would be a better choice. The difference between +R and +R/W is that +R is "Recordable" and +R/W is "Re-Writable". If you intend on making periodic backups, go with an extrernal hard drive... If you intend on making very few backups, consider the DVD+R discs.
    Frank
    {------------ Please click the "White Kudos" Thumbs Up to say THANKS for helping.
    Please click the "Accept As Solution" on my post, if my assistance has solved your issue. ------------V
    This is a user supported forum. I am a volunteer and I don't work for HP.
    HP 15t-j100 (on loan from HP)
    HP 13 Split x2 (on loan from HP)
    HP Slate8 Pro (on loan from HP)
    HP a1632x - Windows 7, 4GB RAM, AMD Radeon HD 6450
    HP p6130y - Windows 7, 8GB RAM, AMD Radeon HD 6450
    HP p6320y - Windows 7, 8GB RAM, NVIDIA GT 240
    HP p7-1026 - Windows 7, 6GB RAM, AMD Radeon HD 6450
    HP p6787c - Windows 7, 8GB RAM, NVIDIA GT 240

  • What type of restore should I use?

    My computer is properly backed up using Time Machine. I created a partition using Bootcamp so I could install Windows (I haven't actually installed Windows yet). However, after testing Parallels, which is an amazing program!, I want to get rid of the partition and use Parallels instead.
    My understanding is that I have to wipe my hard drive to erase the partition. Assuming this is true, what version of restore should I use? I want the computer to be exactly as it is in the backup, except for the partition.

    Ian Chamandy1 wrote:
    When I go into the Partition tab, the diagram and text shows my HD as having 148.73 gigs of space (it appears in blue on top in the diagram) and "available space" being 49.5 gigs (it appears in white on the bottom).
    Once you deleted the Boot Camp partition, you now have only a single partition. The light-blue shading represents the data in the partition; the white are represents the rest ("available space").
    Is this how it should be? I clicked on both the blue area and the white area but that doesn't select them. There is no line between them for me to drag. Also, the "-" and "Options" buttons are grayed out.
    If there's only one partition on the disk, the whole diagram, containing both the blue shading and white area, covering the entire disk, should be outlined in medium blue. The "-" sign is grayed-out because there's only the one partition. If there were 2 or more, you could use it to delete one.
    If you wanted to make a second partition, you would click the plus sign. DU would then change the diagram, splitting the existing partition. Then you'd see a line between the two, which you could drag up or down, etc. The Options button is used when setting-up a new or erased drive "from scratch," to specify the *Partition Map Scheme* for the entire drive.
    Browse Disk Utility's help for a general idea of what it can do. (It's one of the few apps that has fairly comprehensive explanations and instructions.)
    I should mention that I installed Parallels so I could run Windows and Mac OS simultaneously (it is quite amazing!). Could it be that Parallels creates an unlabeled partition?
    I don't do Windoze, but it's my understanding that Parallels makes one huge OSX file that contains the entire Windows system, rather than the way Boot Camp uses a separate partition. I also understand that this huge file is automatically excluded from Time Machine, so it doesn't back the whole thing up every time anything is changed. You can check this via TM Preferences > Options.

  • Whats types of inputs can be used with DAQ 6527? (PNP or NPN)

    I need to know what types of input device (PNP or NPN) can be used with a DAQ 6527.

    Greetings,
    The digital inputs of the 6527 require TTL signals. As long as your device, whether it be a pnp or npn transistor, outputs a TTL signal, it will be compatible.
    Regards,
    Justin Britten
    Applications Engineer
    National Instruments

Maybe you are looking for

  • Refresh Data in an Excel Workbook from another Excel file

    I have an Excel file that I need to use as a data source for a report that is generated from another Excel Workbook that I am using PowerPivot and PowerPivot with. I make the connections and everything works fine, but the schedule to refresh doesn't

  • How can I import movies NOT into my home folder?

    Recently got a brand new iMac with SSD and classic hard drive. The OS and the User folder resides on the SSD but the SSD is limited in size. Of course, when importing movies from camera archives or directly from a camera I don't want them to go to th

  • Layers palette disappears when I click on my project

    I looked but can't find a help reference that addresses this problem. The layers palette disappears everytime I click on my project. I want it to stay visible, without having to click F7, or go to Windows...Layers every time! How do I tell it to stay

  • Order of characters in a string

    Hello, I need help with a project I am currently working on. What I want to happen is if the user gets a string of say "abc", I want it to give me all the possible orders of those three letters. abc, acb, bac, bca, cab, cba Of course in this project

  • Error with finding skel class in Stateful Session Bean.

    Using Iplanet 6 SP2, clustered env. Application settings: Sticky false Distributed Timer of EJB (stateful) set to 900. (all set in DD) Message when running app: Missing identifier: EBHome_createEBObject in resource: eb [26/Nov/2001 17:04:30:3] error: