Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

FormView - How to define the RecordID?

0 views
Skip to first unread message

shapper

unread,
Oct 11, 2007, 12:57:56 PM10/11/07
to
Hello,

I have a GridView and a FormView.

I am getting that RecordID (Guid) of the row that I click in a
GridView event.

On that same event I make the FormView visible.

What is the FormView property that I should make the value = RecordIID
so I can load the data for that specific record?

Thanks,

Miguel

JIGNESH

unread,
Oct 12, 2007, 4:17:00 AM10/12/07
to
You can use <asp:ControlParameter> to bind the FormView and GridView in an
Parent/Child relationship.

Here is a good example to give enough details.
http://msdn2.microsoft.com/hi-in/library/aa581796.aspx

Still have a question, let me know

Regards
JIGNESH

0 new messages