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
H

Hristiyan

@Hristiyan
About
Posts
37
Topics
20
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Is the windows Desktop part of Explorer.exe
    H Hristiyan

    Hello there, I'm arguing with a friend here. Is the windows Desktop part / module of explorer.exe ? Actually when you stop the explorer.exe as a process the desktop disappers. Is it a part / module of the operating system that is controlled by explorer.exe or is it part of the explorer.exe ? Regards, Hris

    IT & Infrastructure question

  • Do Microsoft .NET Certificates Expire ?
    H Hristiyan

    Thank you all for your kind answers! Best of luck , Hris.

    .NET (Core and Framework) csharp dotnet winforms cryptography question

  • Do Microsoft .NET Certificates Expire ?
    H Hristiyan

    So they actually don't have an "Expiration date" ? They only become obsolete because of new technologies ?

    .NET (Core and Framework) csharp dotnet winforms cryptography question

  • Do Microsoft .NET Certificates Expire ?
    H Hristiyan

    Good day, Today i took the MCTS 70-536 exam with flying colors, but unfortunately i heard the secretary saying that she "thinks" that the Microsoft .NET certificates expire after two years. I googled for prove but i couldn't find anything on that topic. I'm specificly asking for the "MCTS: .NET Framework 3.5, Windows Forms Applications" certificate Best regards, Hris

    .NET (Core and Framework) csharp dotnet winforms cryptography question

  • Two web applications question.
    H Hristiyan

    Good evening. Thanks for your quick response ! So what you are saying is that i need to buy a subdomain and host the forum application separately ? Regards, Hris

    ASP.NET question csharp asp-net com hosting

  • Problem with firefox
    H Hristiyan

    Good evening! I have a WebUserControl which has 2 textboxes (Username and Password ) and one ImageButton. ( They represent the user login ) The password textbox is rendered as

    ...<input type="password"...

    and the imagebutton is rendered as

    ....<input type="submit"...

    Everything worked fine but when i used in a real situation i realized that i had to have more ImageButtons used in other controls which are rendered as

    ...<input type="submit"...

    , so whenever i click one of those buttons, Firefox asks me if i want to remember my apssword ( the browser is confused if the button is used for password submit ). Is there a way to specify which button is for the password submit so firefox wont be confused? If not ..... is there a workaround ? Regards, Hris

    ASP.NET help question

  • Two web applications question.
    H Hristiyan

    Good day! I have an ASP.NET web application , but i want to add a forum. I've choosen the YAF ( Yet Another Forum ). Since its a whole new ( different ) web application i'm having trouble hosting both ( because that way i'll have to pay for hosting every individual application ). My goal is to achieve by url rewriting : forum.XXXXXXXX.com - the forum where www.XXXXXXXXX.com is the main domain name. Is it possible for somehow merge the two applications ? I'm not quite sure what to google Regards, Hris

    ASP.NET question csharp asp-net com hosting

  • asp:ImageButton and Firefox
    H Hristiyan

    But is that normal ?

    ASP.NET help question csharp javascript asp-net

  • asp:ImageButton and Firefox
    H Hristiyan

    Good evening. In many places in my web application i use the asp:ImageButton control. However ASP.NET interpreters it as for example:

    <input type="image" src="Images/Edit.gif" onclick="javascript:__doPostBack('....','Edit$0')" style="border-width:0px;" />

    And always Firefox asks me if i want to remember the password. However in most cases the image button is not used for password submit. Am i using ImageButton incorrectly? How can i fix that problem ? Regards, Hris

    ASP.NET help question csharp javascript asp-net

  • [Message Deleted]
    H Hristiyan

    [Message Deleted]

    SharePoint

  • Registration control?
    H Hristiyan

    Sometimes i just don't know what to google ...... Thank you.

    ASP.NET algorithms security help question

  • Registration control?
    H Hristiyan

    Good day I'm making a registration form for my web site and need to develope that "security code generator" (which generates a sting and asks the user to write it in one of the registration form's fields). I've googled it but unfotunately i just can't find the right thing i'm searching for. Can you please help me ? Regards, Hris

    ASP.NET algorithms security help question

  • How to build acticle writing control.
    H Hristiyan

    I actually didnt know "what i was looking for". Thank you.

    ASP.NET tutorial html question

  • How to build acticle writing control.
    H Hristiyan

    Good day, I need to develope an acticle writing control which will acccept some syntax or pure HTML to achieve acticle writing. Any tips how to do that? I really can't find an example of such an implementation. Best regards, Hris

    ASP.NET tutorial html question

  • Implementing article reading/writing (ASP.NET)
    H Hristiyan

    Good day, I've decided to implement articles reading/writing in my webapp. So i sat down and started thinking about how should i accomplish my goal. I came up with the following idea: 1. Article List / Search form 2. Article Add / Edit form 3. Article Detail form. However i'm not quite sure "what is the whole picture behind the scenes". I was thinking of the following: When composing / editing an article there should be a input text control ( Multiline textbox for example ) which acceps HTML. My question here is: Is it acceptable to develope that kind of a control, since only the editors and administrators will be able to access this page. Is that the right way to achieve this ( html gives a really big power when wrtiting article ... but it could be harmful in the wrong hands ) ? The markup will be stored in MS SQL database. When displaying the markup in the article, should i use a "Label" control to achieve this. Since this control is rendered like a it can be really useful to display HTML. Is this the right way ? Thanks in advance. Regards, Hris

    ASP.NET question html database csharp asp-net

  • Redirecting to web page in another assembly?
    H Hristiyan

    So there is no actual way to do that by hosting only one web app. If i want to host 2 web apps, doest that mean i need a subdomain fr the other?

    ASP.NET tutorial question

  • Redirecting to web page in another assembly?
    H Hristiyan

    WebApp A is referencing WebApp B. Is there a way you can redirect the user from for example "testA.aspx" in WebApp A to "testB.aspx" in WebApp B

    ASP.NET tutorial question

  • Simple ASP.NET web control inheritance
    H Hristiyan

    Hello ... I have a really, really simple scenario which i can't accomplish. 1) I have a WebControl called "BaseControl". In that WebControl i just place a panel (100px x 100px) and turn it's backcolor to green. 2) I create a second control which inherits the BaseControl. However when i place that control the green panel is not displayed. I assume that the i can't inherit the html ? Is there a way i can do this ? Is there a way i can achieve that simple inheritance ... or a workaround ?

    ASP.NET csharp html asp-net oop question

  • Drag and drop functionality
    H Hristiyan

    http://msdn.microsoft.com/en-us/magazine/cc135985.aspx[^]

    ASP.NET

  • Asp.NET ImageButtons problem
    H Hristiyan

    Good day. In one of my pages it happens so i have more than one ImageButtons. One of them is used for Login and the others execute specific complex logic. The ImageButton object is represented as an "<input type="image" name="...." id="..." src="..." /> in the web browser. I don't think i can avoid using more than one. However when i click some of the other buttons ( which are not the "Login" button), browsers like Firefox get the annoying message "Do you want Firefox to remember this password?". Is there a workaraund so i don't get that message ? (somekind of identifying which buttons is for login and which execute other logic ?) Regards, Hris

    ASP.NET csharp asp-net help 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