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

SachinKumar M

@SachinKumar M
About
Posts
14
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • spacebar problem for insertion
    S SachinKumar M

    Trim those Textbox Values Ex: TextBox1.Text.Trim while inserting those values and Checking for Duplicate Data.

    ASP.NET csharp help asp-net database question

  • Database?
    S SachinKumar M

    Take Backup of your Database and Restore that in his System.

    ASP.NET tutorial database question

  • Need to display the resultant time in hours:min:sec format.
    S SachinKumar M

    use DateTime.Now.ToString("hh:mm:ss")

    ASP.NET tutorial

  • Dynamically creating controls and accessing them
    S SachinKumar M

    you can use CheckBoxList instead of creating Checkbox Dynamically.. and for CheckBoxList you can Bind the values form Database.. and onclick of OK, you can loop through CheckBoxList.Items.Count to check which is Selected and You can take only Selected Values..

    ASP.NET question database help

  • I have doubt regarding MasterPages & Content Pages...
    S SachinKumar M

    Use document.getElementById ("<%=TextBox1.ClientId%>").value

    ASP.NET help design

  • Adding RequiredFieldValidtors programmatically
    S SachinKumar M

    give some error message for your required field Validator like rfv1.ErrorMessage ="Some Message"

    ASP.NET help question

  • [Message Deleted]
    S SachinKumar M

    try this one... Dim strcomputername As String Dim host As System.Net.IPHostEntry host = System.Net.Dns.GetHostEntry(Request.ServerVariables.Item("REMOTE_HOST")) strcomputername = host.HostName

    ASP.NET

  • Change photo option
    S SachinKumar M

    My problem solved after appending DateTime.Now.Ticks to my ImageUrl. thank you all..

    ASP.NET sysadmin help tutorial

  • Change photo option
    S SachinKumar M

    no i am not clearing browser's cache.. is it required to clear browser's cache. if yes tell me how to clear browsrs cache... Thank you..

    ASP.NET sysadmin help tutorial

  • Change photo option
    S SachinKumar M

    In my page i am having opton to show photo using asp image control and i am giving option to change photo. i am using file upload control and saving image in server. for change photo option after saving image into server photo is not refreshing. it is showing old photo only.. how to refersh image control to show new uploaded photo.. help me...

    ASP.NET sysadmin help tutorial

  • How to pass 2 parameter as a querystring in Hyperlink's DataNavigateURLFormatString in GridView
    S SachinKumar M

    you need to give date in datanavigateurlfields.

    datanavigateurlfields="CrId,Date"

    <asp:hyperlinkfield datanavigateurlfields="CrId,Date" itemstyle-cssclass="clientbor" headerstyle-cssclass="clientbort" datanavigateurlformatstring="customInteraction.aspx?CrId={0}&Date={1} " headertext="Name">
    DataTextField="CrName" SortExpression="CrName" />

    ASP.NET question help css database com

  • Ajax problem
    S SachinKumar M

    File Upload Control will not work with in Update Panel. If you want File Upload Control with in Update Panel then you need to set asp:PostBackTrigger to Update Panel.. ...

    ASP.NET help announcement

  • How to open default mail client with attachment in web application
    S SachinKumar M

    i tried with attachment="C:\fileName.txt", but it is not working. how to specify file path. any other method to attach a file.

    Web Development tutorial

  • How to open default mail client with attachment in web application
    S SachinKumar M

    I want open default mail client with attachment from web page.

    Web Development 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