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
N

nandhububbly

@nandhububbly
About
Posts
38
Topics
14
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Drop-Down Filter List for a DataGridView Column
    N nandhububbly

    I need Drop-Down Filter List for a DataGridView Column in webapplication using VB.Net, i need this code very argent, please any olne help me. Thanks, Nanthakumar N

    ASP.NET csharp help

  • Bar code
    N nandhububbly

    very very thanks.... reg nantha

    ASP.NET csharp asp-net tutorial

  • Bar code
    N nandhububbly

    hi friends i want to generate bar code using asp.net please tell how to generate thanks and reg nanthakumar

    ASP.NET csharp asp-net tutorial

  • Datagrid
    N nandhububbly

    Hi function TotalBudgetAmount() { var intCount=2; var txtBudgetAmount= document.getElementById("dgridBudgetAllocationDetails__ctl"+intCount+"_txtCurrentBudgetAmount"); var TotalAmount=0; while (txtBudgetAmount != null) { alert("hai"); if (parseFloat(txtBudgetAmount.value)) TotalAmount = TotalAmount + parseFloat(txtBudgetAmount.value) intCount += 1; var txtBudgetAmount=document.getElementById("dgridBudgetAllocationDetails__ctl"+intCount+"_txtCurrentBudgetAmount"); } var lblTotalBudgetAmount = document.getElementById("dgridBudgetAllocationDetails__ctl" +intCount+"_lblTotalAmount"); if (lblTotalBudgetAmount != null) document.write("The number is "+ parseFloat(TotalAmount).toFixed(2)) } this is my code here i need to add text bob value and put in to label but here values are not adding i thougt error in var txtBudgetAmount= document.getElementById("dgridBudgetAllocationDetails__ctl"+intCount+"_txtCurrentBudgetAmount"); this line please review this and reply me thank u reg nantha

    Web Development help

  • Datagrid
    N nandhububbly

    Hi function TotalBudgetAmount() { var intCount=2; var txtBudgetAmount= document.getElementById("dgridBudgetAllocationDetails__ctl"+intCount+"_txtCurrentBudgetAmount"); var TotalAmount=0; while (txtBudgetAmount != null) { alert("hai"); if (parseFloat(txtBudgetAmount.value)) TotalAmount = TotalAmount + parseFloat(txtBudgetAmount.value) intCount += 1; var txtBudgetAmount=document.getElementById("dgridBudgetAllocationDetails__ctl"+intCount+"_txtCurrentBudgetAmount"); } var lblTotalBudgetAmount = document.getElementById("dgridBudgetAllocationDetails__ctl" +intCount+"_lblTotalAmount"); if (lblTotalBudgetAmount != null) document.write("The number is "+ parseFloat(TotalAmount).toFixed(2)) } this is my code here i need to add text bob value and put in to label but here values are not adding i thougt error in var txtBudgetAmount= document.getElementById("dgridBudgetAllocationDetails__ctl"+intCount+"_txtCurrentBudgetAmount"); this line please review this and reply me thank u reg nantha

    ASP.NET help

  • Datagrid
    N nandhububbly

    How to get the textbox values in the datagrid using javascript please help me Reg nantha

    Web Development javascript help tutorial

  • Error when compilation - Urgent Help
    N nandhububbly

    Remove ur all file in Temp folder c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\ and nothing to use now u run if not come reply me i will tell some other idea

    ASP.NET help csharp asp-net

  • TextBox in DataGrid
    N nandhububbly

    Hi i am using textbox in datagrid ,so i need to add that textbox value in that datagrid and put in to label , so these working fine in IE 6 but if i run this in IE 7 and mozila the values are not adding .. function TotalBudgetAmount() { var intCount=2; var txtBudgetAmount= document.getElementById("dgridBudgetAllocationDetails__ctl"+intCount+"_txtCurrentBudgetAmount");//here txtBudgetAmount come as null in IE 7 but in IE6 its working so problem in this line var TotalAmount=0; while (txtBudgetAmount != null) { if (parseFloat(txtBudgetAmount.value)) TotalAmount = TotalAmount + parseFloat(txtBudgetAmount.value) intCount += 1; var txtBudgetAmount=document.getElementById("dgridBudgetAllocationDetails__ctl"+intCount+"_txtCurrentBudgetAmount"); } these are that lines please c this code and reply thank u Reg nantha

    Web Development help

  • TextBox in DataGrid
    N nandhububbly

    Hi i am using textbox in datagrid ,so i need to add that textbox value in that datagrid and put in to label , so these working fine in IE 6 but if i run this in IE 7 and mozila the values are not adding .. function TotalBudgetAmount() { var intCount=2; var txtBudgetAmount= document.getElementById("dgridBudgetAllocationDetails__ctl"+intCount+"_txtCurrentBudgetAmount");//here txtBudgetAmount come as null in IE 7 but in IE6 its working so problem in this line var TotalAmount=0; while (txtBudgetAmount != null) { if (parseFloat(txtBudgetAmount.value)) TotalAmount = TotalAmount + parseFloat(txtBudgetAmount.value) intCount += 1; var txtBudgetAmount=document.getElementById("dgridBudgetAllocationDetails__ctl"+intCount+"_txtCurrentBudgetAmount"); } these are that lines please c this code and reply thank u Reg nantha

    ASP.NET help

  • Data Grid ..
    N nandhububbly

    hi..Christian Graus thank u soo much i will try that . thank u once again.. reg nanth

    ASP.NET javascript css database design tutorial

  • Data Grid ..
    N nandhububbly

    hi .. i want to know how to access database and insert row in datagrid using javascipt. this is my existing code View asp:BoundColumn DataField="CareDateTo" HeaderText="Date To" DataFormatString="{0:dd/MM/yyyy}"> asp:BoundColumn DataField="ReasonForChange" HeaderText="Reason For Change"> asp:BoundColumn DataField="FundingAuthority" HeaderText="Funding Authority"> asp:TemplateColumn HeaderText="Risk at Home"> i need existing from to javascript like below var grid = new AW.UI.Grid; grid.setId("myGrid"); grid.setHeaderText("header"); grid.setCellText(function(col, row){return col + "-" + row}); grid.setColumnCount(10); grid.setRowCount(1000);</x-turndown>

    ASP.NET javascript css database design tutorial

  • Image not displaying in IE7
    N nandhububbly

    hi .. try to check wether ur img comes in run time or not so u should use alt property in ur code for ex ur img name is log.gif means

    ASP.NET help

  • Browser compatibility Error ( Mr.Michael)
    N nandhububbly

    i have tested with Firefox, Safari, Opera and IE7. I didn't see any problem with "overflow: auto; " CSS property. I know you still have problem in using expression . I'm still looking for the solution. For the time being, lets discuss about overflow only. I think that the code above works fine. is it what you want or still having the problem in using that??? Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)

    ASP.NET help csharp css question

  • Browser compatibility Error ( Mr.Michael)
    N nandhububbly

    Hi Mr.Michael Sync.. Thank u soo much ur code is working . but header for that grid also moving in Mozilla in IE header is fixed , but Mozilla header is moving .. so please try for this . thank soo much Reg nantha

    ASP.NET help csharp css question

  • Browser compatibility Error
    N nandhububbly

    Hi Mr.Michael Sync.. Thank u soo much ur code is working . but header for that grid also moving in Mozilla in IE header is fixed , but Mozilla header is moving .. so please try for this . thank soo much Reg nantha

    ASP.NET help css database

  • Browser compatibility Error
    N nandhububbly

    Hi Mr.Michael Sync thank u soo much i will try this method thank u once again.. Reg nantha

    ASP.NET help css database

  • Browser compatibility Error
    N nandhububbly

    Hi i am using Mozila browser i am getting error in oveflow CSS property , here oveflow is not working . please help for this one i sent my CSS code and aspx code please clear that error thank u soo much .. .aspx code DIV id="div-datagrid" class='gridFixedHeader' style="OVERFLOW: auto; WIDTH: 100%; HEIGHT: 120px"> CSS code .gridFixedHeader { background-color:white; font-size: 9pt; color: #FFFFFF; position: relative; font-family: Airal,sans-serif; border:#0066CC; top:expression(this.offsetParent.scrollTop-0); z-index: 1; } thank u once again reg nantha

    ASP.NET help css database

  • Browser compatibility Error
    N nandhububbly

    Hi Mr.Michael Sync... thank u soo much i tried that one yesterday but its not working . i sent my CSS code and aspx code please clear that error thank u soo much .. .aspx code DIV id="div-datagrid" class='gridFixedHeader' style="OVERFLOW: auto; WIDTH: 100%; HEIGHT: 120px"> CSS code .gridFixedHeader { background-color:white; font-size: 9pt; color: #FFFFFF; position: relative; font-family: Airal,sans-serif; border:#0066CC; top:expression(this.offsetParent.scrollTop-0); z-index: 1; } thank u once again reg nantha -- modified at 6:08 Friday 17th August, 2007

    ASP.NET help css

  • Browser compatibility Error
    N nandhububbly

    Hi Michael thank u soo much , i am using Mozila 5.0 and Firefox 2.0 only after that any new version came? reg nantha

    ASP.NET help css

  • Gridview in asp.net 2.0
    N nandhububbly

    Hi try this ... protected void GridView1_RowDeleting(object sender, GridViewDeleteEventArgs e) { int n = Convert.ToInt32(GridView1.DataKeys[e.RowIndex]); int empid=n-1; cmd = new SqlCommand("delete employee where empid='" + empid + "'", con); con.Open(); cmd.ExecuteNonQuery(); con.Close(); } in case not working send full functionality about this grid view process

    ASP.NET help csharp css asp-net database
  • Login

  • Don't have an account? Register

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