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

Manoj Tillu

@Manoj Tillu
About
Posts
6
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • control in datagrid header
    M Manoj Tillu

    Hi, you can easily do it. use template column of grid. once u added that just righ click on grid and go to Edit Temlete option. when u click on it the whole column with diff. template appear(header template,item template....). just put the control in header template and write text in added control's text property or even u can add text beside the conrol inside templete. Happy Programming Manoj Tillu

    ASP.NET help

  • ListBox Default Value Help Required
    M Manoj Tillu

    If u r populating listbox from database then u cant not do it from aspx, but if ur listitems are fixed and its there in ur aspx page u can specify it in that listitems. Happy Programming Manoj Tillu

    ASP.NET question help

  • ListBox Default Value Help Required
    M Manoj Tillu

    yes Happy Programming Manoj Tillu

    ASP.NET question help

  • ListBox Default Value Help Required
    M Manoj Tillu

    There is one property in listbox "selected" set this property to true "selected=true" for the value which u want as default Happy Programming Manoj Tillu

    ASP.NET question help

  • how to run an exe in asp.net. Very Urgent!!!
    M Manoj Tillu

    It quite possible to call exe from asp.net application. Use following code, using System.Diagnostics; Process p=null; try { p= new Process(); //p.StartInfo.FileName = "Exe path on server"; p.StartInfo.FileName = "c:\\HellowWorld.exe"; p.Start(); p.WaitForExit(); } catch (Exception ex) { Response.Write(ex); } There are other options with Process class which can be used to pass argument to exe etc. Happy Programming Manoj Tillu

    ASP.NET csharp asp-net tutorial

  • dropdownlist postback
    M Manoj Tillu

    R u returning boolean value from ur function of javascript? If not do one thing return false from ur javascript function when user choose to cancel. Second thing when u call a javascript function on onindexchange client side event of dropdown call it with return statment. e.g. dropdownlist.attributes.add("OnIndexchange","return fnc();"); all the best Happy Programming Manoj Tillu

    ASP.NET database javascript sysadmin help tutorial
  • Login

  • Don't have an account? Register

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