User Profile

Collapse

Profile Sidebar

Collapse
AlmalynC88
AlmalynC88
Last Activity: Mar 5 '13, 08:31 AM
Joined: Mar 2 '13
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • AlmalynC88
    replied to Shift key always opens a new window
    Try to open that link.. thanks
    http://www.mozilla.org/support/firefox/keyboard.html...
    See more | Go to post

    Leave a comment:


  • AlmalynC88
    replied to How to detect HTML Tags in DataColumn
    in .NET
    In may page, i am assigning DataTable to a GridView as follows:

    Code:
    GridView1.DataSource = GetDataTable();
    GridView1.DataBind();
    Now,the definition of GetDataTable is as follows:

    Code:
    DataTable abcd = new DataTable();
    DataRow dr;  
    abcd.Columns.Add(new DataColumn("Column1"));
    abcd.Columns.Add(new DataCoumn("Column2"));  
    dr=abcd.NewRow();  
    dr["Column1"]="My
    ...
    See more | Go to post
    Last edited by acoder; Mar 2 '13, 03:55 PM. Reason: Please use [code] tags when posting code

    Leave a comment:


  • AlmalynC88
    replied to Looking for Mac OS X to install on PC
    Having compatible hardware in a Hackintosh (a PC running Mac OS X) makes the difference between success and failure. If you're interested in installing Mac OS X on your PC, it's important to know what hardware is compatible and what isn't. Hackintosh compatibility varies, depending on whether your computer was self-built or prebuilt, and whether it's a desktop PC or a laptop. (If you don't know what hardware your current computer has, use a program...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...