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
M

mithun narayanan

@mithun narayanan
About
Posts
36
Topics
17
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to get mac address of a client system in asp.net
    M mithun narayanan

    i knw tat... i ve tried it long back ago...

    ASP.NET csharp asp-net tutorial question

  • How to get mac address of a client system in asp.net
    M mithun narayanan

    Thank u for the response..

    ASP.NET csharp asp-net tutorial question

  • How to get mac address of a client system in asp.net
    M mithun narayanan

    Thank u for the response.. i ll try this nd revert ..

    ASP.NET csharp asp-net tutorial question

  • How to get mac address of a client system in asp.net
    M mithun narayanan

    Sorry i cant use IP... if am using it i cant uniquly identify systems under a particular network... is ther any other way... i can it thru javascript but i ve to enable ActiveX which i dont want... :( is ther any other way.??

    ASP.NET csharp asp-net tutorial question

  • How to get mac address of a client system in asp.net
    M mithun narayanan

    Hi All. How to get mac address of a client system in asp.net?? I need to identify client system uniquely other than using IP address. If there is any other way for achieving the same please suggest... Thanks and Regards Mithun Narayanan.

    ASP.NET csharp asp-net tutorial question

  • Interop Excel
    M mithun narayanan

    Hi all, i am using Interop for excel. i need to set border style as solid and border color for particular cells. am using the following code, which is not working.... Please correct it... oRange = (Excel.Range)oSheet.Cells[i, j+1]; oRange.Borders.Weight = BorderStyle.Solid; oRange.Cells.Borders.ColorIndex = 11; Thanks and regards

    COM com architecture

  • Interop Excel
    M mithun narayanan

    Hi all, i am using Interop for excel. i need to set border style as solid and border color for particular cells. am using the following code, which is not working.... Please correct it... <code> oRange = (Excel.Range)oSheet.Cells[i, j+1]; oRange.Borders.Weight = BorderStyle.Solid; oRange.Cells.Borders.ColorIndex = 11; </code> Thanks and regards

    ASP.NET com architecture

  • Asp.net Excel Interop
    M mithun narayanan

    Thanks for the Reply..... I have found the solution.... for hiding first column Excel.Range rangen2 = oSheet.get_Range(oSheet.Cells[5, 4]); rangen2.EntireColumn.Hidden = true;

    ASP.NET csharp asp-net com

  • Asp.net Excel Interop
    M mithun narayanan

    Thanks for the Reply..... I have found the solution.... for hiding first column Excel.Range rangen2 = oSheet.get_Range(oSheet.Cells[5, 4]); rangen2.EntireColumn.Hidden = true; :thumbsup:

    ASP.NET csharp asp-net com

  • Asp.net Excel Interop
    M mithun narayanan

    I am using interop for creating excel .. i ve cretaed the excel file. Now i need to hide or delete some of the columns.... Can u plz tell me the code for that... Thanks in Regardss....

    ASP.NET csharp asp-net com

  • Interop Excel
    M mithun narayanan

    I am using interop for creating excel .. i ve cretaed the excel file. Now i need to hide or delete some of the columns.... Can u plz tell me the code for that... Thanks in Regardss....

    COM com

  • PostBack From javascript
    M mithun narayanan

    put a hidden button in your page lets say "btnHidden" Set its style="display:none;" call btnhidden.Click(); in javascript watever code written in btnHidden's event will be excuted.. Hope this wil help...

    ASP.NET help javascript

  • PostBack From javascript
    M mithun narayanan

    put a hidden button in your page lets say "btnHidden" Set its style="display:none;" call btnhidden.Click(); in javascript watever code written in btnHidden's event will be excuted.. Hope this wil help.

    ASP.NET help javascript

  • Interop Excel
    M mithun narayanan

    I am using it in asp .net itself... code behind is C# .... please let me know if it is possible or not......:confused: Thanks in advnce...

    ASP.NET html com

  • Interop Excel
    M mithun narayanan

    Is it possible to insert dynamically generated html table directly into an Excel using interop. Please reply... Thanks in advance,,,,

    ASP.NET html com

  • javascript written in code behind not working when update panel is used
    M mithun narayanan

    Thnk u.....

    ASP.NET javascript tools question announcement

  • javascript written in code behind not working when update panel is used
    M mithun narayanan

    no am not using master page..

    ASP.NET javascript tools question announcement

  • javascript written in code behind not working when update panel is used
    M mithun narayanan

    is there any way to fix this issue.... what is ur suggestion???

    ASP.NET javascript tools question announcement

  • javascript written in code behind not working when update panel is used
    M mithun narayanan

    String strFilenotFound = "<script language=JavaScript> "; strFilenotFound += " var s=confirm('Do you really want to go to this page??');if(s==true){alert('ya')} else {alert('no')}"; strFilenotFound += "</"; strFilenotFound += "script>"; if (!this.IsStartupScriptRegistered("Startup")) this.RegisterStartupScript("Startup", strFilenotFound); am calling this script on a button click.Am using update panel in this page. if am using the same code in some other page without update panel it's working fine.. please provide a solution... thanks in advance..

    ASP.NET javascript tools question announcement

  • OLEDB and EXCEL Worksheet Problem
    M mithun narayanan

    string constr = "Provider=Microsoft.Jet.OLEDB.4.0;" + "Data Source=" + Serverpath + "\\" + Session.SessionID + "1" + "." + fileext + ";Extended Properties=\"Excel 8.0;HDR=NO;IMEX=1\""; OleDbConnection con = new OleDbConnection(constr); con.Open(); OleDbCommand com = new OleDbCommand("SELECT * FROM [Sheetname$]", con); In the query sheetname is worksheet name. my sheet name will change frequently. is ther any way to access sheet name using sheet INDEX its very urgent ...... Thnaks in advance....

    ASP.NET database com 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