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
L

Liborac_

@Liborac_
About
Posts
8
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Add extension to X509Certificate
    L Liborac_

    Hi, I need to add x509Extension to x509Certificate2 class but i dont know how (i read somewhere its not possible so im not sure about it). Lets imagine this code :

    X509Certificate2 cert;
    X509Extension ext;

    cert.Extensions.Add (ext); // since here its ok i can see the collection in debug mode and it is present.

    byte [] b = cert.export (X509contentType.Cert);
    X509Certificate2 cert2 = new X509Certificate2 (b);

    // Here comes the problem ... there is no my extension in the cert2 collection. Btw: I create it by calling c function CertCreateSelfSignCertficate. Is there any way to add my extension to created certificate or the only way to add it is in the creation time? i rack my brain with this issue for several days so any help would be very appreciated. thanks Libor

    C# help cryptography debugging question

  • Problem with DataGrid pages
    L Liborac_

    Well I must admit I am very new to ASP, I have inherited this project so i cant make any fundamental changes. The main idea is to create whole HTML page to a string variable and pass it for further process...

    ASP.NET help html

  • Problem with DataGrid pages
    L Liborac_

    Hello guys, I have this problem with datagrid. When I create it using function RenderControl it wont create proper pages...it creates only labels but they are not clickable. Code looks like this:

    DataGrid dg = new DataGrid ();
    dg.AllowPaging = true;
    dg.PageSize = 10;
    dg.PagerStyle.Mode = PagerMode.NextPrev;
    dg.DataSource = ds;
    dg.DataBind ();
    dg.RenderControl ();

    The result HTML looks like this: <table cellspacing="0" rules="all" border="1" style="border-collapse:collapse;"> <tr> <td>IntegerValue</td><td>StringValue</td><td>CurrencyValue</td> </tr><tr> <td>0</td><td>Item 0</td><td>1,23</td> </tr><tr> <td><span>&lt;</span>&nbsp;<a>&gt;</a></td> </tr> </table> As you can see there is no links on the last row so no page can be changed :( Thanks in advance for any help.

    ASP.NET help html

  • IIS problem
    L Liborac_

    is it part of Visual Studio 2k3?

    Web Development csharp java windows-admin help question

  • IIS problem
    L Liborac_

    Hi, ive just installed IIS and i cant run scripts in c#. Basic and java work fine. Is it nessary to set up something to use c# or its just strange behaviour? Any solutions? Thx in advance.

    Web Development csharp java windows-admin help question

  • Creating cursor from image(bitmap)
    L Liborac_

    Hi, id like to crate Cursor from image or bitmap made in program (not from file). And is there a way how to draw on existing cursor ? Thanks.

    C# graphics tutorial question

  • 2 dimmensional dynamic array of pointers
    L Liborac_

    Thanks a lot ;)

    C / C++ / MFC data-structures tutorial question

  • 2 dimmensional dynamic array of pointers
    L Liborac_

    HI. Is there a way how to create 2-dimmensional dynamic array of pointers ? Thanks in advance.

    C / C++ / MFC data-structures tutorial 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