Search:

Type: Posts; User: peteshir

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    709

    Changing the contents of an ASP Panel

    I have been working on this little problem for weeks and I am becoming highly frustrated.

    I have a panel on my page that I want to dynamically change.

    I use the following code (Just a snippet);...
  2. Auto setting a textbox height property to fit text.

    This is an FYI Only.

    I spent a lot of time trying to get a asp textbox, that has it's multiline property set to true, to automatically set it's height property
    It always seems to come up with a...
  3. Thread: WCF Issues

    by peteshir
    Replies
    7
    Views
    22,539

    Re: WCF Issues

    No because it points to the servive, service1.svc
  4. Thread: WCF Issues

    by peteshir
    Replies
    7
    Views
    22,539

    Re: WCF Issues

    Still cannot get it to work. I have the following checked in Web Configuration

    Current Page

    Apply server settings to all users

    Use Custom Web Server - Server URL...
  5. Thread: WCF Issues

    by peteshir
    Replies
    7
    Views
    22,539

    WCF Issues

    Silverlight is still giving me problems. I created a WCF Service and it runs well on my local machine. As soon as I put it on the web server to go public I get this error code:

    An exception...
  6. Replies
    2
    Views
    15,316

    Re: Silverlight Enabled WCF

    DUH... I guess I cann't se the forest for the trees.

    Thanks
  7. Replies
    2
    Views
    15,316

    [RESOLVED] Silverlight Enabled WCF

    When I create a new Silverlight enabled WCF, in my Silverlight4 website, I ony get the "Service1.svc" file.

    The file Service1.svc.vb is not created. According to all that I have read, this file...
  8. Using Setter to set background of datagrid header

    I am using SL 4. I have created a datagrid but I cannot set the Background Color in either the body of the grid or the header.

    Here is a snippet of my code;
    ...
  9. Replies
    0
    Views
    2,609

    WCF Error in Silverlight

    I am trying to use silverlight to create an application that uses a SQL Database on a remote server.

    It seems things work fine up to a point. Suddenly with the creation of 1 more public function...
  10. Replies
    0
    Views
    4,535

    Silverlight addin does not run.

    I have a silverlight 3 Application that ran fine. I was watching a deploy video from Microsoft and they said to disable the silverlight addin to test if it asked to install silverlight if a user does...
  11. Re: Using a Web Service in Silverlight 3 and VB.net 2008

    Try putting a control such as a TextBlock on your form. We can call it txt1 if you want.

    Have to add a new procedure, We can call it "t_Completed. This is what the procedure should look like:
    ...
  12. Replies
    2
    Views
    5,129

    Re: External link

    Thanks. Worked well.
  13. Replies
    2
    Views
    5,129

    [RESOLVED] External link

    I am creating a silverlight 3 app and I need to put a button on my page that when clicked will go to a link outside my app.

    Does anyone know how to do this.
  14. Replies
    4
    Views
    8,745

    Re: Silverlight Image

    This is how I got it to work.

    Image1.Source = New BitmapImage(New Uri("Photos/BrownBush.jpg", UriKind.RelativeOrAbsolute))

    I had trouble with the code you sent Matt. I really don't...
  15. Replies
    4
    Views
    8,745

    Re: Silverlight Image

    Thanks. But I am having trouble with bmp.sersource.

    BMP does not seem to have that method.
  16. Thread: XAML Image

    by peteshir
    Replies
    0
    Views
    434

    XAML Image

    I an using silverlight using Visual Studio 2008. I have an image on my screen but when I click a button I want to change the image.

    Does anyone know what the VB Code Behind would be to make this...
  17. Replies
    4
    Views
    8,745

    [RESOLVED] Silverlight Image

    I have an image in a silverlight project. When I click a button I want the image to change to another image.

    I saw that there is an imagesource property but I cannot simply put the Url of the new...
  18. Replies
    5
    Views
    8,821

    Re: Adding controls

    I found you have to type "Click" and then intellisense will come up and you select "Add New Event Handler". Then if you right clicl on "Click" it will allow you to go right to the handler.
  19. Replies
    5
    Views
    8,821

    Re: Adding controls

    You can't even double click on a control to add "code Behind" I have not figured out how to do that. Do you know?
  20. Replies
    1
    Views
    5,464

    Re: Silverlight Design Screen

    I found the answer.

    They've now hidden it by default. If you look carefully there's a splitter bar at the bottom and you can drag that up to see design view.

    It was there all the time but...
  21. Replies
    1
    Views
    5,464

    [RESOLVED] Silverlight Design Screen

    I am running Visual Studio 2008 on Vista Enterprise. I can create a solution in Expression Blend 3. I then open it in Visual Basic to give some functionality to the different controls, I cannot see...
Results 1 to 21 of 21



Click Here to Expand Forum to Full Width