Ask a Question related to ASP.NET General, Design and Development.
-
Michael Evanchik #1
Cannot print from Microsoft.Web.UI.WebControls Tab strip
I was coding along in asp.net (which i must say is great) But using
the tab control that microsoft made, when i click on other tabs and go
to print(native internet explorer print) it does not print the tab
that its on, only the first tab gets printed no matter which one you
are on. Besides making a button the pops open another browser or using
response.redirect to another page with the content they want printed,
is there any way or suggestions to just print with the native explorer
print?
Michael Evanchik Guest
-
[Microsoft][ODBC Microsoft Access Driver] Could not start session.
Does anyone know what this problem means??? Microsoft OLE DB Provider for ODBC Drivers error '80004005' Could not start session. ... -
FYI: Microsoft Publisher Users - Check out Microsoft Expression 3.3
http://www.microsoft.com/products/expression/ There is a free download for Windows users (and Mac) which weighs in at 57mb. This is... -
[Microsoft][ODBC Microsoft Access Driver]'(unknown)' is not a valid path error
This is probably an old problem that most of you know how to fix (I hope!). The scenario is that I have a web server running an ASP site that needs... -
problem using Microsoft.Web.UI.Webcontrols Tabstrip
Hello, i have a problem i want to inherit the tabstrip control and derive my own control to be used in my project for some reasons but when i do... -
Urgent : Microsoft.Web.UI.Webcontrols not rendering controls to client
Hi all, I installed the Microsoft.Web.UI.Webcontrols.dll onto my development P.C. and in the reference from within Visual Studio, changed the... -
Yan-Hong Huang[MSFT] #2
RE: Cannot print from Microsoft.Web.UI.WebControls Tab strip
Hello Michael,
I have met this problem before. All I have done is to set the autopost back property for the tab control to "True"!!!
Hope it helps.
Best regards,
Yanhong Huang
Microsoft Online Partner Support
Get Secure! - [url]www.microsoft.com/security[/url]
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
!From: [email]mcbain@aol.com[/email] (Michael Evanchik)
!Newsgroups: microsoft.public.dotnet.framework.aspnet
!Subject: Cannot print from Microsoft.Web.UI.WebControls Tab strip
!Date: 25 Jul 2003 09:28:18 -0700
!Organization: [url]http://groups.google.com/[/url]
!Lines: 8
!Message-ID: <73446b8b.0307250828.371f5503@posting.google.com >
!NNTP-Posting-Host: 216.66.24.116
!Content-Type: text/plain; charset=ISO-8859-1
!Content-Transfer-Encoding: 8bit
!X-Trace: posting.google.com 1059150500 16389 127.0.0.1 (25 Jul 2003 16:28:20 GMT)
!X-Complaints-To: [email]groups-abuse@google.com[/email]
!NNTP-Posting-Date: 25 Jul 2003 16:28:20 GMT
!Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed 00.sul.t-online.de!t-online.de!news-spur1.maxwell.syr.edu!
news.maxwell.syr.edu!sn-xit-03!sn-xit-01!sn-xit-09!supernews.com!postnews1.google.com!not-for-mail
!Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:162142
!X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
!
!I was coding along in asp.net (which i must say is great) But using
!the tab control that microsoft made, when i click on other tabs and go
!to print(native internet explorer print) it does not print the tab
!that its on, only the first tab gets printed no matter which one you
!are on. Besides making a button the pops open another browser or using
!response.redirect to another page with the content they want printed,
!is there any way or suggestions to just print with the native explorer
!print?
!
Yan-Hong Huang[MSFT] Guest
-
Michael Evanchik #3
Re: Cannot print from Microsoft.Web.UI.WebControls Tab strip
Thanks Yan-Hong Huang, the screen flashing back is a little anoying
and takes more resources but works great. Thanks for your time and
help, Leif as well.
Michael Evanchik Guest
-
Yan-Hong Huang[MSFT] #4
Re: Cannot print from Microsoft.Web.UI.WebControls Tab strip
Hi Michael,
I am glad to hear it. It is my pleasure to share my experience in the group. Thanks very much for participating the community.
Best regards,
Yanhong Huang
Microsoft Online Partner Support
Get Secure! - [url]www.microsoft.com/security[/url]
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
!From: [email]mcbain@aol.com[/email] (Michael Evanchik)
!Newsgroups: microsoft.public.dotnet.framework.aspnet
!Subject: Re: Cannot print from Microsoft.Web.UI.WebControls Tab strip
!Date: 29 Jul 2003 11:10:12 -0700
!Organization: [url]http://groups.google.com/[/url]
!Lines: 3
!Message-ID: <73446b8b.0307291010.2803e1ee@posting.google.com >
!References: <73446b8b.0307250828.371f5503@posting.google.com > <v0BKptZVDHA.2124@cpmsftngxa06.phx.gbl>
!NNTP-Posting-Host: 216.66.24.116
!Content-Type: text/plain; charset=ISO-8859-1
!Content-Transfer-Encoding: 8bit
!X-Trace: posting.google.com 1059502213 20817 127.0.0.1 (29 Jul 2003 18:10:13 GMT)
!X-Complaints-To: [email]groups-abuse@google.com[/email]
!NNTP-Posting-Date: 29 Jul 2003 18:10:13 GMT
!Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed 00.sul.t-online.de!t-online.de!news-spur1.maxwell.syr.edu!
news.maxwell.syr.edu!sn-xit-03!sn-xit-04!sn-xit-01!sn-xit-09!supernews.com!postnews1.google.com!not-for-mail
!Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:163070
!X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
!
!Thanks Yan-Hong Huang, the screen flashing back is a little anoying
!and takes more resources but works great. Thanks for your time and
!help, Leif as well.
!
Yan-Hong Huang[MSFT] Guest



Reply With Quote

