Posts

Top 100+ Techniques for Verbal Ability & Reading Comprehension (VARC) - CAT Exam

I. Reading Comprehension (RC) Techniques 1. Skim First, Read Later: Quickly skim the passage to get a general idea before diving into details. 2. Identify the Main Idea: Focus on the overall theme of the passage. 3. Look for Transition Words: Words like However, Thus, Therefore signal shifts in arguments. 4. Understand the Author’s Tone: Identify whether it is analytical, critical, optimistic, etc. 5. Focus on Opening & Closing Sentences: These often contain key information. 6. Analyze Passage Structure: Determine whether the passage follows an argumentation, cause-and-effect, or comparison structure. 7. Underline Keywords: Underline or note important facts and figures while reading. 8. Read Paragraph by Paragraph: Break the passage into manageable sections. 9. Map the Passage: Create a mental map of the passage to remember key points. 10. Identify Factual vs. Inferential Information: Recognize what’s stated explicitly vs. implied. 11. Avoid Assumptions: Base

How to Hide Gridview and Show the selected gridview row details in Form View using ASP.NET C#

Image
In this post I'm going to post details about how to hide full Gridview by selecting individual gridview row and show that gridview row details in Formview; In this example, I'm using AdventureWorks Database and datebase table name HumanResources.Employee Click here to Download AdventureWorks Database   Here I'll post the code and snapshot details  1. Design View Add connection string code in web.config as below : <connectionstrings> <add name="connection" connectionString="Data Source=localhost\sqlexpress;Initial Catalog=AdventureWorks;Integrated Security=true;" providerName="System.Data.SqlClient"/> </connectionStrings> 2.Design View's Source code in Default.aspx <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 T

How to Send Email (Gmail) using ASP.NET C# SmtpClient?

Image
In this article I'll explain you how to send Email using ASP.NET application; Here I'm using SmptClient Class; So You must enable SMPT in your email settings; In this example I'm using Gmail server's SMPT, so you must enable SMPT in your gmail settings page. It is must for From Email Address and you can send To other mail clients. In the below snapshots I'm showing   How to send Email using ASP.NET C# SmptClient (Gmail) . Here I'm using gworldos2013@gmail.com  in From Address and I've already enabled SMPT in Gmail's setting page and then, in To Address I used to send more than one Email ID other mail client also include (example yahoo mail). 1. Design Page 2. Code Behind                                                                                               3. Output  

How to Retrieve Data from database and view datas in label or textbox using ASP.NET and SQL

Image
Here I'll show you how to get data from Database and that Database can be fetched as Label text or textbox text;   1. Design View    2. Source View 3. Code Behind ; Here I've using Student database 4. Output After Debugging Before giving Input data; 5. Student Database 6. Output 

Finding or Searching Number formula in: " N (or) Multidimensional in G.P series " included 2 and 3 dimensional formula also (Tamil and English Version)

Image

Finding or Searching Number formula in: " N (or) Multidimensional in A.P series " included 2 and 3 dimensional formula also (Tamil and English Version)

Image