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
S

sanjivji

@sanjivji
About
Posts
9
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Stream Reader and Combo Boxes
    S sanjivji

    go for string.split

    Visual Basic help question

  • Program Text2Speech Engine
    S sanjivji

    Hi , u can do it by installing ms-speechengine speechsdk51 (available to download) there is sapi controls would be added inside ur toolbox.u can activate these controls using adding items in toolbox.u can find help in vbcode.com by search of sapi.:)

    Visual Basic question

  • How to add an "ENTER" into string ?
    S sanjivji

    Dim str As String = "A" + <-br-> + "B" plz remove "-" side of the "-br-" hi hope can work.:) -- modified at 8:10 Monday 30th October, 2006

    ASP.NET tutorial question

  • objects to store values
    S sanjivji

    ya Session,application,cookies,viewstate,parametrize properties can be hepfull:-D

    ASP.NET question

  • How to send auto emails from Windows service
    S sanjivji

    u can use sql server mailing services too:).

    ASP.NET csharp asp-net help tutorial

  • Web Browser Control in vb.net onblur event
    S sanjivji

    u can not fire two client side events on one control. :)

    ASP.NET csharp html question

  • limit on characters to be entered in textbox in multiline mode
    S sanjivji

    go for javascript code and make a fuction for that textbox which will count the number of character make a if else and genrate a alert msg this function fires on keyup or down events . fuction abc() { if(len(document.getelementbyid("").value) >1000) { alert("not allowe"); return; } } hope this will be ok try to mold this code with ur use :)

    ASP.NET help tutorial question

  • Fire Server Side Function from Client Side Code
    S sanjivji

    either go for ajax

    ASP.NET question csharp java sysadmin

  • Datagrid Problem
    S sanjivji

    Hi Monika, Well as from ur wordings it seems that u want to fetch text of other button . first let me clear is it some order of button which text ur looking if it is u can have the option .just add one more cmdbutton in dg and make its visibility false and give it caption with a number wise field. u can fetch its value with other command name or u have findcontrol hope it can make u some help.

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

  • Don't have an account? Register

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