Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:877228
More Search Options
RSS Available
Matching Posts
Pb to print a gridview
Hello, I want to print a page which contains buttons, dropdownlist, textbox, label & gridview using btnPrint.Attributes.Add("onClick","javascript:windows.print();"). The pb is 2 last components are printed in a unlisible way. I don't know why, what's the difference with the 3 first components? I don't know if it's about UNICODE, ASCII, ANSI...type & I don't know where to verify or to set. Someone could help me step by step to solve the pb, please? Thanks
Posted to
Client Side Web Development
(Forum)
by
tng
on 8/4/2009
Re: Pb to print a gridview
in the paper print, the text of label & gridview content are something like "çã ã Ei'°aã' " instead of "Commentaire" (unlisible!). I think it's about ASCII or UNICODE type of these components but I don't know where to verify (other components are shown correctly)
Posted to
Client Side Web Development
(Forum)
by
tng
on 8/4/2009
Re: Pb to print a gridview
Hello, I discover that every component content is printed correctly under IE7 and not FireFox last version (for the label & gridview). Now the question is how to config FireFox (I tried Occidental(iso-8859-1), Occidental(windows 1252), Unicode (UTF8) failed) Thanks
Posted to
Client Side Web Development
(Forum)
by
tng
on 8/4/2009
Config FireFox3.5 to print correctly (javascript:window.print)
Hello, I had to print a page which contains buttons, dropdownlist, textbox, label & gridview using btnPrint.Attributes.Add("onClick","javascript:windows.print();") in PageLoad() In the print paper, the 2 last components (label & gridview) are printed in an unlisible way ("çã ã~Ei'°ã' " instead of "Commentaire" for ex.) if I use FireFox and are printed correctly if I use IE7. The question is how to config FireFox (I tried Occidental(iso-8859
Posted to
Client Side Web Development
(Forum)
by
tng
on 8/4/2009
Type (ASCII, UNICODE) pb to print a label
Hello, I want to print a page which contains buttons, dropdownlist, textbox, label & gridview using BtnPrint.Attributes.Add("onClick","javascript:windows.print();"). The pb is 2 last components are printed in a unlisible way. I don't know why, what's the difference with the 3 first components? I don't know if it's about UNICODE, ASCII, ANSI...type & I don't know where to verify or to set. Someone could help me step by step to solve the pb, please? Thanks
Posted to
Web Forms
(Forum)
by
tng
on 8/4/2009
Re: dropdownlist in gridview get error
Thank you guys, you helped me a lot!
Posted to
Web Forms
(Forum)
by
tng
on 7/28/2009
Re: how to manipulate a gridview (which is not linked to a database) from the code behind
Hello, Here's the link to the answer: http://forums.asp.net/t/1450258.aspx Thanks Peter
Posted to
Data Presentation Controls
(Forum)
by
tng
on 7/28/2009
Re: how to add an item in a listview?
Hi all, thanks for your answer. I found myself this but I got no time to post the answer for others. It's the same as Ratheesh's: DataTable dt = new DataTable(); DataColumn col = new DataColumn("login"); dt.Columns.Add(col); col = new DataColumn("name"); dt.Columns.Add(col); col = new DataColumn("firstname"); dt.Columns.Add(col); DataRow row = dt.NewRow(); row["login"] = mylogin; row["name"] = myname; row["firstname"] = myfirstname;
Posted to
Data Presentation Controls
(Forum)
by
tng
on 7/28/2009
Re: pb wt Active Directory authentication
Hello, In fact, my authenticate with LDAP works well (not what I thought), just because after the authentication I made another control to find in which group the login belongs to before redirect it to another page & this control doesn't work. Thanks for your help!
Posted to
Active Directory and LDAP
(Forum)
by
tng
on 7/28/2009
Re: concatenate in NavigateUrl
thank you guys, here's the answer to resolve the pb for those who interest http://forums.asp.net/t/1442600.aspx
Posted to
Web Forms
(Forum)
by
tng
on 7/28/2009
Page 1 of 3 (24 items) 1
2
3
Next >
TechNet Edge:
Mark Russinovich interview at TechEd EMEA 09
TechNet Edge:
IT Manager Podcast #31: Talking About Virtualization
TechNet Edge:
System Center Operations Manager 2007 R2 – Service Level Dashboard part 1: Introduction
WindowsClient:
MSXML XHTML DTDs - making the web better
TechNet Edge:
How it works: Active Directory Rights Management Services
Channel 9:
Inside Windows 7: Recovering Windows from System Degradation and Boot Failures
Channel 10:
Ebay Launches IE8 Webslice for Holiday Shopping
Channel 10:
New Windows Smartphone Includes Built-in PowerPoint Projector
Channel 10:
Bing's Top Searches Reveal Our Celeb Obsessions
Channel 9:
Ping 39: Chrome is here, Dancing in MS Stores, Iphone & Bing
ASP.NET:
Building Twitter Search using the ASP.NET Ajax Library Beta – Part 1
Silverlight:
Using Azure as a Silverlight Streaming replacement
Silverlight:
Building extensible Silverlight applications with MEF
TechNet Edge:
Joachim Nässlander on Live Migration
ASP.NET:
T4MVC 2.6: MVC 2 Areas support
ASP.NET:
Script# Update - v0.5.5.0
Channel 10:
Difference between DirectX 10 and DirectX 11
Channel 10:
WHS Power Pack 3 Arrives
Channel 10:
ASUS Brings GUI to BIOS
ASP.NET:
Microsoft AJAX CDN – Now with SSL Support
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online