Bug In VS2008

L

Lars

Hi

This is how the problem was solved.

protected void GridView1_SelectedIndexChanged(object sender,
EventArgs e)
{
FormView FV;
GridView GV = sender as GridView;

if (GV != null)
{
//FV = (FormView)
FV = (FormView)GV.Parent.FindControl("fvMP3URL");

if ((FV != null))
{
FV.PageIndex = GV.PageIndex * GV.PageSize +
GV.SelectedIndex;
}
}
}

Again, thatnks for your help George.

Lars


----- Original Message -----
From: "Lars" <[email protected]>
Newsgroups: microsoft.public.dotnet.framework.aspnet
Sent: Tuesday, February 26, 2008 3:55 AM
Subject: Re: Bug In VS2008
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top