How we can debug JavaScript in an aspx page?
Ans :
By using the keyword or command debugger. By putting debugger; command in your JavaScript code, is possible to be debugged.
Tuesday, November 17, 2009
Tuesday, October 20, 2009
SQLServer Shortcut Keys
| Shortcut | Function |
| ********** | ************ |
| ALT+BREAK | Cancel a query |
| ALT+F1 | Database object information (Sp_Help) |
| ALT+F4 | Exit |
| ISQLW | To start query analyzer from RUN window |
| CTRL+B | Move the splitter |
| SQLWb | To start management studio from command window |
| CTRL+D | Display results in grid format |
| CTRL+Delete | Delete through the end of the line |
| CTRL+E | Execute query |
| CTRL+F | Find |
| CTRL+F2 | Insert/remove bookmark |
| CTRL+F4 | Disconnect |
| CTRL+F5 | Parse query and check syntax |
| CTRL+G | Go to line |
| CTRL+H | Replace |
| CTRL+I | Index Tuning Wizard |
| CTRL+K | Display/hide execution plan |
| CTRL+L | Display execution plan |
| CTRL+N | New query window |
| CTRL+O | Connect |
| CTRL+P | |
| CTRL+R | Show/Hide results pane |
| CTRL+S | Save |
| CTRL+SHIFT+0 | Show options |
| CTRL+SHIFT+C | Comment out code |
| CTRL+SHIFT+DEL | Clear the active Editor pane |
| CTRL+SHIFT+F | Save results to file |
| CTRL+SHIFT+F2 | Clear all bookmarks |
| CTRL+SHIFT+INSERT | Insert a template |
| CTRL+SHIFT+L | Make selection lowercase |
| CTRL+SHIFT+M | Replace template parameters |
| CTRL+SHIFT+P | Open |
| CTRL+SHIFT+R | Remove comment |
| CTRL+SHIFT+S | Show client statistics |
| CTRL+SHIFT+T | Show server trace |
| CTRL+SHIFT+U | Make selection uppercase |
| CTRL+T | Display results in text format |
| CTRL+U | Change database |
| CTRL+V | Paste |
| CTRL+W | Window selector |
| CTRL+X | Delete |
| CTRL+Z | Undo |
| F1 | Help for Query Analyzer |
| F2 | Move to next bookmark |
| F3 | Repeat last search |
| F4 | Object Search |
| F5 | Execute a query |
| F6 | Switch between query and result panes |
| F8 | Show/hide Object Browser |
| SHIFT+F1 | Transact-SQL help |
| SHIFT+F2 | Move to previous bookmark |
| SHIFT+TAB | Decrease indent |
| SHIFT+F6 | Switch panes |
| TAB | Increase indent |
Tuesday, September 22, 2009
Friday, July 10, 2009
What is the difference between for loop and foreach loop
You know there are two loop types in dotnet
For
loop andForEach
loop. List out the differences between them.Is everything in dotnet is an object?
One of the very important dotnet Interview question
You know everithing is inherited from object class in dotnet and hence the premitive data types also....If so, how can you say they are value type..if it is being inherited from object wich is a reference type?
You may have answers at
http://stackoverflow.com/questions/436211/is-everything-in-c-an-object
Friday, June 19, 2009
Visual studio short cuts
Click on the image for the Visual studio short cuts.pdf
As a newbie, you may like to know about the key board shortcuts in the visual studio 2008. Here is a pdf file composed of a good combination of key board shortcuts.
Subscribe to:
Comments (Atom)