If you want to use window.print(), that does only print the entire page. So you would have to copy the html code for whatever part you want, create code for a new page from it, put the code in a new window, and print that window.
--- single minded; short sighted; long gone;
Search for "Sandcastle"
Upcoming events: * Glasgow: Mock Objects, SQL Server CLR Integration, Reporting Services, db4o, Dependency Injection with Spring ... * Reading: Developer Day 5 Never write for other people. Write for yourself, because you have a passion for it. -- Marc Clifton My website
You need to have an .ico file in your web root named favicon.ico... http://www.chami.com/tips/Internet/110599I.html[^] has the above method and also a second way of doing so... I have checked method #2 on both IIS, Casini, and Apache web servers and they work nicely :)
I don't know if that is possible but if it is you would use the Excel Object Model from the Primary Interop Assembly. If you go search on MSDN you can find all sorts of information about it. The namespace is: Microsoft.Office.Excel
led mike
thanks for your reply but can`t we use the ordinary label and change cssclass and tooltip properties of this label?.. i will try it and tell u thanks again for your help....
haitham
Unfortunately, you can't get js to talk to the server unless you use AJAX....the way to get around it is to use asp:HiddenFields on your page. If you need access to a server side variable, store it in one when you process on the server, then at the client, use document.getElementById to retrieve the value...
"Now I guess I'll sit back and watch people misinterpret what I just said......" Christian Graus At The Soapbox
Hide the column in the DataGrid. Set the columns in the designer and set visible to false for the columns you don't want displayed.
only two letters away from being an asset
first i would like to thanks about your attention .it works with me successfully but establish a new column in the datagrid, i tried to bind the new column opened in datagrid (in design mode) with one of my columns when the datagrids is filled with data(in run mode) but the result is :it opened a new column (column[0]) on the left of my columns thanks in advance
haitham
i forgot to mention that i want to add these controls in web project not in windows project as i did it successfully in windows thanks in advance
haitham
Classic ASP is really a HTML template embedded into javascript or vbscript. The Visual Studio editor is expecting HTML or HTML/ASP.NET. You can modify the behavior of the editor by going to the Tools menu and selecting Options/Text Editor/HTML George
The problem is propably the casing of the word statuscode, it should be statusCode
haytham_mohammad wrote:
Line 29: --> Line 30: Line 31: Line 32: Line 33:
Kind Regards, John Petersen
go to IIS , right click on WebSites node, select properties,, go to Directory Security Tab,click Edit,and at the buttom of form select the checkbox named "integrated windows authentication" and ok the form ....
www.behzadi.net
sorry for the missing data this project is a web site project and it was developed by some people, these developers were working with "microsoft visual safecode 6" . this project was working correctly at their machines but when i copied the code to my machine to work in this project the problems started to appear at first an error message appeared tell me that this code is under source control when i try to depug the code it poped up the previously illustrated message this is a brief description for the problem thanks for ur help
haitham
Here is a good article. http://www.codeproject.com/cs/database/SqlInjectionAttacks.asp
- Never argue with an idiot. They drag you down to their level, then beat you with experience.