
Search In
There are plenty of ways to make money from the comfort of your home.
But, not every business model is worth it.
You want to make sure the business you’re getting in is sustainable and scalable.
In t
Hello guys
I need help to design XSL-fo style-sheet but I don't know which is the best way of design to XSL-fo for generate PDF file.
Please suggest me best way of design XSL-fo style-sheet.
My code format is below :
<?xml version="1.0" encod
Link Button is a hyperlink style button control in asp.net which implements <a></a> anchor that uses Asp.net Post back Mechanism to post the data on server.
LINK BUTTON EXAMPLE:- In this example we will have two link buttons an
Image courtesy of Pixabay
Entrepreneurship is the foundation for the future. This can be easily tied in with a fundamental knowledge regarding reality that has swayed and influenced the evolution of labor and workplaces for many decades &n
To convert the hexacode to color we can create a category of UIColor and implement the following code -
it will return the code corresponding to that hexacode
Hexa code can be in following format
1- #RGB
2 -#ARGB
3- #RRGGBB
4- #AARRGGBB
How to Cr
I have an app that contains a database using java sql, and has a jTable that displays the database info. It works fine, EXCEPT for when I am trying to store and display images to one of the columns. I used the jTable1.setModel(DbUtils.resultSet
Create a table tbEmployeeMaster by following query :-
CREATE TABLE tbEmployeeMaster
(
EmpId INT NOT NULL IDENTITY(1,1) PRIMARY KEY,
EmpName VARCHAR(100),
EmpCode VARCHAR(15)
)
Create a user
To remove an element we use remove() method. The remove() method removes all text, data and events of selected elements.
To add an item to select option we use append() method.
Syntax of remove() method:-
$("#selectBox option[value='
How to Run Linq Query in .Net to Get Subjectwise Average Score of a Student of Current Month.
public GetCalculatePerform(int? Student_ID, int? CourseID, int? SemID)
{
var newlist1 = dbcontext.Stu_Result
Adding a UITableView in a ViewController is a great way to display data and information in a list, and it is easy to implement as well.
The problem arises when the developer have to implement more than one table views in a viewController using a
