|
|
-
14 Liked
| 14 Learned
| 0 Comments
|
|
CAPTCHA stands for Completely Automated Public Turing test to tell Computers and Humans Apart,......
|
|
-
12 Liked
| 10 Learned
| 0 Comments
|
|
While you are designing a web page, when you view the web page in browser, if you find a problem with a style of a control, by using chrome we can immediately correct it and view the updated webpage without going back to source.
1. Right click on any ......
|
|
-
|
|
Microsoft SQL Server includes a popular command-prompt utility named BCP for moving data from one table to another, whether on a single server or between servers. The SqlBulkCopy class lets you write managed code solutions that provide similar functiona......
|
|
-
|
|
If you disable webbrowsershortcuts on a forms.webbrowser a known bug results in the delete key being swallowed......
|
|
-
|
|
I just tried installing SQL server RC0 Powerpivot for sharepoint and learned that it's not available with standalone sharepoint configuration. It needs the server farm.......
|
|
-
|
|
My colleague Divya showed me how to transfer the bookmarks saved in IE to firefox.
a) Click Firefox top menu Bookmarks which opens the popup.
b) Click on the menu "import and backup-> import data from another browser
c) Complete the wizard displ......
|
|
-
|
|
We know that by using "Remote" attribute, we can call server-side function and validate the entered value by user. Now i got additional requirement of server-side function needs few more field values entered by user from client-side. Remote attribute h......
|
|
-
|
|
Both of these are variants of Association relationship. However, Aggregation is a variant of "Has a" relationship of association, where as Composition is a variant of "Owns a" relationship of association. In other words, If Second object will not exists......
|
|
-
|
|
In the case of linear search, it start from beginning and look every element. For example if a book has 300 pages, and if we are searching for page 151 then it will start from start search from page 1 to 151. If it finds Page 151, then it will return a......
|
|
-
|
|
Some time application load testing is require this is batch file content it can easily open Internet explorer with given URL by given no.
Create batch file using following content
[code]
set var i
FOR /L %%i IN (0,1,50) DO start iexplore ht......
|
|