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
N

Nishant Singh

@Nishant Singh
About
Posts
150
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Lest we forget - 2008-11-26
    N Nishant Singh

    Saluting the brave heroes of Mumbai Attack, I have the deepest respect and gratiude for them but now the big question arises what have our government done to prevent this kind of tragic incident to happen again?

    The Lounge

  • SQLStatement
    N Nishant Singh

    Post it in Web development forum since this looks to be a question related to ASP, There you might get correct answer , here most people have either not worked on ASP or have forgotten it long time back ;)

    ASP.NET database sql-server sysadmin question

  • Click Event of dynamically created Link Button is not working
    N Nishant Singh

    On Pageload event repeat the above code

    ASP.NET help

  • Gridrow
    N Nishant Singh

    In ItemCreated event of Parent_Grid you can create a row in the childGrid

    ASP.NET tutorial question

  • Date-Time Format in C# and SQL Server
    N Nishant Singh

    Try to Change the DateFormat to MM/dd/yyyy before inserting into database Like this

    DateTime.Today.ToString("dd-MMM-yyyy")

    ASP.NET csharp database help asp-net sql-server

  • GridView is Caching does not Update
    N Nishant Singh

    Another Page is opening in PopUp ???

    ASP.NET question sysadmin announcement

  • ASP .Net Datatable Problem
    N Nishant Singh

    If you are using dotNetFramework 3.5 using Linq would be the easiest way

    ASP.NET question csharp help

  • how do i get IST time format.
    N Nishant Singh

    Try Culture Settings (HI-IN)

    ASP.NET sysadmin help question

  • Customize gridview
    N Nishant Singh

    You can put a label in the template column , and onclick event of the label show the dropdown

    ASP.NET question

  • Getting cell values for selected rows in server side
    N Nishant Singh

    Selected Index will give you the selected row, and for each cell in RowDataBound attach a javascript function which updates a hdnValue on click , Access that hidden value to find row and column combination

    ASP.NET question css database wpf wcf

  • error when running in server
    N Nishant Singh

    There seems to be an error is occuring when the page loads , do you have any kind of Error Log for your application ? If any error log is there then you can get what exactly is the error . or change the web config as directed and then check Nish

    ASP.NET help javascript sysadmin security question

  • Help in product development
    N Nishant Singh

    Hi Naina, I think the best approach will be to segregate the Presentation Layer Business Layer Data Access Layer Use Business Layer for the customised business rules for the organization But the drawback is you have to write seperate business layer each time you deploy it for a different organization. What I think is Use Factory pattern , Meaning Add a Abstract Class BusinessLayer and Let BusinessLayer for all organization inherit from it , and return new BusinessClass Object as applicable Nish

    ASP.NET architecture help question

  • Help in product development
    N Nishant Singh

    Hi Naina , Good question..... but don't you think that every organization will have different business logic for HR ,leaveManagement, Travel ETC, So in this case I think the main change would be at business layer ????

    ASP.NET architecture help question

  • Add textbox column at the end of Gridview columns dynamically
    N Nishant Singh

    Try this in RowDataBound method ,

    ASP.NET database wpf wcf

  • transfer a key value from a page to a popup page "on selected index change" of a gridview
    N Nishant Singh

    Call a javascript function on change of DropDown and use window.open in that , and pass whatever value you need to as querystring Regards Nishant

    ASP.NET database help

  • Grid view Problem while displaying item template
    N Nishant Singh

    Implement it on RowDataBound event of GridView

    ASP.NET javascript css database sysadmin help

  • Updating Control outside Update pannel
    N Nishant Singh

    Or you could put ASP:Panel inside another update Panel and set it's update mode to Always, But I think javascript will still be better

    ASP.NET question announcement

  • Display Image in gridview store in database
    N Nishant Singh

    What is the error that you are getting??

    ASP.NET help csharp database linq

  • Gridview total number of rows
    N Nishant Singh

    Hi Srinandan, Set the page count to Last page

    gr.CurrentPageIndex=gr.PageCount-1;
    gr.Rows.Count

    You will get the rows on the last page .

    ASP.NET

  • Display Image in gridview store in database
    N Nishant Singh

    Refer this article C# Image to Byte Array and Byte Array to Image Converter Class[^]

    ASP.NET help csharp database linq
  • Login

  • Don't have an account? Register

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