Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
J

johnmuthu

@johnmuthu
About
Posts
9
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Any Blogs or Sites
    J johnmuthu

    Could any one tell me some useful blogs or sites, which will describe all the computer releated HOWTO's. The HowTo's can be such as, How to delete an URL from IE6? How to find the WindowXP system details? How to set the BIOS battery in Mother Board? It may also include Video Clips, to make Demos. Plz, Let me such site. [Related only to IT field.] Or, If CodeProject has such a link, make me know. Thanks a lot. :-D

    Muthu.G

    IT & Infrastructure tutorial question

  • Unable to hide the Label Column
    J johnmuthu

    Thanks Ashish. got it...

    Muthu.G

    ASP.NET question

  • Avoiding Page Refresh on F5
    J johnmuthu

    Thanks for the article sandeep. The reason why i wanted to avoid is, i am selecting a No of records from a gridview that is in my page, where i use callback mechanism, to avoid page postback. The thing is, i don't render gridview to client side. So, obviously when F5 is pressed, the checked values will be lost..!!

    Muthu.G

    ASP.NET help question

  • Help Me in GridView
    J johnmuthu

    You have to use DataTable to re-structure the rows, and again bind the formatted rows with GridView. I have done the same in C#.Net. If needed you can modify it to VB.Net Cheers,

    Muthu.G

    ASP.NET csharp help tutorial

  • Avoiding Page Refresh on F5
    J johnmuthu

    I am handing a GridView fully in client-side(am using callbacks to avoid page refresh). that is, i am having a certain No. of records in a GridView each bound with a check box, and while checking each of the checkboxes, i am doing some operation internally. When press F5 or refresh the page, the selected records are cleared. (To avoid this problem, i used ViewState to maintain the each record's status. But was helpless. But Session did well.) The concern is, i shouldn't use any Session Variables, and even after F5 the records must be without modifications. Or else, is it possible to avoid such page refreshing? Thanks in advance.

    Muthu.G

    ASP.NET help question

  • Unable to hide the Label Column
    J johnmuthu

    Thanks for the reply dear. i thing u mean to say, in DataBinding of label (that's in design mode), for label just use Eval("columnname"). But will that solve the problem of hiding the label field at run time? Plz be brief in ur ans. Also how to use it as an arg of js function?

    Muthu.G

    ASP.NET question

  • Unable to hide the Label Column
    J johnmuthu

    Thanks a lot, that works fine. :-D

    Muthu.G

    ASP.NET question

  • Unable to hide the Label Column
    J johnmuthu

    I am using a gridview where I have a lable bound column to keep unique ids. During DataRowBound event i hide the label column. int labelColumn = 0; e.Row.Cells[labelColumn].Visible = false; I keep the above code snippet in DataRowBound of GridView1. When try to use the label column value at client side, I am Unable to access the value. If i don't hide the column I am able to access label value. Now i want to hide the label Column. How could i do? I even tried by making the lable column width as 0px. Thanks in advance. :)

    Muthu.G

    ASP.NET question

  • Bind with GridView
    J johnmuthu

    I am binding two template fields,with two buttons like edit and delete,with gridview. Now during run time, I am binding a datatable with gridview.(say about 5 rows.) Now,when i click on edit button,i want the rowindex of the clicked row. I tried this by doing, gridView1.SelectedRow.RowIndex. But it threw error only. Please advice, that what may i do. Thanks.

    Muthu.G

    ASP.NET wpf wcf help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups