User Profile

Collapse

Profile Sidebar

Collapse
arupasna
arupasna
Last Activity: May 9 '07, 07:34 AM
Joined: Apr 2 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • arupasna
    started a topic Datagrid Problem
    in .NET

    Datagrid Problem

    hi everybody,

    1) I am a dotnet programmer seeking for urgent help, i have a datagrid, there is textbox.
    if u hit the textbox to type anything a further new datagrid window will be open.

    2) in that window, there maximum 6 rows are allowed in datagrid, after filling
    the data in second datagrid the calculated values of the second datagrid will be shown to textbox of the first datagrid and second...
    See more | Go to post

  • arupasna
    replied to Session is getting cleared on window close
    in .NET
    Try this How






    using System;
    using System.Data;
    using System.Configur ation;
    using System.Collecti ons;
    using System.Web;
    using System.Web.Secu rity;
    using System.Web.UI;
    using System.Web.UI.W ebControls;
    using System.Web.UI.W ebControls.WebP arts;
    using System.Web.UI.H tmlControls;
    using ProtechITax.Pro techITax_Busine ssLayer;
    ...
    See more | Go to post

    Leave a comment:


  • arupasna
    replied to Session is getting cleared on window close
    in .NET
    hi,

    Ajay

    redirecting page will not solve this problem

    use datatable and Datarow to preserve your (Application Session State) session values.

    session["var"] = obj of datatable

    and write code in pageload event
    See more | Go to post

    Leave a comment:


  • arupasna
    started a topic 'System.Data.DataRowView'

    'System.Data.DataRowView'

    I am working with datagrid while adding new row in Datagrid getting following
    problem

    pls help me out of this problem

    DataBinding: 'System.Data.Da taRowView' does not contain a property with the name 'ddYearOfImprv' .
    See more | Go to post
No activity results to display
Show More
Working...