Search

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

Matching Posts

  • Re: How to set CSS class to tbody of GridView

    I have figured out about that .. It can be done by using CSS Adapter.. Check-out my reply in this link.. http://www.codeproject.com/script/comments/forums.asp?forumid=12076&Page=3&userid=1444452&mode=all&select=2188734&df=100&mpp=50&fr=1435#xx2188734xx
    Posted to Data Presentation Controls (Forum) by mchlSync on 8/30/2007
  • Why does Adapter class invoked on StartUp without doing anything?

    Why does Adapter class being invoked on StartUp without doing anything? Let's say "GridViewAdapter.OnInit" event got invoked when I just put the GridView1 on a page. Why is it happening like that? Is there any background process that invoke the adapter? Are those adapters going to work if I put those classes into normal web project without using CssAdapter Project template? Any idea would be greatly appreciated. Thanks in advance.
    Posted to CSS Friendly Control Adapters (Forum) by mchlSync on 8/23/2007
  • How to set CSS class to tbody of GridView

    How to set CSS class to tbody of GridView? When I set the css class in Row-Style property, all rows have been set with this style which is I don't want. I found the way to set CSS class in thead and tfooter of GridView. but not for tbody. Is it possible to do with CSS adapter or normal way? For example If I wrote the code like that, HTML View <asp:GridView ID="GridView1" runat="server" > </asp:GridView> Code-behinded File protected void Page_Load(object sender
    Posted to Data Presentation Controls (Forum) by mchlSync on 8/19/2007
  • Re: Setting CSS class for tbody of GridView

    Sorry if I couldn't explain my problem very clearly. Let me try one more time. If we wrote the code like that, HTML View <asp:GridView ID="GridView1" runat="server" > </asp:GridView> Code-behinded File protected void Page_Load(object sender, EventArgs e) { List<string> list = new List<string>(); list.Add("Alien"); GridView1.DataSource = list; GridView1.DataBind(); } the HTML tag will be generated as fellows by default ~ <table cellspacing
    Posted to CSS Friendly Control Adapters (Forum) by mchlSync on 8/18/2007
  • Setting CSS class for tbody of GridView

    Hello All, How to set CSS class to tbody of GridView? When I set the css class in Row-Style property, all rows have been set with this style which is I don't want. I found the way to set CSS class in thead and tfooter of GridView. but not for tbody. Is it possible to do with CSS adapter or normal way? Thanks in advance.
    Posted to CSS Friendly Control Adapters (Forum) by mchlSync on 8/18/2007
    Filed under: gridView css friendly adapter
  • Re: Yes/No MessageBox

    Please check it out. Custom Javascript Dialog (Confirmation Dialog)
    Posted to Client Side Web Development (Forum) by mchlSync on 2/22/2007
    Filed under: Javascript Confirmation Dialog
  • Re: I need to pass Javascript confirmation value to asp.net variable.

    Just sharing my idea. Please check this article and sample " Custom Javascript Dialog " . Of course. It's not exactly what you want. but you may get some idea. In this article, one popup will be shown when a user click "Delete" button. Then, the user can fill the reason and click "Delete" for deleting a record from DataGrid. The user is able to cancel after showing the Popup.
    Posted to Client Side Web Development (Forum) by mchlSync on 2/15/2007
    Filed under: javascript
  • Re: Finding free web hosting

    SOMEE.COM might be nice. you may check my post in details here " Free ASP.NET 2.0 Web Hosting ".
    Posted to Web Hosting with IIS and ASP.NET (Forum) by mchlSync on 2/14/2007
    Filed under: Free ASP.NET Hosting
  • Re: Changing Image Src from JavaScript

    Thank you so much. LudovicoVan and RoamingLlama. Your code works very wells after adding my internal web server url in trusted site list. but firefox. In order to run that code in Firefox, I heard that I need to have NoScript Extension for adding my internal web server in trusted site. I haven't tested yet. Thanks. Ajax? Yeah. It would be good. But MS Altas might not be a solution for me since I'm using ASP.NET 1.1. So, maybe I will try with normal javascript and XmlHttpRequest object. I was thinking
    Posted to Client Side Web Development (Forum) by mchlSync on 11/9/2006
  • Re: Changing Image Src from JavaScript

    Thank you all. >>As LudovicoVan said, you need to virtual path, to access the image file. I guess There won't be no way to get the virtual path because the user is allowed to select any photo file in his/her machine for changing the Employee Photo. @ RoamingLlama Sorry. man. I have tested your code in local IIS. It's not working. I tested as the following. Copy your code. Paste it in notepad Save it as htm ext Put this file into one of my existing virtual directory Run this file from localhost
    Posted to Client Side Web Development (Forum) by mchlsync on 11/7/2006
Page 1 of 5 (43 items) 1 2 3 4 5 Next >