User Profile
Collapse
-
Moving code from one machine to another
I am moving code from one machine A to another Machine B one project in Machine A has a shared assembly in the GaC of Machine A This project fails to load load on Machine B its actually grayed out in solution Explorer with a message "Project_XX X (Unavailable)" and "This project Cannot be loaded" what is the correct process to ensure that this project loads do I have to copy the assembly for Project_XXX from the GAC of Machine... -
Retrieving the Value of a checkbox Webserver Control From a Datagrid
I am using a checkbox webserver controls in template column of a datagrid webserver Control
I am trying to iterate through the datagid and process rows based on the whether the checkbox for the row is checked or not. However when I attempt to retrieve the selection the checkbox.checke d state is false for all rows regardless of whehter the checkbox was checked or not
Here is what I have any assistance appreciated... -
Thanks to yourself and everyone else ... got your point. I will leave this idea and move on. -
Thanks but a java script alert would would not run code and if so not on the server...Leave a comment:
-
Yes it is imperative that the user clicks button 1 becuase on the button1 click event the user is presented with some options for simplicity
lets say click button 2 if you like this number or button 3 if you dont like this number.
Any help appreciated ThanksLeave a comment:
-
For Next Loop VB.NET
I am running a web application and processing some data within a loop under certain situation s I would like a button to be displayed and the user to run the code behind the button and then return to processing the loop I don’t want to exit for loop I just want to do some additional processing and continue until the end of the loop. The code below may be over simplified but the problem is still essentially the same. How can I stop the loop run... -
For Next Loop Problem vb.net - ASPX
I am running a web application and processing some data within a loop under certain situation s I would like a button to be displayed and the user to run the code behind the button and then return to processing the loop I don’t want to exit for loop I just want to do some additional processing and continue until the end of the loop. The code below may be over simplified but the problem is still essentially the same. How can I stop the loop run... -
Control.KeyDown
Control.KeyDown , C#.NET
I have a user control with several controls on it. I had the same code in all the controls to call the Winhelp or DO SOME STUFF. The code basically captured the F1 Key when the control had the focus. All worked fine, but I had up to 20 controls on a form and the same snippet of code below had to basically be repeated 20 times
1. Create an event for Control in IntitializeComp onent()
this.MyTextBox. KeydDown...
No activity results to display
Show More
Leave a comment: