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

Nandan Basak

@Nandan Basak
About
Posts
9
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • how to set the visibility true for <Div> tag in vb.net
    N Nandan Basak

    In .ascx ===========

    Cancelled

    Code Behind ================= if True then Divwatermark.Visible = True Else Divwatermark.Visible = False End If Even after the IF condition evaluates to TRUE and Divwatermark.Visible = True is getting executed, Divwatermark.Visible remains FALSE. Help me how to set the visibility of Divwatermark TRUE. Thanks in advance.

    Nandan Basak

    ASP.NET csharp help tutorial

  • DropDown onchange event is not working in IE
    N Nandan Basak

    Thanks...It's working ......... :)

    Nandan

    JavaScript help question

  • DropDown onchange event is not working in IE
    N Nandan Basak

    DropDown onchange event table row will be visible/invisible is not working in IE8 but in chrome its working fine.the code in given below. plz help me...is there any wrong in this code?....Thanks in advance.......

    var $ = Object.prototype.$ = function(id){ return document.getElementById ? document.getElementById(id) : document.all ? document.all[id] : null };
    function showHideTableRow(tr, show){
    if(!tr){ return false; }
    try{
    tr.style.display = (show) ? '' : 'none';
    return true;
    }
    catch(e){
    tr.style.display = (show) ? '' : 'none';
    return true;
    }
    }
    function selAction(sel){
    for(var i=0; i

    JavaScript help question

  • How to Get Local Area IP Address?
    N Nandan Basak

    Thanks ......Its working.

    N.K.Basak

    ASP.NET question csharp asp-net help tutorial

  • How to Get Local Area IP Address?
    N Nandan Basak

    Thank you sir , but i want to know only that IP address which are connected Client site LAN only.Is it possible?

    ASP.NET question csharp asp-net help tutorial

  • How to Get Local Area IP Address?
    N Nandan Basak

    How can i get all IP addresses which connected in LAN using ASP.NET // Private Function GetIP4Address() As String Dim IP4Address As String = [String].Empty For Each IPA As IPAddress In Dns.GetHostAddresses(Dns.GetHostName()) If IPA.AddressFamily.ToString() = "InterNetwork" Then IP4Address = IPA.ToString() Exit For End If Next Return IP4Address End Function // I'm using this function but it returns only my IP address. Please help me... Thanks in advance...

    ASP.NET question csharp asp-net help tutorial

  • Edit mode in oledb connection
    N Nandan Basak

    Do you want to edit the data which you insert\add????If that is than the ans is try con.open() Dim str As String = "update details set name='" & TextBox1.Text & "', address='" & TextBox2.Text & "', marks='" & Textbox.Text & "' where roll='" & Combobox1.Text & "'" cmd = New OleDb.OleDbCommand(str, con) cmd.ExecuteNonQuery() MsgBox("Record updated", MsgBoxStyle.Information, "Update") Catch ex As Exception MsgBox(ex.ToString) Finally con.Close() End Try

    .NET (Core and Framework) database

  • Addition in textbox
    N Nandan Basak

    I have to use .net framework..

    .NET (Core and Framework)

  • Addition in textbox
    N Nandan Basak

    i want to add two text box value and result will come automatically third text box....That means put two integer value in first two text box and automatically result come into third box.

    thanks in advanced...

    .NET (Core and Framework)
  • Login

  • Don't have an account? Register

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