Hi Dude its working. Thank you..... Arif patel
Arif patel
Posts
-
How to convert mm/dd/yy to dd/mm/yy -
How to convert mm/dd/yy to dd/mm/yyHi pete, I have wrote like this Label2.Text=DateTime.Now.ToString("dd/mm/yy"); But i am getting like this 02/27/07 which is wrong...plz reply me.. Arif patel
-
How to convert mm/dd/yy to dd/mm/yyHi, can Any one tell me how to convert mm/dd/yy to dd/mm/yy format..... Arif patel
-
File SizeTry this javacsript.... function A() { var oas = new ActiveXObject("Scripting.FileSystemObject"); var d = document.a.b.value; var e = oas.getFile(d); var f = e.size; alert(f + " bytes"); }
Arif patel Bangalore
-
how to read txt file using java scriptHi Dude, here is u r solution.... wwww.javascripter.com/faq/file reading source code is avaliable with example just go through it... Regards, Syed Arif patel.
-
dropdownlistHi kasi, Another way is using javascript. 1. create a dropdown list using javascript 2. From selected item of dropdownlist1 load items into the dropdownlist2. To create a dropdown list in JavaScript you can use the following code:
Select a page JavaScript FAQ Numbers Strings Navigation Colors JavaScripter.net
Just change the menu items and the corresponding URLs to whatever you want. You can use absolute URLs (like http://www.javascripter.net) as well as relative URLs (like mypage.htm). for loading items in dropdownlist2 the code must be written in load event of that page...... Hope this idea will work..... Regards, Syed Arif.
-
dropdownlistset Autopostback property=True of Dropdownlist1...
-
how to read txt file using java scriptHi Dude, here is u r solution.... wwww.javascripter.com/faq/file reading source code is avaliable with example just go through it... Regards, Syed Arif patel.
-
I need to display color when i mouseover on the MenuItem(ASP.Net)..Please help meSee this site.. www.javascripter.com/faq
-
adding com componetHi Kiran, Toolbox-->Right click-->show all-->select standard tab--> At bottom u can see.... Plz reply..... Regards, Syed Arif.
-
split function in java scriptHi sonia, To split a string, use the substring method: string.substring(start,end) Here string is the string from which you want to extract a substring. start is the number specifying the position of the character at which the substring begins. (The character at start itself will be included in the substring.) end is the number specifying the position of the character at which the substring ends. (The character at end will not be included in the substring.) Note that the first character in the string corresponds to position 0, and the last character to position string.length-1. Examples: 'Hello'.substring(0,2) // 'He' 'Hello'.substring(0,4) // 'Hell' Regards, S.Arif patel.
-
dropdownlist in java scriptHi Sonia, Looking at u r quarries I suggest you to visit this following site "www.javascripter.net" just navigate FAQ section of this site u will get solution for u r quarries. Regards, S.Arif patel
-
dropdownlist in java scriptTo create a select menu like dropdownlist(select) you can use the following code:
Select a page JavaScript Numbers Strings Navigation Colors JavaScripter.net
Just change the menu items and the corresponding URLs to whatever you want. You can use absolute URLs (like http://www.javascripter.net) as well as relative URLs (like mypage.htm). Regards, S.Arif patel Mind Source Pvt Ltd.