Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #14.9K
~6K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

12 Posted Topics

Member Avatar for santhanalakshmi

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 …

Member Avatar for Sagar_7
0
3K
Member Avatar for singh.ranjeet

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(); }

Member Avatar for JOSheaIV
-1
2K
Member Avatar for anisha.silva
Member Avatar for ahmad_lovely

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)

Member Avatar for ahmad_lovely
0
142
Member Avatar for Michael27
Member Avatar for Michael27
2
270
Member Avatar for anisha.silva

y dont you use collection becoz it comes with key value pair.You can use simple forach loop to extract values.

Member Avatar for anisha.silva
0
104
Member Avatar for hcbckwidpeace93
Member Avatar for kinbo

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.

Member Avatar for Codefiva
0
124
Member Avatar for jhedonghae

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)

Member Avatar for Codefiva
0
203
Member Avatar for dhaker
Member Avatar for Codefiva
0
71
Member Avatar for BUGSIE91

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 …

Member Avatar for Codefiva
0
328
Member Avatar for 1239990

After message box code paste this code.Hope this will work. alert("Hello world"); return false;

Member Avatar for Codefiva
0
111

The End.