User Profile

Collapse

Profile Sidebar

Collapse
minhnhat2807
minhnhat2807
Last Activity: Jan 31 '08, 09:40 AM
Joined: Dec 3 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • minhnhat2807
    replied to webmsgbox
    in .NET
    very easy.

    client:
    function Delete()
    {
    var a = confirm("are you sure")
    document.getEle mentById("Hidde nFiled".value = a
    }

    .server

    buttonDelete.at rributes.add("o nclick","Delete ()")
    Delete(HiddenFi eld.value) // write function Delete(Byval b as Boolean)...
    See more | Go to post

    Leave a comment:


  • Private Sub ConvertImage(By Val FilePath As String, ByVal Width As Integer, ByVal Heght As Integer)
    If Not FilePath = "" Then
    Dim ArrFiles() As String = Directory.GetFi les(Server.MapP ath(".") & "\ImageCach e")
    For Each f As String In ArrFiles
    File.Delete(f)
    Next
    Dim _stream As System.IO.Strea m = File.Open(FileP ath,...
    See more | Go to post

    Leave a comment:


  • you should use javascript

    var value = document.getEle mentById("TextB ox").value
    if(isNaN(value) == true)
    {
    alert("This is not a number!");
    }...
    See more | Go to post

    Leave a comment:


  • minhnhat2807
    replied to Timer
    in .NET
    According to me, no any way for you...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...