
Search In
"How to resize an uploaded image in Asp.net"
In this article I have explained that how to resize the uploaded image and then save it to a location.
Getting Started:
Step 1: Place a FileUpload control, a Button on the Web For
Hello all,
Working with .net web services, at time we have to overload our WebMethod, and the process of WebMethod overloading is very much same to the method overloading in C#.
Method overloading allows a class to have multiple methods with the sa
Hi all,
Below is an example to remove names from a list using ng-click.
Here is a simple form for editing, adding or removing user name, all of these methods are declared on the controller.
These methods can easily be called from the angular markup
John's wort, antifungals, HIV medications, epilepsy medicines, medicines for fat burning, medicines for regular blood crowd levels, provera drug anti-biotics, antidepressants, antidiabetes medications, depression medicines, or other prescribed and
Purpose :-
To overcome physical standby lag online using duplicate from active database.
The standby lag is huge, “incremental from scn” backup size if huge & taking long time
There is no enough disk space on the Primary/standby to accommodate t
Hi all,
In angularJs filters are use to change and modify the data. We can use multi filter using pipe (|).
Below is some example of filters-
1) uppercase
2) lowercase
3) currency
4) filter
5) orderby
Uppercase :-
Uppercase filter is use to mak
Requirement Traceability Matrix
Requirement Traceability matrix is just a Table which is used to trace user requirements with test cases. In other words, with the help of this matrix we can trace, what requirements has been covered by tester and wha
Difference between update() and merge() method :
Hibernate has different methods to save, fetch, update and delete object. Commonly or the most popular methods to update the data are update() and merge(). The update() method is widely used to update
Lets consider a task on hand , we need to add a contact us form which takes in few inputs from the user and on submission mails the details to the administrator. The requirement says that the mail should be sent using Gmail SMTP client. The solution
Hi guys,
So many times people search for how to create animated burger icon used for menu, that changes to cross on click.
Here I have written code for that using html, css and a very little javascript. where the 3 horizontal lines gets converted i
