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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
I

IshtiaqueJ

@IshtiaqueJ
About
Posts
6
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Please Help I want Create Job Portal Like(www.Rozee.pk)
    I IshtiaqueJ

    Please Help I want Create Job Portal Like(www.Rozee.pk) IF any One Have Idea or Documantion or Screenshots or Templete About Job Portal Then tell me I am Thank Full for this Act.

    Web Development

  • Please help me How To Create Job Board ?
    I IshtiaqueJ

    I Want Create My Own Job Board like "rozee.pk" Please Help me ? How I create my job Board using .net. Ishtiaque Jalbani

    Web Development csharp help tutorial question career

  • How Create BarCode In ASP. net With C# . I Create Code In Asp.net With VB.net But I need ASP With C# [modified]
    I IshtiaqueJ

    I Do This already. But This Not Working Properly.

    ASP.NET csharp graphics asp-net question

  • How Create BarCode In ASP. net With C# . I Create Code In Asp.net With VB.net But I need ASP With C# [modified]
    I IshtiaqueJ

    How Create Code Bar In ASP. net With C# . I Create Code In Asp.net With VB.net But I need ASP With C# I Send Code ASp.net With Vb.net BarCode This Code Working Properly But I need In ASP.net With C# ------------------------------------------------------------------------- --------------------------------------------------------------------------------------- Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click Dim Input As String = Request.QueryString("input") Input = txtinput.Text Dim ValidInput As String = " !" & Chr(34) & "#$%&()**+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~" & Chr(0) & Chr(1) & Chr(2) & Chr(3) & Chr(4) & Chr(5) & Chr(6) & Chr(7) & Chr(8) & Chr(9) & Chr(10) & Chr(255) Dim ValidCodes As String = "17401644163811761164110012241220112416081604157214361244123014841260125416501628161417641652190218681836183018921844184217521734159013041112109414161128112216721576157014641422113414961478114219101678158217681762177418801862181418961890181819141602193013281292120011581068106214241412123212181076107415541616197815561146134012121182150812681266195619401938175817821974140013101118151215061960195415021518188619661724168016926379" Dim Digit As Integer = 103 Dim i As Integer For i = 1 To Input.Length Digit += (i * InStr(1, ValidInput, Mid(Input, i, 1))) Next Digit = Digit Mod 103 Input = Chr(8) & Input & Mid(ValidInput, Digit, 1) & Chr(255) Dim bmp As Bitmap = New Bitmap((Input.Length * 11) + 13, 50) Dim g As Graphics = Graphics.FromImage(bmp) g.FillRectangle(New SolidBrush(Color.White), 0, 0, (Input.Length * 11) + 13, 50) Dim p As New Pen(Color.Black, 1) Dim BarValue, BarX As Integer Dim BarSlice As Short For i = 1 To Input.Length Try If InStr(1, ValidInput, Mid(Input, i, 1)) > 0 Then BarValue = Val(Mid(ValidCodes, ((InStr(1, ValidInput, Mid(Input, i, 1)) - 1) * 4) + 1, 4)) Digit = 11 If i = Input.Length Then Digit = 13 For BarSlice = Digit To 0 Step -1 If BarValue >= 2 ^ BarSlice Then g.DrawLine(p, BarX, 0, BarX, 50) BarValue = BarValue - (2 ^ BarSlice) End If BarX += 1

    ASP.NET csharp graphics asp-net question

  • How i CReate Ajax Control
    I IshtiaqueJ

    How i CReate Ajax Control How This Don. I Want On Drop Down List. When i Select any Item Then open other Window Which inClude Detail information about That Item How This Done . Please Reply urgent Please Send me Code Ishtiaque Hussain Jalbani. Thanks in advance

    C#

  • How I Change Menu Css on page load Event OR Runtime
    I IshtiaqueJ

    I have one Master page in master page i have create menu using link button and i have apply Same Css on All. And I have 5 content page. I want when my content page one is load Then Change CSS of specify link button. I Try This Code But this Code not Working properly. protected void Page_Load(object sender, EventArgs e) { MasterPage pharmacyMaster = (Pharmacy_ICaremaster)this.Master ; LinkButton mastrlbtnCategory = pharmacyMaster.FindControl("lbtnCategory") as LinkButton; mastrlbtnCategory.CssClass = "cssAMainLink:visited"; } how Can I Do It. Reply urgently . thanks in Advance. Ishtiaque Hussain Jalbani.

    C# css question
  • Login

  • Don't have an account? Register

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