DirectoryTechnologyBlog Details for "Kalra on ASP.net 2.0"

Kalra on ASP.net 2.0

Kalra on ASP.net 2.0
Its the home for asp.net aspirant and developers
Articles: 1, 2

Articles

http://paypaltech.com/Dave/api_sourcebook/html/Microsoft/dotNET/dotNET2dot0
2007-04-30 09:17:00
http://paypaltech.com/Dave /api_sourcebook /html/Micro soft /dotNET/dotNET2dot0/DoDire ctPayment.html -- Paypal Do direct method api call   Regards,Munish Kalrahttp://kalraonaspnet.blogspot.comhtt p://munishmca.co.nr
More About: Soft , Http
Extend the ASP.NET WebMethod Framework by Adding XML Schema Validation
2007-04-23 06:49:00
http://msdn.microsoft.com/msdnmag/issues/ 03/07/XMLSchemaValidation /       WebMethods make the development of XML Web Services easier by encapsulating a good deal of functionality, but there is still a lot of underlying XML processing that you have to be responsible for. For example, WebMethods do not validate messages against the implied schema. Because they are not validated, the response that's returned can result in unintended consequences. To address this, the authors extend the WebMethod framework by adding XML Schema validation through a custom SoapExtension class. Contents WebMethod Functionality What WebMethods Miss WebMethod ExtensionsSoapExtension Configuration SoapExtension ProcessingValidationExtension Implementation The Schema Cache A Better Schema CacheCustomizing Schema Definitions Business Rules Conclusion -- Regards,Munish Kalrahttp://kalraonaspnet.blogspot.com http://munishmca.co.nr
More About: Framework , Frame , The A , Ework
Waterfall vs. RAD: How to pick the right method for your project
2007-04-19 01:47:00
Waterfall vs. RAD: How to pick the right method for your project
More About: Project , Water , Right , Pick , Waterfall
How to upload a .SQL file to a Hoster and Execute it to Deploy a SQL Databa
2007-04-18 22:18:00
Again the gr8 articlehttp://weblogs.asp.net/scottgu/arc hive/2007/01/11/tip-trick-how-to-upload-a -sql-file-to-a-hoster-and-execute-it-to-d eploy-a-sql-database.aspxSteps to Deploy a SQL Database to a Remote SQL Server without using anAdmin ToolBelow are the steps to take to deploy a local database to a remotehoster without requiring or using any admin tool:Step 1: Generate a .SQL File Containing your Schema and DataThe first step to remotely deploy your database in a hostedenvironment is to generate a .SQL file that dumps the schema andcontent of your database. Follow the steps in my first DatabasePublishing blog post to learn exactly how to generate a .SQL file foreither a SQL Express or SQL Server database.Step 2: FTP up the .SQL File to your Remote Host erOnce you've generated your .SQL file, upload it to your remote hosterusing FTP or some other file transfer mechanism. Ideally you shouldcopy this into a protected location where remote users can't easilyget access to it (...
More About: Load , Taba , Upload
Gr8 article about Using Zips and Unzips in Asp.net 2.0
2007-04-18 19:35:00
http://www.dotnetbips.com/articles/displa yarticledetails.aspx?articleid=526-- Regards,Munish Kalrahttp://kalraonaspnet.blogspot.comhtt p://munishmca.co.nr
More About: Article , About Us , Sing , Artic
How to use TreeView control in ASP.NET 2.0
2007-04-18 12:28:00
Introduction to Tree View Control ASP.Net 2.0 introduces many new controls including a TreeView Control,which can be used to consume information from hierarchical datasources like an XML file and then display that information. In thistutorial, I am going to statically data bind the TreeView control withthe contents of an XML file.Working the Code: TreeView Control ExampleCreate a new web application, and open the Default.aspx page in designview. Locate the TreeView control in the toolbox and drag it onto theform. Here is what it looks like by default:Click on the small box located in the upper right-hand corner of thecontrol, choose Auto Format, and select Contacts style:This will update the control to look like the above. There are manypre-defined formats for you to choose from, take a few moments to lookat each of them.The next step is to add a new XML file to the project and create your data file:<?xml version="1.0" encoding="utf-8" ?><Contacts> <...
Working with Data in ASP.NET 2.0
2007-04-16 16:04:00
http://weblogs.asp.net/scottgu/archive/20 07/04/14/working-with-data-in-asp-net-2-0 .aspx A ton of great articles and tutorials on working with data in ASP.NET 2.0 applications has been published recently. This post highlights a few of them: Workin g with Data in ASP.NET 2.0 Tutorial Series Scott Mitchell recently finished writing his multi-part Working with Data in ASP.NET 2.0 tutorial series for the www.asp.net site. This tutorial series contains more than 75 data tutorials (and over 750 pages of content!). There are VB and C# versions available for all of the tutorials, and the articles can optionally be downloaded in PDF format. If you haven't read the tutorials yet, I'd highly checking them out here. Below is the table of contents and links to the articles already published: Introduction (3 articles) Basic Reporting (3 articles) Master/Detail (4 articles) Custom Formatting (5 articles) Editing, Inserting, and Deleting Data (8 articles) Paging and Sorting (4 articles) Custom B...
More About: King
ASP.NET 2.0 Tips, Tricks, Recipes and Gotchas
2007-04-16 15:58:00
http://weblogs.asp.net/scottgu/pages/ASP. NET-2.0-Tips _2C00_-Tricks _2C00_-Reci pes -a nd-Gotchas.aspx This page lists some of the more popular ?ASP.NET 2.0 Tips, Tricks, Recipes and Gotchas? posts I?ve done over the last year. My goal is to add 1-2 new posts to the series each week going forward ? so bookmark this page for updates, or subscribe to my blog via this RSS feed. To learn more about ASP.NET, also make sure to watch all of the great ?ASP.NET: How Do I?? videos (each week a new video is posted). You can also browse a large listing of published ASP.NET 2.0 books here. Visual Studio · Tip/Trick: Optimizing ASP.NET 2.0 Web Project Build Performance with VS 2005 · Common Gotcha: Slow VS 2005 Web Site Build Performance Because of ?Dueling Assembly References? · Resource: VS 2005 Web Application Project Tutorials · Recipe: Using VS 2005 Web Deployment Projects · Tip/Trick: Custom formatting HTML in Visual Web Developer and Visual Studio 2005 · Tip/Trick: Fast HTML Editor Navigatio...
LEARN SOME USEFUL ASP.net concepts
2007-04-15 12:19:00
Introduction HTTP Thin-client Applications HTTP State Considerations How ASP Maintains State How ASP.Net Maintains State How ViewState Works ASP.Net and Events ASP.Net Controls Conclusions http://www.takempis.com/aspnet_fundamenta ls.asp
More About: Concepts , Learn , Useful , Once , Concept
WANT TO LEARN ASP.NET 2.0
2007-04-15 06:55:00
LEARN FROM MICROSOFT OFFICIAL SITE http://asp.net VIDEO TUTORIALS http://www.asp.net/learn/videos/default.a spx?tabid=63 SAMPLE CODES http://quickstarts.asp.net/
More About: Want , Learn
PEOPLE LETS DISCUSS OUR TECHNOLOGIES
2007-04-15 06:33:00
PEOPLES LETS DISCUSS OUR TECHNOLOGIES AND MAKE STRONGER AND MORE EN-RICHED APPS .
More About: People , Technologies , Logies , Disc , Logi
We will here discuss our project
2007-04-15 06:24:00
ALL TECHNOLOGIES WEATHER ITS ASP.NET C# OR JAVA OR ANYTHING ELSE
More About: Project , Will , Here , Disc , R Project
More articles from this author:
1, 2
50318 blogs in the directory.
Statistics resets every week.


Contact | About
© Blog Toplist 2008 - Supported by Web Catalog - SEO by FeWorks
eXTReMe Tracker