C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Communities   Interview   Jobs   Projects   Offshore Development    
Silverlight Tutorials | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Revenue Sharing |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...

New Feature: Community Sites: Create your own .NET community website and start earning from Google AdSense ! It's Free !




query on grid view


Posted Date: 19 Jul 2007      Total Responses: 1

Posted By: syed zaheer abbas       Member Level: Bronze     Points: 2


hai friends,
how can i insert a new row into a grid view?how can i check the validations for a perticular row
in grid view?
plz help me its an urgent




Responses

Author: karthikarani    24 Jul 2007Member Level: GoldRating:     Points: 2
Get the value of grid into the DataTable and manipulate them.

(DataTable)Dt = (DataTable)grid.DataSource
DataRow dr= dt.Rows.NewRow();
dr[1]="xxx";
dt.Rows.Add(dr);


//select particular row and validate similarly
Dt.select("Id=1");






Post Reply
You must Sign In to post a response.
Next : Where to find Biztalk Consultants?
Previous : part time job
Return to Discussion Forum
Post New Message
Category: Career Guidance

Related Messages



dotNet Slackers   BizTalk Adaptors    Web Design

teleconferencing service

Contact Us    Privacy Policy    Terms Of Use