FindControl requires that controls have unique IDs

  • Thread starter Thread starter SouthSpawn
  • Start date Start date
S

SouthSpawn

I have a datagrid with a checkbox column, and dropdown list that does a
autopostback.
Basically, the dropdown list is a filter for the datagrid. Here is my
workflow.

1. Load .aspx page.
2. Click on filter to show certain results in datagrid. (This will do a
autopostback)
3. Select item from datagrid using the checkbox column and click on my add
button.
4. Click back on filter to show all items in datagrid (This will do
another postback)
5. Select "all" items from the checkbox column.
6. Click on add button.

I get the following error.

FindControl requires that controls have unique IDs.

I read somewhere that MS released a hotfix for .Net Framework 1.1. I have
the latest service pack.

Mark
 
SouthSpawn:

Can you share a small sample of code that reproduces this error?
Nothing in the description is jumping out as a problem.
 

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

Back
Top