
Search In
To send an email in c#, we will create an application in which user can login via gmail id and password and send the mails. Now Firstly we will understand what is required to create email application in c#.
If we want to send the email in c# we have
Partial view in asp.net mvc provides the reusability feature in the application. We can use our partial view in layout page which works as a master page for all the views of our application.
To understand it better, First we take the Example of defa
Hello all,
To call a web service from JavaScript using ASP.NET AJAX, there are certain steps that you have to follow which are listed bellow :
Decorate web service class with
[System.Web.Script.Services.ScriptService]
Include ScriptManager contr
A dropdownlist is a list of items from which user can select one or multiple values at the same time.
Every dropdownlist contain two items one is a value and another is text. Here in the given example,there is a list of student names in which Studen
QueryString explained with example in ASP.NET
QueryString is the property of Request object which is used to pass variable values between html pages or between web forms. It is easier to pass data between web forms through QueryString.
Example of Q
And the natural sciences museum in downtown Raleigh will host a . Museum scientists and solar system ambassadors from NASA's Jet Propulsion Laboratory, including Rice, will be on hand to see our first up-close look at Pluto. http://coachstore.onlineo
While working with ADO.NET we use two kinds of approach
Connected
Disconnected
Connected approach is the one where the database connection is opened and closed.
Disconnected approach is the one where no need to open or close da
ReactJs is a facebook library which is developed to handle views for the web and mobile applications. To implement React in your Asp.net MVC application, first, user need to add the ReactJs references in your application.
As I am creating
Long Dropdowns
<title>Solution for Long Dropdowns</title>
<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js?ver=1.3.2'></script>
<script>
var maxHeigh
While submitting or getting data from source like database or from file we can do it using the method of postback or we can do it using Ajax calls to minimize delay in our application.'
The JQuery has the following methods that can be used to p
