Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
A

ALAQUNAIBI

@ALAQUNAIBI
About
Posts
42
Topics
29
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • GSM
    A ALAQUNAIBI

    Hello ALL, I have GSM EASYGATE Brand Name , How can I write C# program to Send and recieve SMS. Thanks alot

    Hardware & Devices csharp question

  • Cash Machine
    A ALAQUNAIBI

    Hello All, I Have Cash Machine , How can I use Microsoft.PointOfService library to Open Drawer Cash?

    Hardware & Devices question

  • automaticaly refresh
    A ALAQUNAIBI

    The best way to make this , by using triggers with endpoint in SqlServer 2005

    Database database

  • Master Page Sharing In Applications
    A ALAQUNAIBI

    Please Explain more please :)

    ASP.NET csharp html asp-net help

  • Master Page Sharing In Applications
    A ALAQUNAIBI

    Dear all I made application with these steps in this below url which is working perfect. http://weblogs.asp.net/dwahlin/archive/2005/11/16/430779.aspx but when i added big html which cantain like it gives error below "An error occurred while try to load the string resources (FindResource failed with error -2147023083)" Please tell us why the above error is comming. :( Zafar

    ASP.NET csharp html asp-net help

  • Sharing master Page
    A ALAQUNAIBI

    Hi All, I Have two web site written in Framework 1.1 and I have web site written in visual Studio 2005 How I can make master page to call all pages which written in Framework 1.1 within ContentPlaceholder in MSVS 2005 Site Master Page. Ala Qunaibi :)

    ASP.NET csharp visual-studio

  • Front page extension Problem
    A ALAQUNAIBI

    when i try to open remote web site in vs2005 from file-->open web site at write path like http://pt.tvtc.gov.sa the message comming The Web server does not appear to have FrontPage Server Extensions installed but the site can open in ftp. please how can i solve that problem? Ala Qunaibi :)

    .NET (Core and Framework) question sysadmin help

  • Image compression
    A ALAQUNAIBI

    Thanks, My Images are Photos and Compression type is lossless. Can You help me , where can I find source code about What you said, or Examples? Ala Qunaibi :)

    C# algorithms question

  • Image compression
    A ALAQUNAIBI

    Hi All, I want to compress Image to maximum rate, what the best Algorithm can I use? If any one have a class to do that, please give me it ? Ala Qunaibi :)

    C# algorithms question

  • MS Visual Studio compiling [modified]
    A ALAQUNAIBI

    Hi All, I am encountered a problem when I build my project , all Time "Compilation Error" appear !!! what is the problem? how can i solve that's problem ? Ala Qunaibi :)

    modified on Wednesday, July 2, 2008 7:28 AM

    C# question help csharp visual-studio

  • Visual studio 2003 Quit Suddenly
    A ALAQUNAIBI

    when we written code dot net restart, not a virus or spay ware

    IT & Infrastructure visual-studio csharp help question

  • How can I use Embeded Font to display Hindi font in Web
    A ALAQUNAIBI

    Hello All, How can I use Embeded Font to display Hindi font in Web. I convert Kruti Dev 046 Font for Hindi Language to (.eot) font to use it in My pages , then I wrote the following style in my page but is not work , What's the problem: @font-face { font-family: Kruti Dev 046; font-style: normal; font-weight: normal; src: url(KRUTIDE0.eot); } .style1 {font-family: "Kruti Dev 046"} :)

    IT & Infrastructure help question

  • How Can I close Child Form Only in Visual Studio 2005 (c#)
    A ALAQUNAIBI

    Hello All, I Have One form when I click button There another form contain login when user click button ok it check user name and password if it is correct it is close login form How can I do That, Please. :)

    Windows Forms csharp visual-studio question

  • Visual studio 2003 Quit Suddenly
    A ALAQUNAIBI

    Hello All, I programmed on Visual studio 2003 , I encountered a problem that when I on writing code in visual studio 2003 IDE it is Quit. How can I solve this problem :)

    IT & Infrastructure visual-studio csharp help question

  • anyway for asp.net to send report directly to printer at client side?
    A ALAQUNAIBI

    I am developing a point-of-sales software on asp.net. When sending crystal report to client browser for printing cash bill, browser always popup Acrobat Reader report viewer at client browser before bill can be printed. Anyway for asp.net to send report directly to printer at client side? Too many steps for cashier to get printed bills makes the system unfavorable. ):

    ASP.NET csharp asp-net sales question

  • Problem on installing Visual studio 2005 [modified]
    A ALAQUNAIBI

    Please , Tell me Where could I ask this Question?

    Visual Studio help csharp visual-studio question workspace

  • Problem on installing Visual studio 2005 [modified]
    A ALAQUNAIBI

    I have copy of Visual Studio 2005

    Visual Studio help csharp visual-studio question workspace

  • Problem on installing Visual studio 2005 [modified]
    A ALAQUNAIBI

    Hello All, I Have Windows XP Professional Edition with Service Pack 2, and Ms Visula Studio 2005 Professional Edition . When I want to run setup file to install Visual Stuido to my computer , there are message arise that is "IT is not valid windows 32 Bit File..." I do not know what I do, How can I install Visual stuido 2005 Please Help me.

    modified on Wednesday, January 16, 2008 9:33:36 AM

    Visual Studio help csharp visual-studio question workspace

  • disable HTML tags in DataGrid Cells ( VS.Net 2003 )
    A ALAQUNAIBI

    <%@ Page language="c#" Codebehind="WebForm1.aspx.cs" AutoEventWireup="false" Inherits="AspTest.WebForm1" %> <%@ Register TagPrefix="cc1" Namespace="MyControl" Assembly="MyControl" %> WebForm1

    C# csharp html css visual-studio design

  • disable HTML tags in DataGrid Cells ( VS.Net 2003 )
    A ALAQUNAIBI

    Hi, Am trying to create a custom DataGrid control the only pursues of this controls is to disable the HTML tags to be drawn in grid cells. Am using VS.Net 2003 / C# This is the controls class using System; using System.Data; using System.Web; using System.Web.UI; using System.Web.UI.HtmlControls; using System.Web.UI.WebControls; using System.ComponentModel; using System.IO; namespace MyControl { /// /// Summary description for CustomDataGrid. /// [DefaultProperty("Text"), ToolboxData("<{0}:CustomDataGrid runat=server>")] public class CustomDataGrid: DataGrid { public CustomDataGrid() { base.CopyBaseAttributes( this ); } protected override void OnItemDataBound(DataGridItemEventArgs e) { foreach( TableCell tblCell in e.Item.Cells) { tblCell.Text = tblCell.Text.Replace(">", ">").Replace("<", "<"); } base.OnItemDataBound (e); } } } This is the HTML representation on the control on my ASPX Page <%@ Page language="c#" Codebehind="WebForm1.aspx.cs" AutoEventWireup="false" Inherits="AspTest.WebForm1" %> <%@ Register TagPrefix="cc1" Namespace="MyControl" Assembly=" MyControl" %> WebForm1

    C# csharp html css visual-studio design
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups