<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>ASP.NET</title>
        <link>http://geekswithblogs.net/mahesh/category/4916.aspx</link>
        <description>ASP.NET</description>
        <language>en-US</language>
        <copyright>Mahesh Singh</copyright>
        <managingEditor>maheshsingh21@yahoo.co.in</managingEditor>
        <generator>Subtext Version 0.0.0.0</generator>
        <item>
            <title>ASP.NET 2.0 Interview Questions</title>
            <link>http://geekswithblogs.net/mahesh/archive/2008/01/10/asp.net-2.0-interview-questions.aspx</link>
            <description>&lt;span style="border: 2px solid white;"&gt;     &lt;br /&gt;
&lt;div style="border: 4px solid gray; width: 100%; background-color: Silver; color: Gray; font-size: 15px; font-weight: bold; text-align: center;"&gt;&lt;br /&gt;
&lt;a href="http://www.thinkinterview.com/Interview-Questions/Default.aspx" style="font-weight: bold; font-size: 12px; color: blue;" target="_blank"&gt;Interview Questions &lt;/a&gt; |          &lt;a href="http://www.thinkinterview.com/Interview-Questions/c2_ASP.NET-Interview-Questions.aspx" style="font-weight: bold; font-size: 12px; color: blue;" target="_blank"&gt;ASP.NET Interview Questions &lt;/a&gt; |          &lt;a href="http://www.thinkinterview.com/Interview-Questions/c1_.NET-Interview-Questions.aspx" style="font-weight: bold; font-size: 12px; color: blue;" target="_blank"&gt;.NET Interview Questions &lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.thinkinterview.com/Interview-Questions/c2_ASP.NET-Interview-Questions.aspx" style="font-weight: bold; font-size: 12px; color: blue;" target="_blank"&gt;ASP.NET 2.0 Interview Questions &lt;/a&gt; |          &lt;a href="http://www.thinkinterview.com/Interview-Questions/c1_.NET-Interview-Questions.aspx" style="font-weight: bold; font-size: 12px; color: blue;" target="_blank"&gt;.NET 2.0 Interview Questions &lt;/a&gt; |          &lt;a href="http://www.thinkinterview.com/blogs/post/2008/09/19/SQL-Server-2005-(Database)-Interview-Questions.aspx" style="font-weight: bold; font-size: 12px; color: blue;" target="_blank"&gt;SQL Server 2005 Interview Questions &lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;/span&gt;
&lt;h2&gt;ASP.NET 2.0 Interview Questions&lt;/h2&gt;
&lt;strong&gt;   1. &lt;a href="http://www.thinkinterview.com/Interview-Questions/q82_What-is-the-name-of-the-property-of-ASP-NET-page-that-you-can-query-to-dete.aspx" target="_blank"&gt;         What is the name of the property of ASP.NET page that you can query to determine that a ASP.NET page is being requested not data being submitted to web server? &lt;br /&gt;
&lt;/a&gt;     &lt;/strong&gt; A. FirstGet &lt;br /&gt;
B. Initialized &lt;br /&gt;
C. IncludesData &lt;br /&gt;
D. IsPostBack      &lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://msdn2.microsoft.com/en-us/library/system.web.ui.page.ispostback.aspx" target="_blank"&gt;         &lt;span style="font-size: 11pt;"&gt;IsPostBack&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: 11pt;"&gt;             &lt;br /&gt;
&lt;/span&gt;     &lt;br /&gt;
&lt;strong&gt;   2. &lt;a href="http://www.thinkinterview.com/Interview-Questions/q83_While-creating-a-Web-site-with-the-help-of-Visual-Studio-2005-on-a-remote-c.aspx" target="_blank"&gt;         While creating a Web site with the help of Visual Studio 2005 on a remote computer that does not have Front Page Server Extensions installed, which Web site type will you create in Visual Studio 2005?&lt;/a&gt;&lt;/strong&gt;&lt;a href="http://www.thinkinterview.com/Interview-Questions/q83_While-creating-a-Web-site-with-the-help-of-Visual-Studio-2005-on-a-remote-c.aspx" target="_blank"&gt;         &lt;/a&gt;     &lt;br /&gt;
A. Remote HTTP &lt;br /&gt;
B. File &lt;br /&gt;
C. FTP &lt;br /&gt;
D. Local HTTP&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.w3.org/Protocols/" target="_blank"&gt;&lt;span style="font-size: 11pt;"&gt;Hypertext Transfer         Protocol (HTTP)&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;    3. &lt;a href="http://www.thinkinterview.com/Interview-Questions/q84_If-you-want-to-create-a-new-Web-site-with-the-help-of-Visual-Studio-2005-on.aspx" target="_blank"&gt;         If you want to create a new Web site with the help of Visual Studio 2005 on a Web server that is hosted by your ISP (Internet Services provider) and the Web server has Front Page Server Extensions installed, what type of Web site type would you create in Visual Studio 2005? &lt;/a&gt;&lt;/strong&gt;     &lt;br /&gt;
A. Local HTTP &lt;br /&gt;
B. File &lt;br /&gt;
C. FTP &lt;br /&gt;
D. Remote HTTP      &lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.w3.org/Protocols/" target="_blank"&gt;&lt;span style="font-size: 11pt;"&gt;Hypertext Transfer         Protocol (HTTP)&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;    4. &lt;a href="http://www.thinkinterview.com/Interview-Questions/q85_For-separating-server-side-code-from-client-side-code-on-a-ASP-NET-page-wha.aspx" target="_blank"&gt;         For separating server-side code from client-side code on a ASP.NET page, what programming model should you use? &lt;br /&gt;
&lt;/a&gt;     &lt;/strong&gt; A. Separation model &lt;br /&gt;
B. Code-Behind model &lt;br /&gt;
C. In-Line model &lt;br /&gt;
D. ClientServer model&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;   5. &lt;a href="http://www.thinkinterview.com/Interview-Questions/q86_Amit-created-a-new-Web-site-using-Visual-Studio-2005-in-programming-languag.aspx" target="_blank"&gt;         Amit created a new Web site using Visual Studio 2005 in programming language C#. Later, Amit received an existing Web page from his boss, which consisted of the Contact.aspx file with the Contact.aspx.vb code-behind page. What must Amit do to use these files? &lt;/a&gt;&lt;/strong&gt;     &lt;br /&gt;
A. Amit can simply add the files Contact.aspx, Contact.aspx.vb into the existing Web site, because ASP.NET 2.0 supports Web sites that have Web pages that were programmed with different languages. &lt;br /&gt;
B. The Contact.aspx file will work, but Amit must rewrite the code-behind page using C#. &lt;br /&gt;
C. Both files Contact.aspx  and Contact.aspx.vb must be rewritten in C#. &lt;br /&gt;
D. Amit must create a new Web site that contains these files Contact.aspx and Contact.aspx.vb. Set a Web reference to the new site.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;   6. &lt;a href="http://www.thinkinterview.com/Interview-Questions/q87_If-you-want-to-make-a-configuration-setting-change-in-your-server-that-will.aspx" target="_blank"&gt;         If you want to make a configuration setting change in your server that will affect to all Web and Windows applications on the current machine. Where you will make the changes? &lt;br /&gt;
&lt;/a&gt;     &lt;/strong&gt; A. Global.asax &lt;br /&gt;
B. Web.config &lt;br /&gt;
C. Machine.config &lt;br /&gt;
D. Global.asax      &lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;   7. &lt;a href="http://www.thinkinterview.com/Interview-Questions/q88_If-you-want-to-make-a-configuration-setting-change-that-will-affect-only-th.aspx" target="_blank"&gt;         If you want to make a configuration setting change that will affect only the current Web application. Which file will you change? &lt;br /&gt;
&lt;/a&gt;     &lt;/strong&gt; A. Web.config that is in the same folder as the Machine.config file &lt;br /&gt;
B. Web.config in the root of the Web application &lt;br /&gt;
C. Machine.config &lt;br /&gt;
D. Global.asax&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;  8. &lt;a href="http://www.thinkinterview.com/Interview-Questions/q89_For-making-a-configuration-setting-change-that-will-affect-only-the-current.aspx" target="_blank"&gt;         For making a configuration setting change that will affect only the current Web application. Is there any tool that has a user-friendly Graphical User Interface (GUI)? &lt;br /&gt;
&lt;/a&gt;     &lt;/strong&gt; A. The Microsoft Management Utility &lt;br /&gt;
B. Microsoft Word &lt;br /&gt;
C. Visual Studio, using the Tools &amp;gt; Options path &lt;br /&gt;
D. Web Site Administration Tool &lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;
&lt;h2&gt;ASP.NET 2.0 Interview Questions&lt;/h2&gt;
9. &lt;a href="http://www.thinkinterview.com/Interview-Questions/q90_How-will-you-identify-which-event-in-the-ASP-NET-Web-page-life-cycle-takes-.aspx" target="_blank"&gt;             How will you identify which event in the ASP.NET Web page life cycle takes the longest time to execute? &lt;br /&gt;
&lt;/a&gt;     &lt;/strong&gt; A. Turn on ASP.NET trace and run the Web application. &lt;br /&gt;
B. Add a few code to each of the page life-cycle events that will print the current time. &lt;br /&gt;
C. In the Web.config file, add the monitorTimings attribute and set it to True. &lt;br /&gt;
D. In the Web site properties, turn on the performance monitor and run the Web application. After that, open performance monitor to see the timings.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;    11. &lt;a href="http://www.thinkinterview.com/Interview-Questions/q92_You-are-interested-in-examining-the-data-that-is-posted-to-the-Web-server-W.aspx" target="_blank"&gt;         You are interested in examining the data that is posted to the Web server. What trace result section can you use to see this information?&lt;br /&gt;
&lt;/a&gt;     &lt;/strong&gt; A. Control Tree &lt;br /&gt;
B. Headers Collection &lt;br /&gt;
C. Form Collection &lt;br /&gt;
D. Server Variables&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;   12. &lt;a href="http://www.thinkinterview.com/Interview-Questions/q93_While-creating-web-site-you-need-to-add-an-HTML-Web-server-control-to-the-W.aspx" target="_blank"&gt;         While creating web site you need to add an HTML Web server control to the Web page, you need to drag an HTML element from the ToolBox of Visual Studio 2005 to the Web page and then which of the following tasks you will perform? &lt;/a&gt;&lt;/strong&gt;     &lt;br /&gt;
A. Right-click the HTML element and click Run=Server. &lt;br /&gt;
B. Double-click the HTML element to convert it to an HTML server control. &lt;br /&gt;
C. Right-click the HTML element and click Run As Server Control. &lt;br /&gt;
D. Click the HTML element and set ServerControl to true in the Properties window.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;     13. &lt;a href="http://www.thinkinterview.com/Interview-Questions/q94_While-testing-your-ASP-NET-web-application-you-noticed-that-while-clicking-.aspx" target="_blank"&gt;         While testing your ASP.NET web application you noticed that while clicking on CheckBox of one of the web page it does not cause a PostBack; you required that the CheckBox should make PostBack so Web page can be update on the server-side code. How can you make the CheckBox to cause a PostBack?&lt;/a&gt;&lt;/strong&gt;&lt;a href="http://www.thinkinterview.com/Interview-Questions/q94_While-testing-your-ASP-NET-web-application-you-noticed-that-while-clicking-.aspx" target="_blank"&gt;     &lt;br /&gt;
&lt;/a&gt; A. Set the AutoPostBack property to true. &lt;br /&gt;
B. Add JavaScript code to call the ForcePostBack method. &lt;br /&gt;
C. Set the PostBackAll property of the Web page to true. &lt;br /&gt;
D. Add server-side code to listen for the click event from the client.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;   14. &lt;a href="http://www.thinkinterview.com/Interview-Questions/q92_You-are-interested-in-examining-the-data-that-is-posted-to-the-Web-server-W.aspx" target="_blank"&gt;         While writing code in Visual Studio 2005 you creates a new instance of a ASP.NET TextBox server control, what do you need to do to get the TextBox to display on the Web page? &lt;br /&gt;
&lt;/a&gt;     &lt;/strong&gt; A. Call the ShowControl method on the TextBox. &lt;br /&gt;
B. Set the VisibleControl to true on the TextBox. &lt;br /&gt;
C. Add the TextBox instance to the form1.Controls collection. &lt;br /&gt;
D. Execute the AddControl method on the Web page.      &lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;    15. &lt;a href="http://www.thinkinterview.com/Interview-Questions/q93_While-creating-web-site-you-need-to-add-an-HTML-Web-server-control-to-the-W.aspx" target="_blank"&gt;         While creating your ASP.NET web based application you want to create multiple RadioButton server controls which should be mutually exclusive, what property of RadioButton server controls you must set? &lt;/a&gt;&lt;/strong&gt;     &lt;br /&gt;
A. Exclusive &lt;br /&gt;
B. MutuallyExclusive &lt;br /&gt;
C. Grouped &lt;br /&gt;
D. GroupName&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;   16. &lt;a href="http://www.thinkinterview.com/Interview-Questions/q97_While-creating-an-ASP-NET-web-application-with-the-help-of-Visual-Studio-20.aspx" target="_blank"&gt;         While creating an ASP.NET web application with the help of Visual Studio 2005 you are creates a Web page that has several related buttons, such as fast-forward, reverse, play, stop, and pause. There should be one event handler that handles the processes of PostBack from these Button server controls. Other than the normal Submit button, what type of button can you create?&lt;/a&gt;         &lt;br /&gt;
&lt;/strong&gt; A. OneToMany &lt;br /&gt;
B. Command &lt;br /&gt;
C. Reset &lt;br /&gt;
D. ManyToOne&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;
&lt;h2&gt;ASP.NET 2.0 Interview Questions&lt;/h2&gt;
17. &lt;a href="http://www.thinkinterview.com/Interview-Questions/q98_In-the-Design-view-in-Visual-Studio-2005-of-an-ASP-NET-web-page-what-is-the.aspx" target="_blank"&gt;             In the Design view in Visual Studio 2005 of an ASP.NET web page, what is the easiest way to create an event handler for the default event of a ASP.NET server control? &lt;br /&gt;
&lt;/a&gt;     &lt;/strong&gt; A. Open the code-behind page and write the code. &lt;br /&gt;
B. Right-click the control and select Create Handler. &lt;br /&gt;
C. Drag an event handler from the ToolBox to the desired control.&lt;br /&gt;
D. Double-click the control.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;     18.  &lt;a href="http://www.thinkinterview.com/Interview-Questions/q99_Which-of-the-following-represents-the-best-use-of-the-Table-TableRow-and-Ta.aspx" target="_blank"&gt;         Which of the following represents the best use of the Table, TableRow, and Table-Cell controls?&lt;br /&gt;
&lt;/a&gt;     &lt;/strong&gt; A. To create and populate a Table in Design view &lt;br /&gt;
B. To create a customized control that needs to display data in a tabular fashion&lt;br /&gt;
C. To create and populate a Table with images &lt;br /&gt;
D. To display a tabular result set&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;    19. &lt;a href="http://www.thinkinterview.com/Interview-Questions/q100_For-your-ASP-NET-web-application-your-graphics-designer-created-elaborate-i.aspx" target="_blank"&gt;         For your ASP.NET web application your graphics designer created elaborate images that show the product lines of your company. Some of graphics of the product line are rectangular, circular, and others are having complex shapes. You need to use these images as a menu on your Web site. What is the best way of incorporating these images into your Web site? &lt;br /&gt;
&lt;/a&gt;     &lt;/strong&gt; A. Use ImageButton and use the x- and y-coordinates that are returned when the user clicks to figure out what product line the user clicked. &lt;br /&gt;
B. Use the Table, TableRow, and TableCell controls, break the image into pieces that are displayed in the cells, and use the TableCell control’s Click event to identify the product line that was clicked. &lt;br /&gt;
C. Use the MultiView control and break up the image into pieces that can be displayed in each View control for each product line. Use the Click event of the View to identify the product line that was clicked. &lt;br /&gt;
D. Use an ImageMap control and define hot spot areas for each of the product lines. Use the PostBackValue to identify the product line that was clicked.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;   20. &lt;a href="http://www.thinkinterview.com/Interview-Questions/q101_You-are-writing-ASP-NET-2-0-Web-site-that-collects-lots-of-data-from-users-.aspx" target="_blank"&gt;         You are writing ASP.NET 2.0 Web site that collects lots of data from users, and the data collection forms spreads over multiple ASP.NET Web pages. When the user reaches the last page, you need to gather all of data, validate the data, and save the data to the SQL Server database. You have noticed that it can be rather difficult to gather the data that is spread over multiple pages and you want to simplify this application. What is the easiest control to implement that can be used to collect the data on a single Web page? &lt;/a&gt;         &lt;br /&gt;
&lt;/strong&gt; A. The View control &lt;br /&gt;
B. The TextBox control &lt;br /&gt;
C. The Wizard control &lt;br /&gt;
D. The DataCollection control&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;    21. &lt;a href="http://www.thinkinterview.com/Interview-Questions/q102_In-your-ASP-NET-2-0-web-application-you-want-to-display-an-image-that-is-se.aspx" target="_blank"&gt;         In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this? &lt;br /&gt;
&lt;/a&gt;     &lt;/strong&gt; A. Use the ImageMap control and randomly select a HotSpot to show or hide. &lt;br /&gt;
B. Use the Image control to hold the image and a Calendar control to randomly select a date for each image to be displayed. &lt;br /&gt;
C. Use the AdServer control and create an XML file with configuration of the control. &lt;br /&gt;
D. Use an ImageButton control to predict randomness of the image to be loaded based on the clicks of the control.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;   22. &lt;a href="http://www.thinkinterview.com/Interview-Questions/q103_In-your-ASP-NET-web-application-you-want-to-display-a-list-of-clients-on-a-.aspx" target="_blank"&gt;         In your ASP.NET web application you want to display a list of clients on a Web page. The client list displays 10 clients at a time, and you require the ability to edit the clients. Which Web control is the best choice for this scenario? &lt;/a&gt;&lt;/strong&gt;     &lt;br /&gt;
A. The DetailsView control &lt;br /&gt;
B. The Table control &lt;br /&gt;
C. The GridView control &lt;br /&gt;
D. The FormView control      &lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;   23. &lt;a href="http://www.thinkinterview.com/Interview-Questions/q105_While-developing-ASP-NET-2-0-web-application-you-have-a-DataSet-containing-.aspx" target="_blank"&gt;         While developing ASP.NET 2.0 web application you want to display a list of parts in a master/detail scenario where the user can select a part number using a list that takes a minimum amount of space on the Web page. When the part is selected, a DetailsView control displays all the information about the part and allows the user to edit the part. Which Web control is the best choice to display the part number list for this scenario? &lt;/a&gt;&lt;/strong&gt;     &lt;br /&gt;
A. The DropDownList control &lt;br /&gt;
B. The RadioButtonList control &lt;br /&gt;
C. The FormView control &lt;br /&gt;
D. The TextBox control      &lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;
&lt;h2&gt;ASP.NET 2.0 Interview Questions&lt;/h2&gt;
24. &lt;a href="http://www.thinkinterview.com/Interview-Questions/q105_While-developing-ASP-NET-2-0-web-application-you-have-a-DataSet-containing-.aspx" target="_blank"&gt;             While developing ASP.NET 2.0 web application you have a DataSet containing a Customer DataTable and an Order DataTable. You want to easily navigate from an Order DataRow to the Customer who placed the order. What object will allow you to easily navigate from the Order to the Customer? &lt;/a&gt;&lt;/strong&gt;     &lt;br /&gt;
A. The DataColumn object &lt;br /&gt;
B. The DataTable object &lt;br /&gt;
C. The DataRow object &lt;br /&gt;
D. The DataRelation object      &lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;   25. &lt;a href="http://www.thinkinterview.com/Interview-Questions/q106_Which-of-the-following-is-a-requirement-when-merging-modified-data-into-a-D.aspx" target="_blank"&gt;         Which of the following is a requirement when merging modified data into a DataSet? &lt;br /&gt;
&lt;/a&gt;     &lt;/strong&gt; A. A primary key must be defined on the DataTable objects. &lt;br /&gt;
B. The DataSet schemas must match in order to merge. &lt;br /&gt;
C. The destination DataSet must be empty prior to merging. &lt;br /&gt;
D. A DataSet must be merged into the same DataSet that created it.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;   26. &lt;a href="http://www.thinkinterview.com/Interview-Questions/q107_You-are-working-with-a-DataSet-and-want-to-be-able-to-display-data-sorted-d.aspx" target="_blank"&gt;         You are working with a DataSet and want to be able to display data, sorted different ways. How do you do so? &lt;br /&gt;
&lt;/a&gt;     &lt;/strong&gt; A. Use the Sort method on the DataTable object. &lt;br /&gt;
B. Use the DataSet object’s Sort method. &lt;br /&gt;
C. Use a DataView object for each sort. &lt;br /&gt;
D. Create a DataTable for each sort, using the DataTable object’s Copy method, and then Sort the result.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;   27. &lt;a href="http://www.thinkinterview.com/Interview-Questions/q108_Which-of-the-following-ways-can-you-proactively-clean-up-a-database-connect.aspx" target="_blank"&gt;         Which of the following ways can you proactively clean up a database connection’s resources? &lt;br /&gt;
&lt;/a&gt;     &lt;/strong&gt; A. Execute the DbConnection object’s Cleanup method. &lt;br /&gt;
B. Execute the DbConnection object’s Close method. &lt;br /&gt;
C. Assign Nothing (C# null) to the variable that references the DbConnection object. &lt;br /&gt;
D. Create a using block for the DbConnection object.      &lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;   29. &lt;a href="http://www.thinkinterview.com/Interview-Questions/q109_What-event-can-you-subscribe-to-if-you-want-to-display-information-from-SQL.aspx" target="_blank"&gt;         What event can you subscribe to if you want to display information from SQL Print statements? &lt;br /&gt;
&lt;/a&gt;     &lt;/strong&gt; A. InfoMessage &lt;br /&gt;
B. MessageReceived &lt;br /&gt;
C. PostedMessage &lt;br /&gt;
D. NewInfo      &lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;    30.  &lt;a href="http://www.thinkinterview.com/Interview-Questions/q110_To-perform-asynchronous-data-access-what-must-be-added-to-the-connection-st.aspx" target="_blank"&gt;         To perform asynchronous data access, what must be added to the connection string? &lt;br /&gt;
&lt;/a&gt;     &lt;/strong&gt; A. BeginExecute=true &lt;br /&gt;
B. MultiThreaded=true &lt;br /&gt;
C. MultipleActiveResultSets=true&lt;br /&gt;
D. Asynchronous=true&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;    31. &lt;a href="http://www.thinkinterview.com/Interview-Questions/q111_Which-class-can-be-used-to-create-an-XML-document-from-scratch-.aspx" target="_blank"&gt;         Which class can be used to create an XML document from scratch? &lt;br /&gt;
&lt;/a&gt;     &lt;/strong&gt; A. XmlConvert &lt;br /&gt;
B. XmlDocument &lt;br /&gt;
C. XmlNew &lt;br /&gt;
D. XmlSettings      &lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;  32. &lt;a href="http://www.thinkinterview.com/Interview-Questions/q112_Which-class-can-be-used-to-perform-data-type-conversion-between-NET-data-ty.aspx" target="_blank"&gt;         Which class can be used to perform data type conversion between .NET data types and XML types? &lt;br /&gt;
&lt;/a&gt;     &lt;/strong&gt; A. XmlType &lt;br /&gt;
B. XmlCast &lt;br /&gt;
C. XmlConvert &lt;br /&gt;
D. XmlSettings&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-weight: bold;"&gt;MORE POST:&lt;/span&gt;&lt;br style="font-weight: bold;" /&gt;
&lt;br /&gt;
&lt;a href="http://www.thinkinterview.com/blogs/post/2008/09/19/SQL-Server-2005-(Database)-Interview-Questions.aspx"&gt;&lt;font size="4"&gt;&lt;span style="font-weight: bold; font-family: Arial;"&gt;SQL Server 2005 Interview Question&lt;/span&gt;&lt;/font&gt;&lt;/a&gt;&lt;br /&gt;
&lt;h2&gt;&lt;font size="2"&gt;&lt;a href="http://geekswithblogs.net/mahesh/archive/2008/06/09/a-leader-should-know-how-to-manage-failure.aspx" title="Title of this entry." id="viewpost_ascx_TitleUrl" target="_blank"&gt;A Leader Should Know How to Manage Failure&lt;/a&gt;&lt;/font&gt;&lt;/h2&gt;
&lt;br /&gt;
&lt;br style="font-weight: bold;" /&gt;
&lt;span style="font-size: 11pt; color: black; font-family: 'AMOPE H+ Berkeley Old ITC';"&gt;         &lt;strong&gt;Resource:&lt;br /&gt;
&lt;/strong&gt;&lt;/span&gt;     &lt;br /&gt;
&lt;a href="http://www.asp.net" target="_blank"&gt;ASP.NET 2.0&lt;/a&gt;&lt;br /&gt;
&lt;p style="margin: 0in 0in 0pt;" class="Default"&gt;         &lt;span style="font-size: 11pt;"&gt;&lt;a href="http://www.webdav.org/" target="_blank"&gt;Distributed Authoring             and Versioning (DAV)             &lt;o:p&gt;&lt;/o:p&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in 0in 0pt;" class="Default"&gt;         &lt;span style="font-size: 11pt;"&gt;&lt;a href="http://www.w3.org/Protocols/" target="_blank"&gt;             &lt;o:p&gt;&lt;/o:p&gt;         &lt;/a&gt;&lt;/span&gt;     &lt;/p&gt;
&lt;p style="margin: 0in 0in 0pt;" class="Default"&gt;         &lt;span style="font-size: 11pt;"&gt;&lt;/span&gt;     &lt;/p&gt;
&lt;p style="margin: 0in 0in 0pt;" class="Default"&gt;         &lt;a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html" target="_blank"&gt;http methods&lt;o:p&gt;&lt;/o:p&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style="margin: 0in 0in 0pt;" class="Default"&gt;         &lt;span style="font-size: 11pt;"&gt;&lt;a href="http://en.wikipedia.org/wiki/MIME" target="_blank"&gt;Multipurpose             Internet Mail Extensions (MIME) type             &lt;o:p&gt;&lt;/o:p&gt;         &lt;/a&gt;&lt;/span&gt;     &lt;/p&gt;
&lt;p style="margin: 0in 0in 0pt;" class="Default"&gt;         &lt;span style="font-size: 11pt;"&gt;&lt;a href="http://en.wikipedia.org/wiki/Postback" target="_blank"&gt;PostBack             &lt;o:p&gt;&lt;/o:p&gt;         &lt;/a&gt;&lt;/span&gt;     &lt;/p&gt;
&lt;p style="margin: 0in 0in 0pt;" class="Default"&gt;         &lt;span style="font-size: 11pt;"&gt;&lt;a href="http://www.w3schools.com/asp/coll_querystring.asp" target="_blank"&gt;             QueryString&lt;/a&gt;             &lt;o:p&gt;&lt;/o:p&gt;         &lt;/span&gt;     &lt;/p&gt;
&lt;p style="margin: 0in 0in 0pt;" class="Default"&gt;         &lt;span style="font-size: 11pt;"&gt;&lt;a href="http://www.startvbdotnet.com/aspsite/forms/response.aspx" target="_blank"&gt;             request             &lt;o:p&gt;&lt;/o:p&gt;         &lt;/a&gt;&lt;/span&gt;     &lt;/p&gt;
&lt;p style="margin: 0in 0in 0pt;" class="Default"&gt;         &lt;span style="font-size: 11pt;"&gt;&lt;a href="http://www.startvbdotnet.com/aspsite/forms/response.aspx" target="_blank"&gt;             response&lt;/a&gt;             &lt;o:p&gt;&lt;/o:p&gt;         &lt;/span&gt;     &lt;/p&gt;
&lt;p style="margin: 0in 0in 0pt;" class="Default"&gt;         &lt;span style="font-size: 11pt;"&gt;&lt;a href="http://en.wikipedia.org/wiki/Web_browser" target="_blank"&gt;Web             browser             &lt;o:p&gt;&lt;/o:p&gt;         &lt;/a&gt;&lt;/span&gt;     &lt;/p&gt;
&lt;p style="margin: 0in 0in 0pt;" class="Default"&gt;         &lt;span style="font-size: 11pt;"&gt;&lt;a href="http://en.wikipedia.org/wiki/Form_(web)" target="_blank"&gt;Web             Form&lt;/a&gt;             &lt;o:p&gt;&lt;/o:p&gt;         &lt;/span&gt;     &lt;/p&gt;
&lt;p style="margin: 0in 0in 0pt;" class="Default"&gt;         &lt;a href="http://en.wikipedia.org/wiki/Web_server" target="_blank"&gt;Web server&lt;/a&gt; &lt;span style="font-size: 11pt;"&gt;             &lt;o:p&gt;&lt;/o:p&gt;         &lt;/span&gt;     &lt;/p&gt;
&lt;p style="margin: 0in 0in 0pt;" class="MsoNormal"&gt;         &lt;span style="font-size: 11pt; color: black; font-family: 'AMOPE H+ Berkeley Old ITC';"&gt;&lt;a href="http://www.w3schools.com/aspnet/aspnet_refhtmlcontrols.asp" target="_blank"&gt;                 HTML server control                 &lt;o:p&gt;&lt;/o:p&gt;             &lt;/a&gt;&lt;/span&gt;     &lt;/p&gt;
&lt;p style="margin: 0in 0in 0pt;" class="MsoNormal"&gt;         &lt;span style="font-size: 11pt; color: black; font-family: 'AMOPE H+ Berkeley Old ITC';"&gt; &lt;/span&gt;&lt;span style="font-size: 11pt; color: black; font-family: 'AMOPE H+ Berkeley Old ITC';"&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/ms972976.aspx" target="_blank"&gt;ViewState                     &lt;o:p&gt;&lt;/o:p&gt;                 &lt;/a&gt;&lt;/span&gt;     &lt;/p&gt;
&lt;p style="margin: 0in 0in 0pt;" class="MsoNormal"&gt;         &lt;span style="font-size: 11pt; color: black; font-family: 'AMOPE H+ Berkeley Old ITC';"&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/bs302eat(VS.80).aspx" target="_blank"&gt;                 Web server control&lt;/a&gt;             &lt;o:p&gt;&lt;/o:p&gt;         &lt;/span&gt;     &lt;/p&gt;
&lt;p style="margin: 0in 0in 0pt;" class="MsoNormal"&gt;         &lt;span style="font-size: 11pt; color: black; font-family: 'AMOPE H+ Berkeley Old ITC';"&gt;&lt;a href="http://en.wikipedia.org/wiki/ACID" target="_blank"&gt;                 ACID properties                 &lt;o:p&gt;&lt;/o:p&gt;             &lt;/a&gt;&lt;/span&gt;     &lt;/p&gt;
&lt;p style="margin: 0in 0in 0pt;" class="MsoNormal"&gt;         &lt;span style="font-size: 11pt; color: black; font-family: 'AMOPE H+ Berkeley Old ITC';"&gt;&lt;a href="http://en.wikipedia.org/wiki/Connection_pool" target="_blank"&gt;                 connection pooling&lt;/a&gt;             &lt;o:p&gt;&lt;/o:p&gt;         &lt;/span&gt;     &lt;/p&gt;
&lt;p style="margin: 0in 0in 0pt;" class="MsoNormal"&gt;         &lt;span style="font-size: 11pt; color: black; font-family: 'AMOPE H+ Berkeley Old ITC';"&gt;&lt;/span&gt;     &lt;/p&gt;
&lt;p style="margin: 0in 0in 0pt;" class="MsoNormal"&gt;         &lt;em&gt;&lt;span style="font-size: 11pt; color: black; font-family: 'AMOAM N+ Berkeley Old ITC';"&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/system.data.datacolumn.aspx" target="_blank"&gt;                 DataColumn &lt;/a&gt;&lt;/span&gt;&lt;/em&gt;&lt;span style="font-size: 11pt; color: black; font-family: 'AMOAM N+ Berkeley Old ITC';"&gt;                     &lt;o:p&gt;&lt;/o:p&gt;                 &lt;/span&gt;     &lt;/p&gt;
&lt;p style="margin: 0in 0in 0pt;" class="MsoNormal"&gt;         &lt;em&gt;&lt;span style="font-size: 11pt; color: black; font-family: 'AMOAM N+ Berkeley Old ITC';"&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/system.data.datarow.aspx" target="_blank"&gt;                 DataRow&lt;/a&gt; &lt;/span&gt;&lt;/em&gt;&lt;span style="font-size: 11pt; color: black; font-family: 'AMOAM N+ Berkeley Old ITC';"&gt;                     &lt;o:p&gt;&lt;/o:p&gt;                 &lt;/span&gt;     &lt;/p&gt;
&lt;p style="margin: 0in 0in 0pt;" class="MsoNormal"&gt;         &lt;em&gt;&lt;span style="font-size: 11pt; color: black; font-family: 'AMOAM N+ Berkeley Old ITC';"&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/system.data.datatable.aspx" target="_blank"&gt;                 DataTable&lt;/a&gt; &lt;/span&gt;&lt;/em&gt;&lt;span style="font-size: 11pt; color: black; font-family: 'AMOAM N+ Berkeley Old ITC';"&gt;                     &lt;o:p&gt;&lt;/o:p&gt;                 &lt;/span&gt;     &lt;/p&gt;
&lt;p style="margin: 0in 0in 0pt;" class="MsoNormal"&gt;         &lt;span style="font-size: 11pt; color: black; font-family: 'AMOPE H+ Berkeley Old ITC';"&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/ms172088(VS.71).aspx" target="_blank"&gt;                 DiffGram&lt;/a&gt;             &lt;o:p&gt;&lt;/o:p&gt;         &lt;/span&gt;     &lt;/p&gt;
&lt;p style="margin: 0in 0in 0pt;" class="MsoNormal"&gt;         &lt;span style="font-size: 11pt; color: black; font-family: 'AMOPE H+ Berkeley Old ITC';"&gt;&lt;a href="http://www.w3.org/DOM/" target="_blank"&gt;                 Document Object Model (DOM)                 &lt;o:p&gt;&lt;/o:p&gt;             &lt;/a&gt;&lt;/span&gt;     &lt;/p&gt;
&lt;p&gt;         &lt;span style="font-size: 11pt; color: black; font-family: 'AMOPE H+ Berkeley Old ITC';"&gt;&lt;/span&gt; &lt;/p&gt;
&lt;span style="border: 2px solid white;"&gt;     &lt;br /&gt;
&lt;div style="border: 4px solid gray; width: 100%; background-color: Silver; color: Gray; font-size: 15px; font-weight: bold; text-align: center;"&gt;&lt;br /&gt;
&lt;a href="http://www.thinkinterview.com/Interview-Questions/Default.aspx" style="font-weight: bold; font-size: 12px; color: blue;" target="_blank"&gt;Interview Questions &lt;/a&gt; |          &lt;a href="http://www.thinkinterview.com/Interview-Questions/c2_ASP.NET-Interview-Questions.aspx" style="font-weight: bold; font-size: 12px; color: blue;" target="_blank"&gt;ASP.NET Interview Questions &lt;/a&gt; |          &lt;a href="http://www.thinkinterview.com/Interview-Questions/c1_.NET-Interview-Questions.aspx" style="font-weight: bold; font-size: 12px; color: blue;" target="_blank"&gt;.NET Interview Questions &lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.thinkinterview.com/Interview-Questions/c2_ASP.NET-Interview-Questions.aspx" style="font-weight: bold; font-size: 12px; color: blue;" target="_blank"&gt;ASP.NET 2.0 Interview Questions &lt;/a&gt; |          &lt;a href="http://www.thinkinterview.com/Interview-Questions/c1_.NET-Interview-Questions.aspx" style="font-weight: bold; font-size: 12px; color: blue;" target="_blank"&gt;.NET 2.0 Interview Questions &lt;/a&gt; |          &lt;a href="http://www.thinkinterview.com/blogs/post/2008/09/19/SQL-Server-2005-(Database)-Interview-Questions.aspx" style="font-weight: bold; font-size: 12px; color: blue;" target="_blank"&gt;SQL Server 2005 Interview Questions &lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;/span&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=118440"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=118440" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/mahesh/aggbug/118440.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Mahesh Singh</dc:creator>
            <guid>http://geekswithblogs.net/mahesh/archive/2008/01/10/asp.net-2.0-interview-questions.aspx</guid>
            <pubDate>Thu, 10 Jan 2008 19:33:52 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/mahesh/comments/118440.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/mahesh/archive/2008/01/10/asp.net-2.0-interview-questions.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/mahesh/comments/commentRss/118440.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/mahesh/services/trackbacks/118440.aspx</trackback:ping>
        </item>
        <item>
            <title>ASP.NET TextBox MultiLine maxlength</title>
            <link>http://geekswithblogs.net/mahesh/archive/2007/12/27/asp.net-textbox.multiline-maxlength.aspx</link>
            <description>&lt;h1&gt;ASP.NET textbox multiline maxlength &lt;/h1&gt;
&lt;h2&gt;multiline textbox with maxlength in asp.net&lt;/h2&gt;
According to msdn in ASP.NET you can not use textbox’s MaxLength property with Multiline Mode. But I was required in my current application. So I search google and other search engines and finally got few solution. I am simply compiling all of the solutions in single post. &lt;br /&gt;
&lt;strong&gt;Solution Number 1 for &lt;/strong&gt;
&lt;h3&gt;ASP.NET TextBox.MultiLine maxlength&lt;/h3&gt;
Add following javascript &lt;br /&gt;
&lt;p class="MsoNormal" style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;span style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Courier New'; mso-no-proof: yes"&gt;function&lt;/span&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'; mso-no-proof: yes"&gt; Count(text,&lt;span style="COLOR: blue"&gt;long&lt;/span&gt;) &lt;!--l namespace="" ns="urn:schemas-microsoft-com:office:office" prefix="o"--&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'; mso-no-proof: yes"&gt;&lt;o:p&gt; &lt;/o:p&gt; &lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'; mso-no-proof: yes"&gt;{&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'; mso-no-proof: yes"&gt;&lt;o:p&gt; &lt;/o:p&gt; &lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'; mso-no-proof: yes"&gt;&lt;span style="mso-tab-count: 1"&gt;      &lt;/span&gt;&lt;span style="COLOR: blue"&gt;var&lt;/span&gt; maxlength = &lt;span style="COLOR: blue"&gt;new&lt;/span&gt; Number(&lt;span style="COLOR: blue"&gt;long&lt;/span&gt;); &lt;span style="COLOR: green"&gt;// Change number to your max length.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;span style="FONT-SIZE: 10pt; COLOR: green; FONT-FAMILY: 'Courier New'; mso-no-proof: yes"&gt;&lt;o:p&gt; &lt;/o:p&gt; &lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN: 0in 0in 0pt 1in; mso-layout-grid-align: none"&gt;&lt;span style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Courier New'; mso-no-proof: yes"&gt;if&lt;/span&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'; mso-no-proof: yes"&gt;(document.getElementById(&lt;span style="COLOR: maroon"&gt;'&amp;lt;%=textBox.ClientID%&amp;gt;'&lt;/span&gt;).value.length &amp;gt; maxlength){&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'; mso-no-proof: yes"&gt;&lt;o:p&gt; &lt;/o:p&gt; &lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'; mso-no-proof: yes"&gt;&lt;span style="mso-tab-count: 2"&gt;            &lt;/span&gt;text.value = text.value.substring(0,maxlength);&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'; mso-no-proof: yes"&gt;&lt;o:p&gt; &lt;/o:p&gt; &lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'; mso-no-proof: yes"&gt;&lt;span style="mso-tab-count: 2"&gt;            &lt;/span&gt;alert(&lt;span style="COLOR: maroon"&gt;" Only "&lt;/span&gt; + &lt;span style="COLOR: blue"&gt;long&lt;/span&gt; + &lt;span style="COLOR: maroon"&gt;" chars"&lt;/span&gt;);&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'; mso-no-proof: yes"&gt;&lt;o:p&gt; &lt;/o:p&gt; &lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN: 0in 0in 0pt"&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'; mso-no-proof: yes"&gt;}&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN: 0in 0in 0pt"&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'; mso-no-proof: yes"&gt;&lt;o:p&gt; &lt;/o:p&gt; &lt;/span&gt;&lt;/p&gt;
&lt;br /&gt;
Where “textBox” is the asp text box ID.&lt;br /&gt;
Also add following events in your textbox. &lt;br /&gt;
&lt;br /&gt;
&lt;p class="MsoNormal" style="MARGIN: 0in 0in 0pt"&gt;&lt;span style="FONT-SIZE: 10pt; COLOR: red; FONT-FAMILY: 'Courier New'; mso-no-proof: yes"&gt;onKeyUp&lt;/span&gt;&lt;span style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Courier New'; mso-no-proof: yes"&gt;="javascript:Count(this,200);"&lt;/span&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'; mso-no-proof: yes"&gt; &lt;span style="COLOR: red"&gt;onChange&lt;/span&gt;&lt;span style="COLOR: blue"&gt;="javascript:Count(this,200);"&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN: 0in 0in 0pt"&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'; mso-no-proof: yes"&gt;&lt;span style="COLOR: blue"&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
Your textbox code should look like &lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN: 0in 0in 0pt"&gt; &lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;span style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Courier New'; mso-no-proof: yes"&gt;&amp;lt;&lt;/span&gt;&lt;span style="FONT-SIZE: 10pt; COLOR: maroon; FONT-FAMILY: 'Courier New'; mso-no-proof: yes"&gt;asp&lt;/span&gt;&lt;span style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Courier New'; mso-no-proof: yes"&gt;:&lt;/span&gt;&lt;span style="FONT-SIZE: 10pt; COLOR: maroon; FONT-FAMILY: 'Courier New'; mso-no-proof: yes"&gt;TextBox&lt;/span&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'; mso-no-proof: yes"&gt; &lt;span style="COLOR: red"&gt;ID&lt;/span&gt;&lt;span style="COLOR: blue"&gt;="textBox"&lt;/span&gt; &lt;span style="COLOR: red"&gt;onKeyUp&lt;/span&gt;&lt;span style="COLOR: blue"&gt;="javascript:Count(this,2);"&lt;/span&gt; &lt;span style="COLOR: red"&gt;onChange&lt;/span&gt;&lt;span style="COLOR: blue"&gt;="javascript:Count(this,2);"&lt;/span&gt;&lt;span style="mso-spacerun: yes"&gt;  &lt;/span&gt;&lt;span style="COLOR: red"&gt;TextMode&lt;/span&gt;&lt;span style="COLOR: blue"&gt;=MultiLine&lt;/span&gt; &lt;span style="COLOR: red"&gt;Columns&lt;/span&gt;&lt;span style="COLOR: blue"&gt;="5"&lt;/span&gt; &lt;span style="COLOR: red"&gt;Rows&lt;/span&gt;&lt;span style="COLOR: blue"&gt;="5"&lt;/span&gt; &lt;span style="COLOR: red"&gt;runat&lt;/span&gt;&lt;span style="COLOR: blue"&gt;=server&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN: 0in 0in 0pt"&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'; mso-no-proof: yes"&gt;&lt;span style="mso-spacerun: yes"&gt;    &lt;/span&gt;&lt;span style="COLOR: blue"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="COLOR: maroon"&gt;asp&lt;/span&gt;&lt;span style="COLOR: blue"&gt;:&lt;/span&gt;&lt;span style="COLOR: maroon"&gt;TextBox&lt;/span&gt;&lt;span style="COLOR: blue"&gt;&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN: 0in 0in 0pt"&gt;&lt;br /&gt;
&lt;strong&gt;Solution Number 2 for &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;h3&gt;ASP.NET TextBox.MultiLine maxlength&lt;/h3&gt;
Another way to achieve this is regular expression. You can add following regular expression validate on asp text box. &lt;br /&gt;
&lt;br /&gt;
&lt;p class="MsoNormal" style="MARGIN: 0in 0in 0pt"&gt;&lt;span style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Courier New'; mso-no-proof: yes"&gt;&amp;lt;&lt;/span&gt;&lt;span style="FONT-SIZE: 10pt; COLOR: maroon; FONT-FAMILY: 'Courier New'; mso-no-proof: yes"&gt;asp&lt;/span&gt;&lt;span style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: 'Courier New'; mso-no-proof: yes"&gt;:&lt;/span&gt;&lt;span style="FONT-SIZE: 10pt; COLOR: maroon; FONT-FAMILY: 'Courier New'; mso-no-proof: yes"&gt;RegularExpressionValidator&lt;/span&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'; mso-no-proof: yes"&gt; &lt;span style="COLOR: red"&gt;ID&lt;/span&gt;&lt;span style="COLOR: blue"&gt;="txtConclusionValidator1"&lt;/span&gt; &lt;span style="COLOR: red"&gt;ControlToValidate&lt;/span&gt;&lt;span style="COLOR: blue"&gt;="textBox"&lt;/span&gt; &lt;span style="COLOR: red"&gt;Text&lt;/span&gt;&lt;span style="COLOR: blue"&gt;="Exceeding 200 characters"&lt;/span&gt; &lt;span style="COLOR: red"&gt;ValidationExpression&lt;/span&gt;&lt;span style="COLOR: blue"&gt;="^[\s\S]{0,2}$"&lt;/span&gt; &lt;span style="COLOR: red"&gt;runat&lt;/span&gt;&lt;span style="COLOR: blue"&gt;="server"&lt;/span&gt; &lt;span style="COLOR: blue"&gt;/&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;br /&gt;
&lt;br /&gt;
Hope this helps you!!!
&lt;div style="BORDER-RIGHT: yellow 2px solid; BORDER-TOP: yellow 2px solid; BORDER-LEFT: yellow 2px solid; BORDER-BOTTOM: yellow 2px solid"&gt;
&lt;div style="BORDER-RIGHT: gray 4px solid; BORDER-TOP: gray 4px solid; BORDER-LEFT: gray 4px solid; WIDTH: 100%; BORDER-BOTTOM: gray 4px solid; BACKGROUND-COLOR: silver; TEXT-ALIGN: center"&gt;&lt;br /&gt;
&lt;a style="FONT-WEIGHT: bold; FONT-SIZE: 15px; COLOR: blue" href="http://www.thinkinterview.com/Interview-Questions/Default.aspx"&gt;Interview Questions &lt;/a&gt;| &lt;a style="FONT-WEIGHT: bold; FONT-SIZE: 15px; COLOR: blue" href="http://www.thinkinterview.com/Interview-Questions/c2_ASP.NET-Interview-Questions.aspx"&gt;ASP.NET Interview Questions &lt;/a&gt;| &lt;a style="FONT-WEIGHT: bold; FONT-SIZE: 15px; COLOR: blue" href="http://www.thinkinterview.com/Interview-Questions/c1_.NET-Interview-Questions.aspx"&gt;.NET Interview Questions &lt;/a&gt;&lt;br /&gt;
&lt;a style="FONT-WEIGHT: bold; FONT-SIZE: 15px; COLOR: blue" href="http://www.thinkinterview.com/Interview-Questions/c2_ASP.NET-Interview-Questions.aspx"&gt;ASP.NET 2.0 Interview Questions &lt;/a&gt;| &lt;a style="FONT-WEIGHT: bold; FONT-SIZE: 15px; COLOR: blue" href="http://www.thinkinterview.com/Interview-Questions/c1_.NET-Interview-Questions.aspx"&gt;.NET 2.0 Interview Questions &lt;/a&gt;| &lt;a style="FONT-WEIGHT: bold; FONT-SIZE: 15px; COLOR: blue" href="http://www.thinkinterview.com/Interview-Questions/s23_SQL-Server-2005-Interview-Questions.aspx"&gt;SQL Server 2005 Interview Questions &lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=118028"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=118028" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/mahesh/aggbug/118028.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Mahesh Singh</dc:creator>
            <guid>http://geekswithblogs.net/mahesh/archive/2007/12/27/asp.net-textbox.multiline-maxlength.aspx</guid>
            <pubDate>Fri, 28 Dec 2007 11:41:16 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/mahesh/comments/118028.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/mahesh/archive/2007/12/27/asp.net-textbox.multiline-maxlength.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/mahesh/comments/commentRss/118028.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/mahesh/services/trackbacks/118028.aspx</trackback:ping>
        </item>
        <item>
            <title>ASP.NET Web Services Interview Questions</title>
            <link>http://geekswithblogs.net/mahesh/archive/2007/12/25/asp.net-web-services-interview-questions-yet-again.aspx</link>
            <description>&lt;h1&gt;&lt;a target="_blank" href="http://www.thinkinterview.com/Interview-Questions/s3_.NET-Web-Services-Interview-Questions.aspx"&gt;ASP.NET Web Services Interview Questions &lt;/a&gt;&lt;/h1&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a target="_blank" href="http://www.thinkinterview.com/Interview-Questions/q69_Which-page-is-used-to-display-the-link-of-webmethods-in-ASP-NET-web-service.aspx"&gt;Which page is used to display the link of webmethods in ASP.NET web services? &lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a target="_blank" href="http://www.thinkinterview.com/Interview-Questions/q68_If-your-webmethod-is-having-return-type-is-void-and-while-consuming-the-web.aspx"&gt;If your webmethod is having return type is void and while consuming the webservices you don’t want to wait the complete execution to that method. How would you achive this? &lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a target="_blank" href="http://www.thinkinterview.com/Interview-Questions/q67_How-you-would-make-your-web-services-to-participate-in-transaction-.aspx"&gt;How you would make your web services to participate in transaction? &lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a target="_blank" href="http://www.thinkinterview.com/Interview-Questions/q66_What-would-be-key-requirement-to-make-ASP-NET-web-application-an-ASP-NET-We.aspx"&gt;What would be key requirement to make ASP.NET web application an ASP.NET Web Services? &lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a target="_blank" href="http://www.thinkinterview.com/Interview-Questions/q65_What-is-the-primary-purpose-of-Namespace-property-which-is-used-in-WebServi.aspx"&gt;What is the primary purpose of Namespace property, which is used in WebServices attribute? &lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a target="_blank" href="http://www.thinkinterview.com/Interview-Questions/q64_Identify-invalid-WebServices-declaration-.aspx"&gt;Identify invalid WebServices declaration? &lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a target="_blank" href="http://www.thinkinterview.com/Interview-Questions/q63_While-creating-Web-Service-through-visual-studio-template-which-namespaces-.aspx"&gt;While creating Web Service through visual studio template, which namespaces are include automatically? &lt;/a&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div style="background-color:Yellow; text-align:center; width:100%"&gt;
&lt;br /&gt;
&lt;a style="color:Blue; font-size:15px; font-weight:bold" href="http://www.thinkinterview.com/Interview-Questions/Default.aspx"&gt;
    Interview Questions
&lt;/a&gt; | &lt;a style="color:Blue; font-size:15px; font-weight:bold" href="http://www.thinkinterview.com/Interview-Questions/c2_ASP.NET-Interview-Questions.aspx"&gt;
    ASP.NET Interview Questions
&lt;/a&gt; | &lt;a style="color:Blue; font-size:15px; font-weight:bold" href="http://www.thinkinterview.com/Interview-Questions/c1_.NET-Interview-Questions.aspx"&gt;
    .NET Interview Questions
&lt;/a&gt;
&lt;br /&gt;
&lt;a style="color:Blue; font-size:15px; font-weight:bold" href="http://www.thinkinterview.com/Interview-Questions/c2_ASP.NET-Interview-Questions.aspx"&gt;
    ASP.NET 2.0 Interview Questions
&lt;/a&gt; | &lt;a style="color:Blue; font-size:15px; font-weight:bold" href="http://www.thinkinterview.com/Interview-Questions/c1_.NET-Interview-Questions.aspx"&gt;
    .NET 2.0 Interview Questions
&lt;/a&gt; | &lt;a style="color:Blue; font-size:15px; font-weight:bold" href="http://www.thinkinterview.com/Interview-Questions/s23_SQL-Server-2005-Interview-Questions.aspx"&gt;
    SQL Server 2005 Interview Questions
&lt;/a&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=117982"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=117982" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/mahesh/aggbug/117982.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Mahesh Singh</dc:creator>
            <guid>http://geekswithblogs.net/mahesh/archive/2007/12/25/asp.net-web-services-interview-questions-yet-again.aspx</guid>
            <pubDate>Tue, 25 Dec 2007 15:19:35 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/mahesh/comments/117982.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/mahesh/archive/2007/12/25/asp.net-web-services-interview-questions-yet-again.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/mahesh/comments/commentRss/117982.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/mahesh/services/trackbacks/117982.aspx</trackback:ping>
        </item>
        <item>
            <title>ASP.NET Web Services Interview Questions</title>
            <link>http://geekswithblogs.net/mahesh/archive/2007/12/25/asp.net-web-services-interview-questions-again.aspx</link>
            <description>&lt;h1&gt;&lt;a target="_blank" href="http://www.thinkinterview.com/Interview-Questions/s3_.NET-Web-Services-Interview-Questions.aspx"&gt;ASP.NET Web Services Interview Questions &lt;/a&gt;&lt;/h1&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a target="_blank" href="http://www.thinkinterview.com/Interview-Questions/q75_Which-method-is-used-to-serialize-an-object-into-an-XML-document-from-Xmlse.aspx"&gt;Which method is used to serialize an object into an XML document from Xmlserializer class? &lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a target="_blank" href="http://www.thinkinterview.com/Interview-Questions/q74_How-to-specify-the-Web-Service-compile-with-the-WS-I-basic-profile-.aspx"&gt;How to specify the Web Service compile with the WS-I basic profile? &lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a target="_blank" href="http://www.thinkinterview.com/Interview-Questions/q73_For-SOAP-Simple-Object-Access-Protocol-message-formatting-what-is-the-purpo.aspx"&gt;For SOAP (Simple Object Access Protocol) message formatting what is the purpose of Encoded value? &lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a target="_blank" href="http://www.thinkinterview.com/Interview-Questions/q72_What-are-the-three-main-section-of-SOAP-Simple-Object-Access-Protocol-messa.aspx"&gt;What are the three main section of SOAP (Simple Object Access Protocol) message? &lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a target="_blank" href="http://www.thinkinterview.com/Interview-Questions/q71_What-all-steps-are-required-to-create-an-application-to-test-your-ASP-NET-w.aspx"&gt;What all steps are required to create an application to test your ASP.NET web services? &lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a target="_blank" href="http://www.thinkinterview.com/Interview-Questions/q70_How-you-can-verify-the-result-of-your-ASP-NET-web-services-.aspx"&gt;How you can verify the result of your ASP.NET web services? &lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div style="background-color:Yellow; text-align:center; width:100%"&gt;
&lt;br /&gt;
&lt;a style="color:Blue; font-size:15px; font-weight:bold" href="http://www.thinkinterview.com/Interview-Questions/Default.aspx"&gt;
    Interview Questions
&lt;/a&gt; | &lt;a style="color:Blue; font-size:15px; font-weight:bold" href="http://www.thinkinterview.com/Interview-Questions/c2_ASP.NET-Interv&amp;#xD;&amp;#xA;&amp;#xD;&amp;#xA;iew-Questions.aspx"&gt;
    ASP.NET Interview Questions
&lt;/a&gt; | &lt;a style="color:Blue; font-size:15px; font-weight:bold" href="http://www.thinkinterview.com/Interview-Questions/c1_.NET-Interview&amp;#xD;&amp;#xA;&amp;#xD;&amp;#xA;-Questions.aspx"&gt;
    .NET Interview Questions
&lt;/a&gt;
&lt;br /&gt;
&lt;a style="color:Blue; font-size:15px; font-weight:bold" href="http://www.thinkinterview.com/Interview-Questions/c2_ASP.NET-Interv&amp;#xD;&amp;#xA;&amp;#xD;&amp;#xA;iew-Questions.aspx"&gt;
    ASP.NET 2.0 Interview Questions
&lt;/a&gt; | &lt;a style="color:Blue; font-size:15px; font-weight:bold" href="http://www.thinkinterview.com/Interview-Questions/c1_.NET-Interview&amp;#xD;&amp;#xA;&amp;#xD;&amp;#xA;-Questions.aspx"&gt;
    .NET 2.0 Interview Questions
&lt;/a&gt; | &lt;a style="color:Blue; font-size:15px; font-weight:bold" href="http://www.thinkinterview.com/Interview-Questions/s23_SQL-Server-20&amp;#xD;&amp;#xA;&amp;#xD;&amp;#xA;05-Interview-Questions.aspx"&gt;
    SQL Server 2005 Interview Questions
&lt;/a&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=117981"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=117981" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/mahesh/aggbug/117981.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Mahesh Singh</dc:creator>
            <guid>http://geekswithblogs.net/mahesh/archive/2007/12/25/asp.net-web-services-interview-questions-again.aspx</guid>
            <pubDate>Tue, 25 Dec 2007 15:18:54 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/mahesh/comments/117981.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/mahesh/archive/2007/12/25/asp.net-web-services-interview-questions-again.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/mahesh/comments/commentRss/117981.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/mahesh/services/trackbacks/117981.aspx</trackback:ping>
        </item>
        <item>
            <title>ASP.NET Web Services Interview Questions</title>
            <link>http://geekswithblogs.net/mahesh/archive/2007/12/25/asp.net-web-services-interview-questions.aspx</link>
            <description>&lt;h1&gt;&lt;a target="_blank" href="http://www.thinkinterview.com/Interview-Questions/s3_.NET-Web-Services-Interview-Questions.aspx"&gt;ASP.NET Web Services Interview Questions &lt;/a&gt;&lt;/h1&gt;
&lt;a target="_blank" href="http://www.thinkinterview.com/Interview-Questions/q81_How-do-you-configure-the-SOAP-Simple-Object-Access-Protocol-to-associate-wi.aspx"&gt;How do you configure the SOAP (Simple Object Access Protocol) to associate with particular web method? &lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a target="_blank" href="http://www.thinkinterview.com/Interview-Questions/q80_Which-method-of-SoapExtension-class-is-used-to-intercept-the-incoming-strea.aspx"&gt;Which method of SoapExtension class is used to intercept the incoming stream and determine the stage? &lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a target="_blank" href="http://www.thinkinterview.com/Interview-Questions/q79_Which-is-a-true-statement-for-BeforeSerialize-stage-of-an-in-coming-request.aspx"&gt;Which is a true statement for BeforeSerialize stage of an in-coming request message occurs? &lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a target="_blank" href="http://www.thinkinterview.com/Interview-Questions/q78_What-value-can-be-used-when-setting-the-direction-of-the-SOAP-header-.aspx"&gt;What value can be used when setting the direction of the SOAP header? &lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a target="_blank" href="http://www.thinkinterview.com/Interview-Questions/q77_Which-is-not-the-step-to-create-custom-SOAP-Simple-Object-Access-Protocol-h.aspx"&gt;Which is not the step to create custom SOAP (Simple Object Access Protocol) header class? &lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a target="_blank" href="http://www.thinkinterview.com/Interview-Questions/q76_What-kind-of-information-included-in-SOAP-Simple-Object-Access-Protocol-hea.aspx"&gt;What kind of information included in SOAP (Simple Object Access Protocol) header? &lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div style="WIDTH: 100%; BACKGROUND-COLOR: yellow; TEXT-ALIGN: center"&gt;&lt;br /&gt;
&lt;a style="FONT-WEIGHT: bold; FONT-SIZE: 15px; COLOR: blue" href="http://www.thinkinterview.com/Interview-Questions/Default.aspx"&gt;Interview Questions &lt;/a&gt;| &lt;a style="FONT-WEIGHT: bold; FONT-SIZE: 15px; COLOR: blue" href="http://www.thinkinterview.com/Interview-Questions/c2_ASP.NET-Interv&amp;#xD;&amp;#xA;iew-Questions.aspx"&gt;ASP.NET Interview Questions &lt;/a&gt;| &lt;a style="FONT-WEIGHT: bold; FONT-SIZE: 15px; COLOR: blue" href="http://www.thinkinterview.com/Interview-Questions/c1_.NET-Interview&amp;#xD;&amp;#xA;-Questions.aspx"&gt;.NET Interview Questions &lt;/a&gt;&lt;br /&gt;
&lt;a style="FONT-WEIGHT: bold; FONT-SIZE: 15px; COLOR: blue" href="http://www.thinkinterview.com/Interview-Questions/c2_ASP.NET-Interv&amp;#xD;&amp;#xA;iew-Questions.aspx"&gt;ASP.NET 2.0 Interview Questions &lt;/a&gt;| &lt;a style="FONT-WEIGHT: bold; FONT-SIZE: 15px; COLOR: blue" href="http://www.thinkinterview.com/Interview-Questions/c1_.NET-Interview&amp;#xD;&amp;#xA;-Questions.aspx"&gt;.NET 2.0 Interview Questions &lt;/a&gt;| &lt;a style="FONT-WEIGHT: bold; FONT-SIZE: 15px; COLOR: blue" href="http://www.thinkinterview.com/Interview-Questions/s23_SQL-Server-20&amp;#xD;&amp;#xA;05-Interview-Questions.aspx"&gt;SQL Server 2005 Interview Questions &lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;

&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div style="background-color:Yellow; text-align:center; width:100%"&gt;
&lt;br /&gt;
&lt;a style="color:Blue; font-size:15px; font-weight:bold" href="http://www.thinkinterview.com/Interview-Questions/Default.aspx"&gt;
    Interview Questions
&lt;/a&gt; | &lt;a style="color:Blue; font-size:15px; font-weight:bold" href="http://www.thinkinterview.com/Interview-Questions/c2_ASP.NET-Interv&amp;#xD;&amp;#xA;&amp;#xD;&amp;#xA;iew-Questions.aspx"&gt;
    ASP.NET Interview Questions
&lt;/a&gt; | &lt;a style="color:Blue; font-size:15px; font-weight:bold" href="http://www.thinkinterview.com/Interview-Questions/c1_.NET-Interview&amp;#xD;&amp;#xA;&amp;#xD;&amp;#xA;-Questions.aspx"&gt;
    .NET Interview Questions
&lt;/a&gt;
&lt;br /&gt;
&lt;a style="color:Blue; font-size:15px; font-weight:bold" href="http://www.thinkinterview.com/Interview-Questions/c2_ASP.NET-Interv&amp;#xD;&amp;#xA;&amp;#xD;&amp;#xA;iew-Questions.aspx"&gt;
    ASP.NET 2.0 Interview Questions
&lt;/a&gt; | &lt;a style="color:Blue; font-size:15px; font-weight:bold" href="http://www.thinkinterview.com/Interview-Questions/c1_.NET-Interview&amp;#xD;&amp;#xA;&amp;#xD;&amp;#xA;-Questions.aspx"&gt;
    .NET 2.0 Interview Questions
&lt;/a&gt; | &lt;a style="color:Blue; font-size:15px; font-weight:bold" href="http://www.thinkinterview.com/Interview-Questions/s23_SQL-Server-20&amp;#xD;&amp;#xA;&amp;#xD;&amp;#xA;05-Interview-Questions.aspx"&gt;
    SQL Server 2005 Interview Questions
&lt;/a&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=117980"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=117980" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/mahesh/aggbug/117980.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Mahesh Singh</dc:creator>
            <guid>http://geekswithblogs.net/mahesh/archive/2007/12/25/asp.net-web-services-interview-questions.aspx</guid>
            <pubDate>Tue, 25 Dec 2007 15:18:16 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/mahesh/comments/117980.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/mahesh/archive/2007/12/25/asp.net-web-services-interview-questions.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/mahesh/comments/commentRss/117980.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/mahesh/services/trackbacks/117980.aspx</trackback:ping>
        </item>
        <item>
            <title>ASP.NET Web Services Quiz</title>
            <link>http://geekswithblogs.net/mahesh/archive/2007/12/25/asp.net-web-services-quiz-yet-again.aspx</link>
            <description>&lt;h1&gt;&lt;a target="_blank" href="http://www.thinkinterview.com/Interview-Questions/s3_.NET-Web-Services-Interview-Questions.aspx"&gt;ASP.NET Web Services Quiz &lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a target="_blank" href="http://www.thinkinterview.com/Interview-Questions/q69_Which-page-is-used-to-display-the-link-of-webmethods-in-ASP-NET-web-service.aspx"&gt;Which page is used to display the link of webmethods in ASP.NET web services? &lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a target="_blank" href="http://www.thinkinterview.com/Interview-Questions/q68_If-your-webmethod-is-having-return-type-is-void-and-while-consuming-the-web.aspx"&gt;If your webmethod is having return type is void and while consuming the webservices you don’t want to wait the complete execution to that method. How would you achive this? &lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a target="_blank" href="http://www.thinkinterview.com/Interview-Questions/q67_How-you-would-make-your-web-services-to-participate-in-transaction-.aspx"&gt;How you would make your web services to participate in transaction? &lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a target="_blank" href="http://www.thinkinterview.com/Interview-Questions/q66_What-would-be-key-requirement-to-make-ASP-NET-web-application-an-ASP-NET-We.aspx"&gt;What would be key requirement to make ASP.NET web application an ASP.NET Web Services? &lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a target="_blank" href="http://www.thinkinterview.com/Interview-Questions/q65_What-is-the-primary-purpose-of-Namespace-property-which-is-used-in-WebServi.aspx"&gt;What is the primary purpose of Namespace property, which is used in WebServices attribute? &lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a target="_blank" href="http://www.thinkinterview.com/Interview-Questions/q64_Identify-invalid-WebServices-declaration-.aspx"&gt;Identify invalid WebServices declaration? &lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a target="_blank" href="http://www.thinkinterview.com/Interview-Questions/q63_While-creating-Web-Service-through-visual-studio-template-which-namespaces-.aspx"&gt;While creating Web Service through visual studio template, which namespaces are include automatically? &lt;/a&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Thanks&lt;br /&gt;
~Mahesh&lt;/p&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div style="WIDTH: 100%; BACKGROUND-COLOR: yellow; TEXT-ALIGN: center"&gt;&lt;br /&gt;
&lt;a style="FONT-WEIGHT: bold; FONT-SIZE: 15px; COLOR: blue" href="http://www.thinkinterview.com/Interview-Questions/Default.aspx"&gt;Interview Questions &lt;/a&gt;| &lt;a style="FONT-WEIGHT: bold; FONT-SIZE: 15px; COLOR: blue" href="http://www.thinkinterview.com/Interview-Questions/c2_ASP.NET-Interv&amp;#xD;&amp;#xA;iew-Questions.aspx"&gt;ASP.NET Interview Questions &lt;/a&gt;| &lt;a style="FONT-WEIGHT: bold; FONT-SIZE: 15px; COLOR: blue" href="http://www.thinkinterview.com/Interview-Questions/c1_.NET-Interview&amp;#xD;&amp;#xA;-Questions.aspx"&gt;.NET Interview Questions &lt;/a&gt;&lt;br /&gt;
&lt;a style="FONT-WEIGHT: bold; FONT-SIZE: 15px; COLOR: blue" href="http://www.thinkinterview.com/Interview-Questions/c2_ASP.NET-Interv&amp;#xD;&amp;#xA;iew-Questions.aspx"&gt;ASP.NET 2.0 Interview Questions &lt;/a&gt;| &lt;a style="FONT-WEIGHT: bold; FONT-SIZE: 15px; COLOR: blue" href="http://www.thinkinterview.com/Interview-Questions/c1_.NET-Interview&amp;#xD;&amp;#xA;-Questions.aspx"&gt;.NET 2.0 Interview Questions &lt;/a&gt;| &lt;a style="FONT-WEIGHT: bold; FONT-SIZE: 15px; COLOR: blue" href="http://www.thinkinterview.com/Interview-Questions/s23_SQL-Server-20&amp;#xD;&amp;#xA;05-Interview-Questions.aspx"&gt;SQL Server 2005 Interview Questions &lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=117979"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=117979" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/mahesh/aggbug/117979.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Mahesh Singh</dc:creator>
            <guid>http://geekswithblogs.net/mahesh/archive/2007/12/25/asp.net-web-services-quiz-yet-again.aspx</guid>
            <pubDate>Tue, 25 Dec 2007 15:11:39 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/mahesh/comments/117979.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/mahesh/archive/2007/12/25/asp.net-web-services-quiz-yet-again.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/mahesh/comments/commentRss/117979.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/mahesh/services/trackbacks/117979.aspx</trackback:ping>
        </item>
        <item>
            <title>ASP.NET Web Services Quiz</title>
            <link>http://geekswithblogs.net/mahesh/archive/2007/12/25/asp.net-web-services-quiz-again.aspx</link>
            <description>&lt;h1&gt;&lt;a target="_blank" href="http://www.thinkinterview.com/Interview-Questions/s3_.NET-Web-Services-Interview-Questions.aspx"&gt;ASP.NET Web Services Quiz &lt;/a&gt;&lt;/h1&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a target="_blank" href="http://www.thinkinterview.com/Interview-Questions/q75_Which-method-is-used-to-serialize-an-object-into-an-XML-document-from-Xmlse.aspx"&gt;Which method is used to serialize an object into an XML document from Xmlserializer class? &lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a target="_blank" href="http://www.thinkinterview.com/Interview-Questions/q74_How-to-specify-the-Web-Service-compile-with-the-WS-I-basic-profile-.aspx"&gt;How to specify the Web Service compile with the WS-I basic profile? &lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a target="_blank" href="http://www.thinkinterview.com/Interview-Questions/q73_For-SOAP-Simple-Object-Access-Protocol-message-formatting-what-is-the-purpo.aspx"&gt;For SOAP (Simple Object Access Protocol) message formatting what is the purpose of Encoded value? &lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a target="_blank" href="http://www.thinkinterview.com/Interview-Questions/q72_What-are-the-three-main-section-of-SOAP-Simple-Object-Access-Protocol-messa.aspx"&gt;What are the three main section of SOAP (Simple Object Access Protocol) message? &lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a target="_blank" href="http://www.thinkinterview.com/Interview-Questions/q71_What-all-steps-are-required-to-create-an-application-to-test-your-ASP-NET-w.aspx"&gt;What all steps are required to create an application to test your ASP.NET web services? &lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a target="_blank" href="http://www.thinkinterview.com/Interview-Questions/q70_How-you-can-verify-the-result-of-your-ASP-NET-web-services-.aspx"&gt;How you can verify the result of your ASP.NET web services? &lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
~Mahesh

&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div style="background-color:Yellow; text-align:center; width:100%"&gt;
&lt;br /&gt;
&lt;a style="color:Blue; font-size:15px; font-weight:bold" href="http://www.thinkinterview.com/Interview-Questions/Default.aspx"&gt;
    Interview Questions
&lt;/a&gt; | &lt;a style="color:Blue; font-size:15px; font-weight:bold" href="http://www.thinkinterview.com/Interview-Questions/c2_ASP.NET-Interv&amp;#xD;&amp;#xA;&amp;#xD;&amp;#xA;iew-Questions.aspx"&gt;
    ASP.NET Interview Questions
&lt;/a&gt; | &lt;a style="color:Blue; font-size:15px; font-weight:bold" href="http://www.thinkinterview.com/Interview-Questions/c1_.NET-Interview&amp;#xD;&amp;#xA;&amp;#xD;&amp;#xA;-Questions.aspx"&gt;
    .NET Interview Questions
&lt;/a&gt;
&lt;br /&gt;
&lt;a style="color:Blue; font-size:15px; font-weight:bold" href="http://www.thinkinterview.com/Interview-Questions/c2_ASP.NET-Interv&amp;#xD;&amp;#xA;&amp;#xD;&amp;#xA;iew-Questions.aspx"&gt;
    ASP.NET 2.0 Interview Questions
&lt;/a&gt; | &lt;a style="color:Blue; font-size:15px; font-weight:bold" href="http://www.thinkinterview.com/Interview-Questions/c1_.NET-Interview&amp;#xD;&amp;#xA;&amp;#xD;&amp;#xA;-Questions.aspx"&gt;
    .NET 2.0 Interview Questions
&lt;/a&gt; | &lt;a style="color:Blue; font-size:15px; font-weight:bold" href="http://www.thinkinterview.com/Interview-Questions/s23_SQL-Server-20&amp;#xD;&amp;#xA;&amp;#xD;&amp;#xA;05-Interview-Questions.aspx"&gt;
    SQL Server 2005 Interview Questions
&lt;/a&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=117978"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=117978" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/mahesh/aggbug/117978.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Mahesh Singh</dc:creator>
            <guid>http://geekswithblogs.net/mahesh/archive/2007/12/25/asp.net-web-services-quiz-again.aspx</guid>
            <pubDate>Tue, 25 Dec 2007 15:10:46 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/mahesh/comments/117978.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/mahesh/archive/2007/12/25/asp.net-web-services-quiz-again.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/mahesh/comments/commentRss/117978.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/mahesh/services/trackbacks/117978.aspx</trackback:ping>
        </item>
        <item>
            <title>ASP.NET Web Services Quiz</title>
            <link>http://geekswithblogs.net/mahesh/archive/2007/12/25/asp.net-web-services-quiz.aspx</link>
            <description>&lt;h1&gt;&lt;a target="_blank" href="http://www.thinkinterview.com/Interview-Questions/s3_.NET-Web-Services-Interview-Questions.aspx"&gt;ASP.NET Web Services Quiz &lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;&lt;a target="_blank" href="http://www.thinkinterview.com/Interview-Questions/q81_How-do-you-configure-the-SOAP-Simple-Object-Access-Protocol-to-associate-wi.aspx"&gt;How do you configure the SOAP (Simple Object Access Protocol) to associate with particular web method? &lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a target="_blank" href="http://www.thinkinterview.com/Interview-Questions/q80_Which-method-of-SoapExtension-class-is-used-to-intercept-the-incoming-strea.aspx"&gt;Which method of SoapExtension class is used to intercept the incoming stream and determine the stage? &lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a target="_blank" href="http://www.thinkinterview.com/Interview-Questions/q79_Which-is-a-true-statement-for-BeforeSerialize-stage-of-an-in-coming-request.aspx"&gt;Which is a true statement for BeforeSerialize stage of an in-coming request message occurs? &lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a target="_blank" href="http://www.thinkinterview.com/Interview-Questions/q78_What-value-can-be-used-when-setting-the-direction-of-the-SOAP-header-.aspx"&gt;What value can be used when setting the direction of the SOAP header? &lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a target="_blank" href="http://www.thinkinterview.com/Interview-Questions/q77_Which-is-not-the-step-to-create-custom-SOAP-Simple-Object-Access-Protocol-h.aspx"&gt;Which is not the step to create custom SOAP (Simple Object Access Protocol) header class? &lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a target="_blank" href="http://www.thinkinterview.com/Interview-Questions/q76_What-kind-of-information-included-in-SOAP-Simple-Object-Access-Protocol-hea.aspx"&gt;What kind of information included in SOAP (Simple Object Access Protocol) header? &lt;/a&gt;&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;Thanks&lt;br /&gt;
~Mahesh&lt;br /&gt;
&lt;/p&gt;


&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div style="background-color:Yellow; text-align:center; width:100%"&gt;
&lt;br /&gt;
&lt;a style="color:Blue; font-size:15px; font-weight:bold" href="http://www.thinkinterview.com/Interview-Questions/Default.aspx"&gt;
    Interview Questions
&lt;/a&gt; | &lt;a style="color:Blue; font-size:15px; font-weight:bold" href="http://www.thinkinterview.com/Interview-Questions/c2_ASP.NET-Interv&amp;#xD;&amp;#xA;&amp;#xD;&amp;#xA;iew-Questions.aspx"&gt;
    ASP.NET Interview Questions
&lt;/a&gt; | &lt;a style="color:Blue; font-size:15px; font-weight:bold" href="http://www.thinkinterview.com/Interview-Questions/c1_.NET-Interview&amp;#xD;&amp;#xA;&amp;#xD;&amp;#xA;-Questions.aspx"&gt;
    .NET Interview Questions
&lt;/a&gt;
&lt;br /&gt;
&lt;a style="color:Blue; font-size:15px; font-weight:bold" href="http://www.thinkinterview.com/Interview-Questions/c2_ASP.NET-Interv&amp;#xD;&amp;#xA;&amp;#xD;&amp;#xA;iew-Questions.aspx"&gt;
    ASP.NET 2.0 Interview Questions
&lt;/a&gt; | &lt;a style="color:Blue; font-size:15px; font-weight:bold" href="http://www.thinkinterview.com/Interview-Questions/c1_.NET-Interview&amp;#xD;&amp;#xA;&amp;#xD;&amp;#xA;-Questions.aspx"&gt;
    .NET 2.0 Interview Questions
&lt;/a&gt; | &lt;a style="color:Blue; font-size:15px; font-weight:bold" href="http://www.thinkinterview.com/Interview-Questions/s23_SQL-Server-20&amp;#xD;&amp;#xA;&amp;#xD;&amp;#xA;05-Interview-Questions.aspx"&gt;
    SQL Server 2005 Interview Questions
&lt;/a&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=117977"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=117977" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/mahesh/aggbug/117977.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Mahesh Singh</dc:creator>
            <guid>http://geekswithblogs.net/mahesh/archive/2007/12/25/asp.net-web-services-quiz.aspx</guid>
            <pubDate>Tue, 25 Dec 2007 15:09:41 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/mahesh/comments/117977.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/mahesh/archive/2007/12/25/asp.net-web-services-quiz.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/mahesh/comments/commentRss/117977.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/mahesh/services/trackbacks/117977.aspx</trackback:ping>
        </item>
        <item>
            <title>ASP.NET Interview Questions</title>
            <link>http://geekswithblogs.net/mahesh/archive/2007/12/23/117955.aspx</link>
            <description>&lt;div align="center"&gt;
&lt;h1&gt;&lt;a href="http://www.thinkinterview.com/Interview-Questions/c2_ASP.NET-Interview-Questions.aspx"&gt;ASP.NET Interview Questions&lt;/a&gt;&lt;/h1&gt;
&lt;/div&gt;
1. &lt;a href="http://www.thinkinterview.com/Interview-Questions/q1_Response-Write--and-Response-Output-Write-.aspx"&gt;What’s the difference between Response.Write() and Response.Output.Write()? &lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
2. &lt;a href="http://www.thinkinterview.com/Interview-Questions/q2_What-is-the-sequence-of-event-firing-during-page-load.aspx"&gt;What is the sequence of event firing during page load of asp.net page life cycle?&lt;/a&gt; &lt;br /&gt;
&lt;br /&gt;
3. &lt;a href="http://www.thinkinterview.com/Interview-Questions/q5_What-type-of-ASP-NET-authentication-you-will-implement.aspx"&gt;For intranet based Web application reads comma-delimited text files. The files reside in a subdirectory root directory. Users are not allowed to navigate directly to these files in a Web browser unless they are members of the Accounting role. You need to write an ASP.NET HTTP handler that will use the FileAuthorizationModule class. What type of authentication you will implement. &lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
4. &lt;a href="http://www.thinkinterview.com/Interview-Questions/q10_Secure-existing-ASP-NET-Web-site-by-redirecting-all-users-to-the-logon-page.aspx"&gt;You company gives you a task to secure existing ASP.NET Web site by redirecting all users to the logon page, Login.aspx. After logging on, users must be redirect to the page that they originally requested. Which should you use? &lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
5. &lt;a href="http://www.thinkinterview.com/Interview-Questions/q9_ASP-NET-Login-control-and-MembershipProvider-.aspx"&gt;In ASP.NET web application you are creating a Web Form. This Web Form allows users to log on to a Web site which use a Login control named Login1. Membership data for the application is stored in a SQL Express database and .mdf file is in the App_Data directory. In ASP.NET web application you have to configure your application so that the membership data is stored in a local Microsoft SQL Server database. You have following setting in the Web.config file.&lt;membership defaultprovider="MySqlProvider"&gt;&lt;/membership&gt;
&lt;providers&gt;&lt;/providers&gt;
&lt;add connectionstringname="MyOrgSqlProviderConnection" name="MySqlProvider" type="System.Web.Security.SqlMembershipProvider,  System.Web,Version=2.0.0.0,  Culture=neutral, PublicKeyToken=b03f5f7f11d40s3a"&gt;&lt;/add&gt;Which else should you perform?&lt;/a&gt;

&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div style="background-color:Yellow; text-align:center; width:100%"&gt;
&lt;br /&gt;
&lt;a style="color:Blue; font-size:15px; font-weight:bold" href="http://www.thinkinterview.com/Interview-Questions/Default.aspx"&gt;
    Interview Questions
&lt;/a&gt; | &lt;a style="color:Blue; font-size:15px; font-weight:bold" href="http://www.thinkinterview.com/Interview-Questions/c2_ASP.NET-Interv&amp;#xD;&amp;#xA;&amp;#xD;&amp;#xA;iew-Questions.aspx"&gt;
    ASP.NET Interview Questions
&lt;/a&gt; | &lt;a style="color:Blue; font-size:15px; font-weight:bold" href="http://www.thinkinterview.com/Interview-Questions/c1_.NET-Interview&amp;#xD;&amp;#xA;&amp;#xD;&amp;#xA;-Questions.aspx"&gt;
    .NET Interview Questions
&lt;/a&gt;
&lt;br /&gt;
&lt;a style="color:Blue; font-size:15px; font-weight:bold" href="http://www.thinkinterview.com/Interview-Questions/c2_ASP.NET-Interv&amp;#xD;&amp;#xA;&amp;#xD;&amp;#xA;iew-Questions.aspx"&gt;
    ASP.NET 2.0 Interview Questions
&lt;/a&gt; | &lt;a style="color:Blue; font-size:15px; font-weight:bold" href="http://www.thinkinterview.com/Interview-Questions/c1_.NET-Interview&amp;#xD;&amp;#xA;&amp;#xD;&amp;#xA;-Questions.aspx"&gt;
    .NET 2.0 Interview Questions
&lt;/a&gt; | &lt;a style="color:Blue; font-size:15px; font-weight:bold" href="http://www.thinkinterview.com/Interview-Questions/s23_SQL-Server-20&amp;#xD;&amp;#xA;&amp;#xD;&amp;#xA;05-Interview-Questions.aspx"&gt;
    SQL Server 2005 Interview Questions
&lt;/a&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=117955"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=117955" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/mahesh/aggbug/117955.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Mahesh Singh</dc:creator>
            <guid>http://geekswithblogs.net/mahesh/archive/2007/12/23/117955.aspx</guid>
            <pubDate>Mon, 24 Dec 2007 06:22:08 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/mahesh/comments/117955.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/mahesh/archive/2007/12/23/117955.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/mahesh/comments/commentRss/117955.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/mahesh/services/trackbacks/117955.aspx</trackback:ping>
        </item>
        <item>
            <title>All selected values from a CheckBoxList ASP.NET</title>
            <link>http://geekswithblogs.net/mahesh/archive/2006/10/25/95068.aspx</link>
            <description>&lt;p style="margin: 0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-size: 10pt; color: blue; font-family: 'Courier New';"&gt;&lt;/span&gt; &lt;/p&gt;
&lt;p style="margin: 0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-size: 10pt; color: blue; font-family: 'Courier New';"&gt;private&lt;/span&gt;&lt;span style="font-size: 10pt; font-family: 'Courier New';"&gt; &lt;span style="color: teal;"&gt;Int32&lt;/span&gt;[] CheckboxListSelections(System.Web.UI.WebControls.&lt;span style="color: teal;"&gt;CheckBoxList&lt;/span&gt; list)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Courier New';"&gt;&lt;span style=""&gt;    &lt;/span&gt;{&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Courier New';"&gt;&lt;span style=""&gt;        &lt;/span&gt;&lt;span style="color: teal;"&gt;ArrayList&lt;/span&gt; values = &lt;span style="color: blue;"&gt;new&lt;/span&gt; &lt;span style="color: teal;"&gt;ArrayList&lt;/span&gt;();&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Courier New';"&gt;&lt;span style=""&gt;        &lt;/span&gt;&lt;span style="color: blue;"&gt;for&lt;/span&gt; (&lt;span style="color: blue;"&gt;int&lt;/span&gt; counter = 0; counter &amp;lt; list.Items.Count; counter++)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Courier New';"&gt;&lt;span style=""&gt;        &lt;/span&gt;{&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Courier New';"&gt;&lt;span style=""&gt;            &lt;/span&gt;&lt;span style="color: blue;"&gt;if&lt;/span&gt; (list.Items[counter].Selected)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Courier New';"&gt;&lt;span style=""&gt;            &lt;/span&gt;{&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Courier New';"&gt;&lt;span style=""&gt;                &lt;/span&gt;values.Add(list.Items[counter].Value);&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Courier New';"&gt;&lt;span style=""&gt;            &lt;/span&gt;}&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Courier New';"&gt;&lt;span style=""&gt;        &lt;/span&gt;}&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Courier New';"&gt;&lt;span style=""&gt;        &lt;/span&gt;&lt;span style="color: blue;"&gt;return&lt;/span&gt; (&lt;span style="color: teal;"&gt;Int32&lt;/span&gt;[])values.ToArray(&lt;span style="color: blue;"&gt;typeof&lt;/span&gt;(&lt;span style="color: teal;"&gt;Int32&lt;/span&gt;));&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-size: 10pt; font-family: 'Courier New';"&gt;&lt;span style=""&gt;    &lt;/span&gt;}&lt;/span&gt;&lt;/p&gt;

&lt;br /&gt;
&lt;a href="http://www.thinkinterview.com"&gt;ASP.NET Interview Questions&lt;/a&gt; | &lt;a href="http://www.thinkinterview.com"&gt;C# Interview Questions&lt;/a&gt; | &lt;a href="http://www.thinkinterview.com"&gt;.NET Interview Questions&lt;/a&gt; | 
&lt;a href="http://www.thinkinterview.com"&gt;Dot Net Interview Questions&lt;/a&gt; | &lt;a href="http://www.thinkinterview.com"&gt;VB.NET Interview Questions&lt;/a&gt; | 
&lt;a href="http://www.thinkinterview.com"&gt;Oracle Interview Questions&lt;/a&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=95068"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=95068" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/mahesh/aggbug/95068.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Mahesh Singh</dc:creator>
            <guid>http://geekswithblogs.net/mahesh/archive/2006/10/25/95068.aspx</guid>
            <pubDate>Thu, 26 Oct 2006 05:20:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/mahesh/comments/95068.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/mahesh/archive/2006/10/25/95068.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/mahesh/comments/commentRss/95068.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/mahesh/services/trackbacks/95068.aspx</trackback:ping>
        </item>
    </channel>
</rss>