User Profile

Collapse

Profile Sidebar

Collapse
altaafhussein
altaafhussein
Last Activity: Sep 16 '09, 10:38 AM
Joined: Jul 30 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • nobody can help. I though this should be quite simple but it is annoying me now.
    See more | Go to post

    Leave a comment:


  • altaafhussein
    started a topic Datagrid

    Datagrid

    Hi, I have a datagrid pulling data from a database and displaying it. I need to be able to highlight a row when a row is selected. I have looked over the internet and found using a checkbox is best. However the users don't want this as it is not intuative enough. They want to click anywhere in the row, and highlight it like you would in a windows based system.

    I have added the following code in the item created event

    ...
    See more | Go to post

  • How to hightlight a selected row in a datagrid

    Hi, i have checked all over the internet, but they just hightlight rows using the datagrid attributes. How do you hightlight a selected row in a datagrid. I tried the onclick attribute but that does not work as it keeps the row selected when another row is selected.

    Thanks for any help
    altaafhussein
    See more | Go to post

  • How to set the Description of a property in a custom server control

    Hi, I have created a custom Server Control and I want to add a description to the properties and events that the control holds. I have looked over the Internet and came up with the following...

    Code:
    <Description("G ets/Set somthing for the property")>_
    public property Somthing() as Boolean
    Get
    end get
    Set
    end set
    End property

    Unfortunately this...
    See more | Go to post

  • How to determine if Javascript is turned off.

    Hi, I know this is a question asked very often. I am also aware that you can use the noscrip tag in html to display a message or even a different control if scripting is turned off. However I am writing a server control in VB.NET and I need to know code how to determine if javascript is turned off.

    My problem is I have a dropdown list with autopost back on. If javascript is turned off then i want to display a button near the dropdown...
    See more | Go to post

  • Problem solved

    Hi thanks for your replies i tried adding runat="server" but the src attribute cannot be accessed by the code behind page. Instaed i cheated. I created a literal control and built but the html embed tag.

    Thanks for your replies in trying to help me get this sorted
    altaafhussein
    See more | Go to post

    Leave a comment:


  • How to display .mov files in VB.NET

    Hi, the question explains my problem. How do you display a .mov video/audio file in a .net application using vb.net.

    I have figured out how to display the video in asp.net with the following code

    Code:
    Code:
    <object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
                codebase="http://www.apple.com/qtactivex/qtplugin.cab" 
                style="height: 372px; width:
    ...
    See more | Go to post
    Last edited by Frinavale; Aug 14 '09, 07:37 PM. Reason: Please post code in [code] ... [/code] tags. Added code tags.

  • altaafhussein
    replied to Reading XML via a URL in VB.NET
    in .NET
    Problem Solved

    I am not sur what was wrong with this but instead i choose to use the IP address instead. This works a treat.



    Thanks

    taf.
    See more | Go to post

    Leave a comment:


  • altaafhussein
    started a topic Reading XML via a URL in VB.NET
    in .NET

    Reading XML via a URL in VB.NET

    Hello, I am a bit stuck I have a URL which produces an XML document in the browser. I need to some how get the document into an XML object. I have looked into the XML document object and now the XML text reader problem is every time it tries to read i get the following error message...

    The underlying connection was closed: The connection was closed unexpectedly.

    If i do a response.redire ct it brings up the document all right....
    See more | Go to post
    Last edited by Frinavale; Jul 30 '09, 01:25 PM. Reason: Please post code in [code] ... [/code] tags. Added code tags.
No activity results to display
Show More
Working...