Convert Web Page to PDF - #1 Web to PDF Conver...
This blog related to all the experience that i gain and face during past career. It covers Microsoft technology like. Microsoft Dot Net, SQL Server, Scripting Language etc,.
Pages
Tuesday, September 27, 2011
Convert Web Page to PDF - #1 Web to PDF Converter
Read More »
Friday, September 23, 2011
Using data list in asp.net

How to use datalist in asp.net ?
Dynamically adding row in datalist using asp.net.
Here i am just showing you the code for that. Here we go for some brief description about it.
We have a datalist and a input control as inside the . Now we want add some more row at runtime with a footer option add more on it. So what to do now and how to do ?
Here is the code for that.
*********************** H...
Thursday, September 22, 2011
AutoPostBack Property in asp.net

AutoPostBack Property
What ? Autopostback is the mechanism, by which the page will be posted ,back to the server automatically based on some events in the web controls. In some of the web controls, the property called auto post back, which if set to true, will send the request to the server when an event happens in the control. If this property is set to TRUE the automatic post back is enabled, otherwise...
Saturday, September 17, 2011
Triggers in sql server 2005
Some useful query related to Trigger in SQL SERVER 2005
***** how to create triggers in sql server 2005 ? *****
Create trigger your_trigger_name ON your_table_name
FOR Your_Operation -- For example : For Update or For Insert, For Delete, After Update, After Insert etc
AS
BEGIN
-- Your Input Output Parameter Declaration
SELECT @PARA1 = (COLUMN_NAME) FROM INSERTED
SELECT @PARA2 = (COLUMN_NAME) FROM DELETED
-- Your DATA Manipulation Operation Here
INSERT, UPDATE , DELETE
END
GO
Example...
Subscribe to:
Posts (Atom)
My Blog List
-
-
-
-
Kumaon University Nainital B.Ed entrance exam test result 2012 - कुमाऊँ विश्वविधालय, नैनीताल (उत्तराखण्ड)11 years ago