Search
-
Articles
Home
Dev Articles
Sample Chapters
Add a Listing
Contact
Dev Articles
ASP.NET (338)
C# (300)
SQL Server (53)
VB.NET (195)
Web Services (2)
Search Directory
ASP.Net AJAX
AJAX ToolKit
.NET Namespaces
Applications
Articles & Samples
Assembly & Controls
Community
Developer Sites
Downloads
Hosting Services
Introduction
Knowledge Base
Sample Chapters
WebCasts
ASP.NET
Applications
Articles & Samples
ASP.Net Sites
Assembly & Controls
Downloads
Errors & Bugs
Introduction
Knowledge Base
Sample Chapters
WebCasts
VB.Net
Articles & Samples
Downloads
Errors, Bugs & Fixes
Introduction
Knowledge Base
Sample Chapters
WebCasts
C-Sharp
Applications
Articles & Samples
C-Sharp Sites
Errors, Bugs & Fixes
Introduction
Knowledge Base
Sample Chapters
WebCasts
SQL Server
Applications
Articles & Samples
SQL Sites
Downloads
Errors, Bugs & Fixes
Introduction
Knowledge Base
Sample Chapters
WebCasts
FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase
Home
>
Search
>
Knowledge Base
>
ASP.Net
>
code behind
Search:
What's New
-
What's Hot
CodeSnip: How to make use of parameterized cursor in Oracle
Total Hits: 128 | Today: 0
Author:
Deepankar Sarangi
Rating:
Read Reviews
|
Write Review
|
Your Rating:
Select One
5 Stars - Best Rating
4 Stars
3 Stars
2 Stars
1 Star - Worst Rating
Often it is convenient to pass a given set of values as input parameter to a cursor. It is very useful where nested cursors are used. Parameterizing the cursor makes it more usable and avoids the limitation of hard coding values in where the clause. In this code snippet, Deepankar examines this technique with the help of the relevant SQL code. He also provides a brief analysis of the code and also a screenshot of the final output....
INFO: ASP.NET Code-Behind Model Overview
Total Hits: 113 | Today: 0
Author:
Microsoft
Rating:
Read Reviews
|
Write Review
|
Your Rating:
Select One
5 Stars - Best Rating
4 Stars
3 Stars
2 Stars
1 Star - Worst Rating
This article provides a brief overview of the code-behind model, which is introduced in ASP.NET.
In-line code is code that is embedded directly within the ASP.NET page....
Printer-friendly Pages
Total Hits: 205 | Today: 0
Author:
James Shaw
Rating:
Read Reviews
|
Write Review
|
Your Rating:
Select One
5 Stars - Best Rating
4 Stars
3 Stars
2 Stars
1 Star - Worst Rating
There are some elements all sites should provide for their users. For instance, most sites should make available a link to a printer-friendly version of a Web page. Web sites almost always surround the real content with navigation bars, advertisements, page counters, and other elements that often distract readers. And, when users print pages, they're tainted by links and images that are completely unrelated to the users' real subject of interest. You can use my PrinterFriendly class to give your...
Disclaimer
-
Privacy
© 2002-2012 DevASP.net