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
A

Atish K Singh

@Atish K Singh
About
Posts
3
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Error on clicking Linkbutton of Gridview
    A Atish K Singh

    Add below code in page_load event of the page

    ScriptManager scriptManager = ScriptManager.GetCurrent(this.Page);
    scriptManager.RegisterPostBackControl([GridView's LinkButton ID]);

    ASP.NET help sysadmin tutorial

  • Email Notification of web content through .net
    A Atish K Singh

    If the data is coming in a table say "Table1", then create a trigger on the table to get the data and create the message and put the data in table "Table2". Build a Windows Service which monitors the "Table2" row with some status (say open). Take data and send the email and update the status of the row (say Close or sent). Otherwise Please provide some more clarity on your question exactly what do you want to do?

    ASP.NET csharp

  • Create a folder on client machine from asp.net web application.
    A Atish K Singh

    Well,the answer is obviously "NO" as you can't take the OS level control of client. Why do you want to create folder on client machine? Please provide your requirement.

    ASP.NET csharp visual-studio question asp-net com
  • Login

  • Don't have an account? Register

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