Loading
Browsing articles in "asp.net"
May
15
2012

ASP.Net Tutorial Part-5

asp.net1

ASP.Net Tutorial: ASP.NET – The Repeater Control The Repeater control is used to display a repeated list of items that are bound to the control. Bind a DataSet to a Repeater Control The Repeater control is used to display a repeated list of items that are bound to the control. The Repeater control may be bound to a database table, an XML file, or another list of items. Here we will show how to bind [...]

May
8
2012

ASP.NET Interview Questions Part-2

asp.net1

ASP.NET Interview Questions 1.       Explain about ASP.NET Page Life Cycle Events? PreInit:  Raised after the start stage is complete and before the initialization stage begins. Use this event for the following: Check the IsPostBack property to determine whether this is the first time the page is being processed. The IsCallback and IsCrossPagePostBack properties have also been set at this time. Create or re-create dynamic controls. Set a master page dynamically. Set the Theme property dynamically. [...]

Apr
21
2012

ASP.Net Tutorial Part-4

asp.net1

ASP.Net Tutorial ASP.NET – The Hashtable Object The Hashtable object contains items in key/value pairs. Create a Hashtable The Hashtable object contains items in key/value pairs. The keys are used as indexes, and very quick searches can be made for values by searching through their keys. Items are added to the Hashtable with the Add() method. The following code creates a Hashtable named mycountries and four elements are added: <script runat=”server”> Sub Page_Load if Not [...]

Apr
7
2012

ASP.Net Tutorial Part-3

asp.net1

ASP.Net Tutorial: ASP.NET Web Forms All server controls must appear within a <form> tag, and the <form> tag must contain the runat=”server” attribute. ASP.NET Web Forms All server controls must appear within a <form> tag, and the <form> tag must contain the runat=”server” attribute. The runat=”server” attribute indicates that the form should be processed on the server. It also indicates that the enclosed controls can be accessed by server scripts: <form runat=”server”> …HTML + server [...]

Mar
25
2012

ASP.Net Tutorial Part-2

asp.net1

ASP.Net Tutorial Part-2: Hey this is the second part of  ASP.Net Tutorial  and further parts will be updated soon…….. ASP.NET – Web Pages A simple ASP.NET page looks just like an ordinary HTML page. Hello Downloadsparade To start learning ASP.NET, we will construct a very simple HTML page that will display “Hello Downloadsparade” in an Internet browser like this: Hello Downloadsparade! Hello Downloadsparade in HTML This code displays the example as an HTML page: <html> [...]

Mar
3
2012

ASP.Net Tutorial Part-1

asp.net

ASP.NET Tutorial – with ASP.NET 2.0 ASP.NET is the next generation ASP, but it’s not an upgraded version of ASP. ASP.NET is an entirely new technology for server-side scripting. ASP.NET is a part of the Microsoft .NET framework, and a powerful tool for creating dynamic and interactive web pages. What You Should Already Know Before you continue you should have a basic understanding of the following: WWW, HTML, XML and the basics of building Web [...]

Feb
24
2012

ASP.Net Interview Questions Part-2

asplogo2

ASP.NET 3.0 Interview Questions What is the Windows Presentation Foundation? The Windows Presentation Foundation is the unified presentation subsystem for Windows. It consists of a display engine and a managed-code framework. The Windows Presentation Foundation unifies how Windows creates, displays, and manipulates documents, media, and user interface, which enables developers and designers to create visually-stunning, differentiated user experiences that improve customer connection. When it ships, scheduled for 2006, the Windows Presentation Foundation will be available [...]

Pages:12»

Tutorials & Interview Questions

PageRank



E-Books of the month

Guide-to-HTML-JavaScript-and-PHP Sams.Teach.Yourself.C.plus.plus.in.24.Hours.5th.Edition.2011 A limited time offer only for one month.The Books are Guide to HTML, JavaScript and PHP For Scientists and Engineers & Sams Teach Yourself is a Book in which you can learn the c++ within 24 hours...

Enter your Email to Grab free E-Books


didn't receive the e book please contact us at info@downloadsparade.com

Recent Comments

Who's Online

  • 0 Members.
  • 3 Guests.

Stats