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...
User Profile
Collapse
-
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;
... -
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 eventLeave a comment:
-
'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' .
No activity results to display
Show More
Leave a comment: