Search

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

Matching Posts

  • Re: MySQL 5.0 and utf8

    Glad you solved it
    Posted to MySQL (Forum) by echoSwe on 3/20/2007
  • GridView javascript bug, gives wrong e.RowIndex to be passed to server-side.

    If I intercept the onclick event of a < asp:CommandField ButtonType= "Button" DeleteText= "Radera" ShowDeleteButton= "True" /> with a javascript that iterates through the table rows, attaching a confirm dialogue onto every "Delete" button, this this doesn't work: 1 void RowDeleting( object sender, GridViewDeleteEventArgs e) 2 { 3 try 4 { 5 GridView gv = (GridView)sender; 6 NewsItem item = daoNewsItems.FindById( 7 Convert.ToInt32(((GridView)sender).DataKeys[e.RowIndex].Value), 8 true ); 9 10
    Posted to Client Side Web Development (Forum) by echoSwe on 3/16/2007
  • Re: MySQL 5.0 and utf8

    See to the all pages are served as Content-Type: text/html; charset=utf-8 Make sure it says responseEncoding and requestEncoding to utf-8 in web.config. Meta tags don't do anything. Check the default encoding is utf-8 in: - On database level - On table level - On column level .Net's default encoding is UTF-8, and I use MySQL in .Net so the background tech is alright.
    Posted to MySQL (Forum) by echoSwe on 3/9/2007
  • Re: Microsoft OKs community development of these adapters

    Alright, nice. Exactly what I suggested :). I'd be willing to contribute to the source.
    Posted to CSS Friendly Control Adapters (Forum) by echoSwe on 3/9/2007
  • Re: CommandField with Control Style not picked up by CSS Theme

    Hi! Unfortunately this is the drawback of forums; you get misunderstood. I thought you remembered the last thread I replied in where I said something along the lines of "the adapters are soo much better to use than not to use!"... I've re-read what I've posted in this thread, and I can't find that I said that they are of insufficient quality; on the contrary, they are of excellent quality compared to what's built in. What I'm confused about is that PHP/RoR and all those view engines are so much more
    Posted to CSS Friendly Control Adapters (Forum) by echoSwe on 3/2/2007
  • Re: CommandField with Control Style not picked up by CSS Theme

    Hi! Unfortunately this is the drawback of forums; you get misunderstood. I thought you remembered the last thread I replied in where I said something along the lines of "the adapters are soo much better to use than not to use!"... I've re-read what I've posted in this thread, and I can't find that I said that they are of insufficient quality; on the contrary, they are of excellent quality compared to what's built in. What I'm confused about is that PHP/RoR/NVelocity and all those view engines are
    Posted to CSS Friendly Control Adapters (Forum) by echoSwe on 3/2/2007
  • Re: CommandField with Control Style not picked up by CSS Theme

    OK, so I had something to eat. Feels better now. Just don't like these bugs ^^. Anyhow: this will fix it (I'm not sure it's the BEST of implementations though and it only looks at the CssClass property, but then again, I don't like the Css-property condensation that you have either, and CSS shouldn't be inline... if (field.ControlStyle != null && !String.IsNullOrEmpty(field.ControlStyle.CssClass)) { foreach (Control c in cell.Controls) { if (c.GetType() != typeof (LiteralControl)) ((WebControl
    Posted to CSS Friendly Control Adapters (Forum) by echoSwe on 3/1/2007
  • Re: CommandField with Control Style not picked up by CSS Theme

    Hi Russ, Thanks for the answer. Yes, I've tried both the ItemStyle and looked at that thread (came from google there), and sure the thread works, but to release the adapters as v. 1.0, isn't that incorrect if they aren't that tested? ItemStyle-CssClass puts the class on the table row, not the actual button control. I figured that the ControlStyle-CssClass is for the button control. [MSDN] Do you happen to have a quickfix, or could you guide me to the right spot/row in the adapter? [MSDN]: "Gets or
    Posted to CSS Friendly Control Adapters (Forum) by echoSwe on 3/1/2007
  • Re: CommandField with Control Style not picked up by CSS Theme

    Hi again Russ, The CssClass is an invalid attribute on CommandField. "System.Web.UI.WebControls.CommandField innehåller inte någon offentlig egenskap med namnet CssClass." ~= " System.Web.UI.WebControls.CommandField does not contain a public property of name CssClass." So how exactly to style the control? This and stuff like no support for EmptyDataTemplate is what puts you off from using the adapters.
    Posted to CSS Friendly Control Adapters (Forum) by echoSwe on 3/1/2007
  • Re: The video tutorials are jerking and lagging

    ¤ Video AVI Decompressor {CF49D4E0-1115-11CE-B03A-0020AF0BA770} 0x00600000 quartz.dll - ACM FmtTag: 0x0011 IMA ADPCM-CODEC för MSACM msacm.imaadpcm 0x00200000 quartz.dll --> imaadp32.acm ACM FmtTag: 0x0002 Microsoft ADPCM CODEC-program för MSACM msacm.msadpcm 0x00200000 quartz.dll --> msadp32.acm ACM FmtTag: 0x0006 Microsoft CCITT G.711 (A-Law och u-Law) CODEC för MSACM msacm.msg711 0x00200000 quartz.dll --> msg711.acm ACM FmtTag: 0x0007 Microsoft CCITT G.711 (A-Law och u-Law) CODEC för
    Posted to Feedback on this website (Forum) by echoSwe on 2/15/2007
Page 1 of 5 (42 items) 1 2 3 4 5 Next >