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
J

jack_ajay

@jack_ajay
About
Posts
6
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Datalist Paging
    J jack_ajay

    Hi friend, Try the contents given in this URL,a example for the repeater control is demonstrated here u hv to use a datalist instead of a repeater control.pls try this site. To the site

    ASP.NET javascript sysadmin docker help question

  • price format
    J jack_ajay

    hi friend, Try this

    string st=String.Format("{0:c}","control or string name");

    assign this to control or string.

    ASP.NET question

  • price format
    J jack_ajay

    Hi friend, This is the syntax to convert it to currency format in VB.net.

    FormatCurrency(Expression[,NumDigitsAfterDecimal [,IncludeLeadingDigit [,UseParensForNegativeNumbers [,GroupDigits]]]])

    ASP.NET question

  • javascript error is getting while passing the string through vb code
    J jack_ajay

    hi friend, Need more information of where u r using it,also try to post the code snippet where u r getting the errors.

    ASP.NET help javascript html tutorial

  • Setting Focus for textbox
    J jack_ajay

    Hi friend, use this code if u r using javascript or the other if u r using VB.net. Page.RegisterClientScriptBlock("focus", _ "document..focus();") or (VB.NET) Page.RegisterClientScriptBlock("focus", _ "" & _ "document.<id-of-your-control>.focus();" & _ "</id-of-your-control> ")

    ASP.NET javascript help question

  • show popup on content page
    J jack_ajay

    U can use the code in .aspx page inside the content place holder tag,in code behind page in page_load event just type the modal popup control id.show. Eg: popupmsg.show()

    ASP.NET help tutorial 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