No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
12 Posted Topics
To resolve this issues.go for custom validator along with regexpression for phone number validating.To get the regular expression for phone number **Expression** : ^((\+)?(\d{2}[-])?(\d{10}){1})?(\d{11}){0,1}?$ **Description** : India phone number, accept with optional +91 national code and 0 for land and mobile number prefix . Allows optional - after national code …
Check you database connection state i.e connection is open or not... or you can code this way if connection is closed then open it.best practices in c# if(connection.state==connection.closed) { connection.Open(); }
Hi Use Listivew control to do it. go throught this article. Hope this will help you [Click Here](http://www.dotnetcurry.com/ShowArticle.aspx?ID=175)
Regexpression can be used to accomplish this variety of options.
y dont you use collection becoz it comes with key value pair.You can use simple forach loop to extract values.
I will suggest you to go for winform instead of console application.
1.Set dogchors.goheight=20 2.Call getSpeech method.Remove the parameter of getspeech() method and isbig() Reason: as you already setting the value of dogheight,so when you call getspeech method then call will go to isbig() method,isbig will pick dogheight from dogheight porperty.
To get the total working hours you need to subtract the intime from the outtime.To get the difference,.net have **datetime.subtract** method and it takes argument as **timespan** and returns the result in int. for more info visit : [Click Here](http://msdn.microsoft.com/en-us/library/aa326718%28v=vs.71%29.aspx)
Check out the concept of event bubbling.I think your issues wiil be resolved.
1. Create database in MsAccess. 2. Make it password protected if required so that anyone cant see user details. 3. Complete your coding with DB 4. Create insataller from the visual studio wizard.To create installer follow following steps * Right click on your solution file. * Select Add -->New Project …
After message box code paste this code.Hope this will work. alert("Hello world"); return false;
The End.
Codefiva