Click here to Skip to main content
15,898,731 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Doubt regarding SqlCommand object Pin
Inderjeet Kaur30-Aug-09 21:24
Inderjeet Kaur30-Aug-09 21:24 
QuestionHow to run multiple audio files in asp.net Pin
bashasayed29-Aug-09 18:13
bashasayed29-Aug-09 18:13 
AnswerRe: How to run multiple audio files in asp.net Pin
Abhishek Sur30-Aug-09 2:29
professionalAbhishek Sur30-Aug-09 2:29 
Questionproblem when upload my site Pin
BESHOY MARKO29-Aug-09 14:46
BESHOY MARKO29-Aug-09 14:46 
AnswerRe: problem when upload my site Pin
Not Active29-Aug-09 17:13
mentorNot Active29-Aug-09 17:13 
AnswerRe: problem when upload my site Pin
Abhishek Sur30-Aug-09 2:27
professionalAbhishek Sur30-Aug-09 2:27 
AnswerRe: problem when upload my site Pin
Shuaib wasif khan30-Aug-09 14:44
Shuaib wasif khan30-Aug-09 14:44 
QuestionItemCommand not firing Pin
Chazzysb29-Aug-09 9:42
Chazzysb29-Aug-09 9:42 
Hi,

I have a user control housing a datalist displaying products.

The idea is to have a link on each of the products that takes you to an exploded view of the product.

If I drag the user control to a page and set a DisplayedProducts property the products are displayed, and the ItemCommand fires fine.

However, if I create the user control through code and add it to a ContentPlaceHolder the ItemCommand does not fire...

heres the code that adds the control...

Control productListViewerLoad = LoadControl("Controls/ProductListViewier.ascx");
Controls_ProductListViewier productListViewer = (Controls_ProductListViewier)productListViewerLoad;

_Products = BLL.ProductBLL.GetByCategory(categoryID, false);
productListViewer.DisplayedProducts = _Products;
productHolder.Controls.Clear();
productHolder.Controls.Add(productListViewer);


Any ideas as to how I can get the ItemCommand to fire??

Thanks,
Chas
AnswerRe: ItemCommand not firing Pin
Abhishek Sur29-Aug-09 9:52
professionalAbhishek Sur29-Aug-09 9:52 
GeneralRe: ItemCommand not firing Pin
Chazzysb29-Aug-09 9:59
Chazzysb29-Aug-09 9:59 
GeneralRe: ItemCommand not firing Pin
Abhishek Sur29-Aug-09 10:31
professionalAbhishek Sur29-Aug-09 10:31 
GeneralRe: ItemCommand not firing [modified] Pin
Chazzysb29-Aug-09 12:15
Chazzysb29-Aug-09 12:15 
AnswerRe: ItemCommand not firing Pin
Chazzysb30-Aug-09 0:59
Chazzysb30-Aug-09 0:59 
GeneralRe: ItemCommand not firing Pin
Abhishek Sur30-Aug-09 2:44
professionalAbhishek Sur30-Aug-09 2:44 
Questionsend data to sql server Pin
hasani200729-Aug-09 8:23
hasani200729-Aug-09 8:23 
AnswerRe: send data to sql server Pin
Manas Bhardwaj29-Aug-09 8:30
professionalManas Bhardwaj29-Aug-09 8:30 
Questionplay you tube on your site Pin
michael@cohen29-Aug-09 8:14
michael@cohen29-Aug-09 8:14 
AnswerRe: play you tube on your site Pin
Manas Bhardwaj29-Aug-09 8:32
professionalManas Bhardwaj29-Aug-09 8:32 
AnswerRe: play you tube on your site Pin
Abhishek Sur29-Aug-09 10:04
professionalAbhishek Sur29-Aug-09 10:04 
AnswerRe: play you tube on your site Pin
michael@cohen29-Aug-09 10:40
michael@cohen29-Aug-09 10:40 
AnswerRe: play you tube on your site Pin
Christian Graus29-Aug-09 13:26
protectorChristian Graus29-Aug-09 13:26 
Questionabout javascript function Pin
Seraph_summer29-Aug-09 6:47
Seraph_summer29-Aug-09 6:47 
AnswerRe: about javascript function Pin
Arindam Sinha29-Aug-09 7:06
Arindam Sinha29-Aug-09 7:06 
GeneralRe: about javascript function Pin
Seraph_summer29-Aug-09 7:53
Seraph_summer29-Aug-09 7:53 
GeneralRe: about javascript function Pin
Arindam Sinha29-Aug-09 7:55
Arindam Sinha29-Aug-09 7:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.