Tuesday, July 28, 2009

How to use substring Function in ASP Page when d Page Language is Jscript?

Hi,


I have a varible named cmbStateRegion in which value is coming from DropDown in comma seperates format(AL,Albama) now i want to take AL %26amp; Albama in another variables for further use.Tell me how can i do that ?My default page language is Jscript and i m developing page in ASP.

How to use substring Function in ASP Page when d Page Language is Jscript?
Try using the javascript string method "split" on the variable. Failing that, go to http://msdn.microsoft.com/





http://www.devguru.com/Technologies/ecma...


No comments:

Post a Comment