Search

You searched for the word(s): userid:877228

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 >