Click here to Skip to main content
15,904,653 members

Comments by omprakash katre (Top 25 by date)

omprakash katre 18-Mar-14 9:59am View    
Please, Any one provide me the solution. I am waiting for reply.
omprakash katre 18-Mar-14 3:57am View    
Thanks for reply,Now its working.
omprakash katre 11-Mar-14 4:38am View    
Url is my string and i want to get defined result only. I am using .net for it.


static void Main(string[] args)
{
string s = "Menu[0][0]";

for (int i = 0; i < 3; i++)
{
if(s.Contains("]"))
{
string result = s.Substring(0, s.IndexOf("]"));

Console.WriteLine(result[result.Length - 1]);

}
}
Console.ReadKey();
}
omprakash katre 29-Aug-13 0:44am View    
Thanks for your reply. Now its working fine.
omprakash katre 17-Oct-12 6:17am View    
i am usning jquery calender control with calloutExtender and RequiredFieldValidator on textbox txtCreatedDate, but its working on other textboxes.