Hi, How to use javascripts in sitemap
Hajab
Posts
-
Using javascripts in SITEMAP -
Date Conversion ProblemTo 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.
-
Date Conversion ProblemTo 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.
-
Hide/Show Div when selecting radio buttonThe 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.
-
Date Conversion ProblemTo 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.
-
Why the Custom Validation is firing wronglyThere is a Property called ValidationGroup. Using this property should solve your problem. Below is a sample: TextFile with MPN-CPN Details should be uploaded
-
Update Panel ProblemThe code you write in codebehind to display the alert
-
For how long we can store the value in session object -
Update Panel ProblemIt 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.
-
Update Panel ProblemAre you trying to show an alert box from codebehind?
-
Keyboard Shortcut in Sitemap -
Keyboard Shortcut in SitemapHi 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
-
Keyboard Shortcut in SitemapHi 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.