skip to main
|
skip to sidebar
My Technical works
Saturday, February 7, 2009
To Print a window in asp.net
public void Print()
{
string Script;
Script = "";
Response.Write(Script);
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
About Me
Akbar Sadakhathulla.K
View my complete profile
Blog Archive
►
2011
(4)
►
January
(4)
►
2010
(21)
►
December
(3)
►
November
(7)
►
October
(6)
►
March
(5)
▼
2009
(14)
►
March
(1)
▼
February
(13)
Download a file from server
File Upload to server
To Popup a window without tool buttons
Avoid Cache memory (Disable back)
Page Close
To Expire Page history
Password Encription
To popup a page using script
Split Date and Time
For Confirmation Messagebox
To Print a window in asp.net
MessageBox in AJAX
Export To Excel in ASP.NET
No comments:
Post a Comment