Did not get it ?
Pankaj Maurya Sr. Software Engineer Gurgaon, India
Did not get it ?
Pankaj Maurya Sr. Software Engineer Gurgaon, India
your welcome...
Pankaj Maurya Sr. Software Engineer Gurgaon, India
what have you tried yet?
Pankaj Maurya Sr. Software Engineer Gurgaon, India
You have to try Autocomplete Combobox[^] Or You can try
this.comboBox1.AutoCompleteCustomSource.AddRange(new string[] {"summer", "sunshine", "Winter"});
this.comboBox1.AutoCompleteMode = AutoCompleteMode.SuggestAppend;
this.comboBox1.AutoCompleteSource = AutoCompleteSource.CustomSource;
Pankaj Maurya Sr. Software Engineer Gurgaon, India
You have to try autocompletetextbox. Auto Complete Textbox[^] Auto Complete Textbox with JQuery[^]
Pankaj Maurya Sr. Software Engineer Gurgaon, India
Are you kidding? Its not about the husband store buddy its about thinking and mentality of women and men. No one can please women. and the only thig man want from women "***" .. lol
Pankaj Maurya Sr. Software Engineer Gurgaon, India
Very good story and the story facts are true also.
Pankaj Maurya Sr. Software Engineer Gurgaon, India
Because its the last day of the week to wait for hang on.
Pankaj Maurya Sr. Software Engineer Gurgaon, India
Nice image click of universe
Pankaj Maurya Sr. Software Engineer Gurgaon, India
Nice article.
Pankaj Maurya Sr. Software Engineer Gurgaon, India
Pankaj Maurya Sr. Software Engineer Gurgaon, India
To build a quality product in less time span.
Pankaj Maurya Sr. Software Engineer Gurgaon, India
https://msdn.microsoft.com/en-us/library/4w3ex9c2.aspx[^] http://www.asp.net/get-started[^]
Pankaj Maurya Sr. Software Engineer Gurgaon, India
You can use the inbuilt library mathod ToTitleCase() as
string name = "Jeffrey steinberg";
TextInfo textInfo = new CultureInfo("en-US", false).TextInfo;
name = textInfo.ToTitleCase(name);
For detail to use library method go to - https://msdn.microsoft.com/en-us/library/system.globalization.textinfo.totitlecase.aspx[^]
Pankaj Maurya Sr. Software Engineer Gurgaon, India
Pankaj Maurya Sr. Software Engineer Gurgaon, India
IsPostBack is a property by which you can check that is your page is loading first time or postbacking. In ASP.NET application every event (like clicking a button) causing postback of same page. So the code block written in the page load will execute every time. If you does not want to execute it everytime then enclose that code block with a if(!IsPostBack){}.
PANKAJ MAURYA SOFTWARE ENGINEER (Daffodil S/W) Gurgaon