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
D

DeveloperAtul

@DeveloperAtul
About
Posts
5
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • client side script for server control
    D DeveloperAtul

    Sure you can use Javascript, By geting the button click event on popup, You can handle that event by passing the values...

    ASP.NET javascript sysadmin tools question

  • How to send automatic alerts??
    D DeveloperAtul

    Hi, You can schedule triggers on database based on time condition. Or You can execute a function that check the current date value after a specified time period and if old date and new date is not equal then you can execute your code. Regards Atul.

    ASP.NET csharp asp-net sysadmin help tutorial

  • Save File Dialog Box in Asp.net....
    D DeveloperAtul

    NO This feature is not use in ASP.net If you want to save any file then make a dynamic link. And when clicking on this link it will ask to save file. Regards Atul

    ASP.NET csharp asp-net tutorial question

  • Why can't I use Session another aspx.cs page??
    D DeveloperAtul

    HI, Use type casting to assign value to session variable. Session["ID"]=id; To extract value on another page from session. string ID=Session["ID"].ToString(); Base on DataType And ensure

    C# tutorial question

  • Crystal report?
    D DeveloperAtul

    HI Karthik, You can use this code for refrence to display crystal report. sql= ""; DataSet ds = new DataSet(); OleDbDataAdapter AdpNew = new OleDbDataAdapter(sql,Conn); AdpNew.Fill(ds); Rpt ReportObject = new Rpt(); ReportObject.SetDataSource(ObjectName.Tables[0]); ReportViewerName.Height = this.Height; ReportViewerName.Width = this.Width; ReportViewerName.ReportSource = ReportObject;

    ASP.NET csharp 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