Matches : 9836193498, +919836193498 ,9745622222
Non-Matches : +9197456222222 ,8745622222 ,9836193481
__________________________________________________________________________________
Matches : 044-26320244 | 04426320244
------------------------------------------------------------------------------------------------------------
Refer for more Expressions:
http://regexlib.com/REDetails.aspx?regexp_id=2500
http://www.aspnetquest.com/feed-items/search.aspx?k=expression&p=9
http://www.dotnetspider.com/sites/1050/-Solutions-Tips.aspx
Thursday, October 7, 2010
Songs
1. Maharshi-SUMAM_PRATHI_SUMAMAM.MP3
Link:http://www.ziddu.com/download/11977829/Maharshi-SUMAM_PRATHI_SUMAMAM.MP3.html
2.coming soon.......
Link:http://www.ziddu.com/download/11977829/Maharshi-SUMAM_PRATHI_SUMAMAM.MP3.html
2.coming soon.......
windows xp required softwares
1. Uniblue SpeedUp MyPC2010 4.2.7.
Link:http://www.ziddu.com/download/11978188/UniblueSpeedUpMyPC20104.2.7.4Serial-HB.rar.html
2. Easy Cleaner
Link:http://www.ziddu.com/download/12016919/EasyCleaner.rar.html
3.Registry Booster
Link:
Link:http://www.ziddu.com/download/11978188/UniblueSpeedUpMyPC20104.2.7.4Serial-HB.rar.html
2. Easy Cleaner
Link:http://www.ziddu.com/download/12016919/EasyCleaner.rar.html
3.Registry Booster
Link:
Wednesday, October 6, 2010
.NET Related SoftWares
1.Microsoft Visual Studio 2010 link:http://www.monova.org/details/3637873/MICROSOFT%20VISUAL%20STUDIO%202010%20ULTIMATE%20X86-TKISO.html
2.Frame work:4.0link:http://www.ziddu.com/download/11985725/dotNetFx40_Full_setup.exe.html
3. silverlight chainer.exe for visual studio 2008, Frame work:3.5
link:
Tuesday, October 5, 2010
Elminatinig duplicate values in databse table
emp1 --->temporary empty table
dept----> original table with columns and rows
we use distinct key word to eliminate duplicate values
1.move the records from dept to a temporary table emp1
select distinct * into emp1 from dept
2 delete the original table dept
drop table dept
3. move emp1 records to dept table
select * into dept from emp1
4.check the original table
select * from dept
dept----> original table with columns and rows
we use distinct key word to eliminate duplicate values
1.move the records from dept to a temporary table emp1
select distinct * into emp1 from dept
2 delete the original table dept
drop table dept
3. move emp1 records to dept table
select * into dept from emp1
4.check the original table
select * from dept
Browser asking username & password
problem of asking to type username and passoword for http://localhost. try this solution as mentioned below :
1. Open firefox and type in the address bar about:config
2. type ntlm in the textbox.
3. Double click on network.automatic-ntlm-auth.trusted-uris and type localhost there.
4. Click on OK.
You are done.
for Internet Explorer follow these steps:
The Log in Pop up is due to a setting in your IE Browser.
In your IE Browser:
1. Go to the Top menu "Tools" -> "Internet Options".
2. Then choose the "Advanced" Tab.
3. Then Scroll all the way down and "Uncheck" the Checkbox corresponding to "Enable Integrated Windows Authentication".
4. Then Click the button that says "Apply" and then "OK".
5. Close the browser and in a new browser try http://localhost.
for IIS SERVER follow these steps:
1.start->run-> type inetmgr
2 click on .internet nformation services-->Local Computer-->web sites-->default websites->right click and goto properties
3. select Directory Security Tab-->under anonymous access and authentication control --> click on edit button.
4.Check The Anonymous Access->ok
or
4. uncheck the Integrated Windows Authentication--.> ok-->ok
thats it ! u r done
1. Open firefox and type in the address bar about:config
2. type ntlm in the textbox.
3. Double click on network.automatic-ntlm-auth.trusted-uris and type localhost there.
4. Click on OK.
You are done.
for Internet Explorer follow these steps:
The Log in Pop up is due to a setting in your IE Browser.
In your IE Browser:
1. Go to the Top menu "Tools" -> "Internet Options".
2. Then choose the "Advanced" Tab.
3. Then Scroll all the way down and "Uncheck" the Checkbox corresponding to "Enable Integrated Windows Authentication".
4. Then Click the button that says "Apply" and then "OK".
5. Close the browser and in a new browser try http://localhost.
for IIS SERVER follow these steps:
1.start->run-> type inetmgr
2 click on .internet nformation services-->Local Computer-->web sites-->default websites->right click and goto properties
3. select Directory Security Tab-->under anonymous access and authentication control --> click on edit button.
4.Check The Anonymous Access->ok
or
4. uncheck the Integrated Windows Authentication--.> ok-->ok
thats it ! u r done
Subscribe to:
Comments (Atom)