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
H

Hajab

@Hajab
About
Posts
13
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Using javascripts in SITEMAP
    H Hajab

    Hi, How to use javascripts in sitemap

    ASP.NET

  • Date Conversion Problem
    H Hajab

    To convert a string to date, the date format should be MM/DD/YYYY OR MM/DD/YY. The date "21-04-2009" is in the format dd-mm-yyyy. This is the reason for the error. Convert the string to correct format and your will get the result.

    ASP.NET

  • Date Conversion Problem
    H Hajab

    To convert a string to date, the date format should be MM/DD/YYYY OR MM/DD/YY. The date "28-04-2009" is in the format dd-mm-yyyy. This is the reason for the error. Convert the string to correct format and your will get the result.

    ASP.NET

  • Hide/Show Div when selecting radio button
    H Hajab

    The sample javascript is below. function showdiv() { //To hide div document.getElementById("DIV").style.display='none'; //To show div document.getElementById("DIV").style.display='block'; } .... ....

    .... ....

    ..... Use this in your code as per your requirement and this should definitely help you out.

    ASP.NET

  • Date Conversion Problem
    H Hajab

    To convert a string to date, the date format should be MM/DD/YYYY OR MM/DD/YY. Check how you are retriving the date values from database.

    ASP.NET

  • Why the Custom Validation is firing wrongly
    H Hajab

    There is a Property called ValidationGroup. Using this property should solve your problem. Below is a sample: TextFile with MPN-CPN Details should be uploaded

    ASP.NET

  • Update Panel Problem
    H Hajab

    The code you write in codebehind to display the alert

    ASP.NET help question announcement

  • For how long we can store the value in session object
    H Hajab

    Refer these links 1. http://www.velocityreviews.com/forums/t300273-session-timeout-setting-in-iis.html 2. http://forums.devshed.com/asp-programming-51/session-and-connection-timeout-72998.html

    ASP.NET question

  • Update Panel Problem
    H Hajab

    It is not possible to show an alert box from code behind on using the update panel. Update Panel just blocks these alerts. Can you provide me with the code snippet so that i shall try to help you.

    ASP.NET help question announcement

  • Update Panel Problem
    H Hajab

    Are you trying to show an alert box from codebehind?

    ASP.NET help question announcement

  • Keyboard Shortcut in Sitemap
    H Hajab

    Hi Milind, Thank you so much for your suggestion. I went through the link you had suggested. Its really good and it works well with the standard asp.net controls. Can you advice me on how it would work with the SITEMAP in ASP.NET. Thank you.

    ASP.NET question csharp asp-net

  • Keyboard Shortcut in Sitemap
    H Hajab

    Hi Chetan, Thank you so much for that. But i need to set the hot keys in SITEMAP. Is there any option for that? Thank you

    ASP.NET question csharp asp-net

  • Keyboard Shortcut in Sitemap
    H Hajab

    Hi Is it possible to provide Hot Keys(keyboard shortcuts) in a Sitemap in ASP.NET. If yes, How can i do that? Kindly advice. Thanks in Advance.

    ASP.NET question csharp asp-net
  • Login

  • Don't have an account? Register

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