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

ASP.NET

 
AnswerRe: FormView Issue Pin
chathu03j22-Aug-07 18:14
chathu03j22-Aug-07 18:14 
GeneralRe: FormView Issue Pin
cisco210323-Aug-07 4:27
cisco210323-Aug-07 4:27 
QuestionError when adding a CustomValidator control dynamically Pin
limdv (DVLITS)22-Aug-07 10:47
limdv (DVLITS)22-Aug-07 10:47 
QuestionModifying gridview data on the fly? Pin
Goalie3522-Aug-07 8:27
Goalie3522-Aug-07 8:27 
AnswerRe: Modifying gridview data on the fly? Pin
jcdevnet22-Aug-07 10:45
jcdevnet22-Aug-07 10:45 
QuestionLogin controls help Pin
AhmadRock22-Aug-07 6:31
AhmadRock22-Aug-07 6:31 
AnswerRe: Login controls help Pin
Big Ralph22-Aug-07 22:30
Big Ralph22-Aug-07 22:30 
QuestionDynamic Buttons, many to many? Pin
Gump61922-Aug-07 5:45
Gump61922-Aug-07 5:45 
Hi guys. I'm new to the MB and ASP.NET as well. I'm developing a Web portal that will drill down the customer's selection of products. The catalog is received via XML from a remote server. They would like the buttons to show up dynamically based on how many records are in the xml. I have all the code written to use XPath and find the specific contents and display the buttons, but since I don't have static buttons I am having a hard time with the click event. I've done some reading on this issue but I still don't quite grasp how to resolve it. It seems even if I set something like btnProduct1.Click += new EventHandler(btnProduct1_Click), the event never fires. After the click the page reloads and I lose the buttons. I am creating the buttons in the Page_Load but this just displays the same buttons I clicked, the event is still ignored. Is there a method I can use to click one of the buttons, and make a call to either a function or transfer to a new page? I just need to bring along the button text to the new page (I am currently loading it in Session.Contents) as those buttons will be created based on what was clicked. Sorry if this is a little long, I want to be sure it is clear what I'm trying to do. Thanks much for any feedback you can provide.

Forrest
AnswerRe: Dynamic Buttons, many to many? Pin
Eduard Keilholz22-Aug-07 6:25
Eduard Keilholz22-Aug-07 6:25 
GeneralRe: Dynamic Buttons, many to many? Pin
Gump61922-Aug-07 8:19
Gump61922-Aug-07 8:19 
QuestionCross-Page Posback fired via ASP.NET Code Pin
gus_br22-Aug-07 5:33
gus_br22-Aug-07 5:33 
AnswerRe: Cross-Page Posback fired via ASP.NET Code Pin
Eduard Keilholz22-Aug-07 6:21
Eduard Keilholz22-Aug-07 6:21 
GeneralRe: Cross-Page Posback fired via ASP.NET Code Pin
gus_br22-Aug-07 7:32
gus_br22-Aug-07 7:32 
AnswerRe: Cross-Page Posback fired via ASP.NET Code Pin
DavidNohejl22-Aug-07 11:04
DavidNohejl22-Aug-07 11:04 
QuestionSSL on Production not Dev Pin
Richard Mancuso22-Aug-07 5:01
Richard Mancuso22-Aug-07 5:01 
AnswerRe: SSL on Production not Dev Pin
Vasudevan Deepak Kumar22-Aug-07 5:08
Vasudevan Deepak Kumar22-Aug-07 5:08 
GeneralRe: SSL on Production not Dev Pin
Richard Mancuso22-Aug-07 8:06
Richard Mancuso22-Aug-07 8:06 
QuestionSaving application configuration in database Pin
astv22-Aug-07 4:47
astv22-Aug-07 4:47 
QuestionExporting to Excel in ASP.Net Pin
meeram39522-Aug-07 4:19
meeram39522-Aug-07 4:19 
AnswerRe: Exporting to Excel in ASP.Net Pin
Vasudevan Deepak Kumar22-Aug-07 4:31
Vasudevan Deepak Kumar22-Aug-07 4:31 
QuestionHow to use FormView in my webForm ? Pin
hdv21222-Aug-07 4:09
hdv21222-Aug-07 4:09 
AnswerRe: How to use FormView in my webForm ? Pin
John-ph22-Aug-07 4:14
John-ph22-Aug-07 4:14 
GeneralRe: How to use FormView in my webForm ? Pin
chathu03j22-Aug-07 18:15
chathu03j22-Aug-07 18:15 
QuestionBuilding Javascript using http handler .ashx and client side cache Pin
Tomz_KV22-Aug-07 3:40
Tomz_KV22-Aug-07 3:40 
AnswerRe: Building Javascript using http handler .ashx and client side cache Pin
Vasudevan Deepak Kumar22-Aug-07 5:18
Vasudevan Deepak Kumar22-Aug-07 5:18 

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.