Localtion: Home»Directory »» NET Framework
I create HtmlInputRadionButton objects dynamically in codebihind. Thebuttons have the same name.Now I need the value of the checked button.Is there a way to get this?Thanks for helpFabian...
By fabian, Fri, 18 Jun 2009 12:12:00 GMT, 231 bytes, 2 Comments
I create HtmlInputRadionButton objects dynamically in codebihind. The buttons have the same name. Now I need the value of the checked button. Is there a way to get this? Thanks for help! Fabian...
By anonymous, Fri, 18 Jun 2009 12:11:00 GMT, 229 bytes, 2 Comments
I create HtmlInputRadionButton objects dynamically in codebihind. Thebuttons have the same name.Now I need the value of the checked button.Is there a way to get this?Thanks for help!Fabian...
By fabian, Fri, 18 Jun 2009 12:10:00 GMT, 205 bytes, 2 Comments
Hi,I have three radio button controls on my form (they are HTMLInputRadiobuttons). I've set each controls Name attribute to "RadioGroup" toestablish them as a group of controls. How can I determine which radiobutton is checked via code without any of the controls needing the"runat='ser...
By roshawn, Fri, 18 Jun 2009 12:09:00 GMT, 367 bytes, 1 Comments
Hi,I have three radio button controls on my form (they are HTMLInputRadiobuttons). I've set each controls Name attribute to "RadioGroup" toestablish them as a group of controls. How can I determine which radiobutton is checked via code without any of the controls needing the"runat='serve...
By roshawn, Fri, 18 Jun 2009 12:08:00 GMT, 372 bytes, 1 Comments
Hi,I have three radio button controls on my form (they are HTMLInputRadiobuttons). I've set each controls Name attribute to "RadioGroup" toestablish them as a group of controls. How can I determine which radiobutton is checked via code without any of the controls needing the"runat='ser...
By roshawn, Fri, 18 Jun 2009 12:07:00 GMT, 362 bytes, 1 Comments
TheHtmlInputRadioButton control does not automatically post back to the server when clicked if I setEnableViewState="false". The HtmlInputRadioButtons are is atemplate in a list control? Dave...
By davef, Fri, 18 Jun 2009 12:06:00 GMT, 355 bytes, 4 Comments
I am having some problem regarding radiobutton inside a datalist. I want tohave a radiobutton on each row of my datalist. I want to check a particularbutton, all the other would remain unchecked. Also I want to get the checkedvalue from my code behind.I have tried with the following code. Each t...
By souravduttagupta, Fri, 18 Jun 2009 12:05:00 GMT, 1,226 bytes, 3 Comments
I am having some problem regarding radiobutton inside a datalist. I want tohave a radiobutton on each row of my datalist. I want to check a particularbutton, all the other would remain unchecked. Also I want to get the checkedvalue from my code behind.I have tried with the following code. Each t...
By souravduttagupta, Fri, 18 Jun 2009 12:04:00 GMT, 1,254 bytes, 3 Comments
I am having some problem regarding radiobutton inside a datalist. I want tohave a radiobutton on each row of my datalist. I want to check a particularbutton, all the other would remain unchecked. Also I want to get the checkedvalue from my code behind.I have tried with the following code. Each t...
By sourav_dutta_gupta, Fri, 18 Jun 2009 12:03:00 GMT, 1,260 bytes, 3 Comments
I am trying to use HTMLInputRadioButton. This is what i have used.<input type=radio id="opt1" name="search" runat=server>Option1<input type=radio id="opt2" name="search" runat=server>Option2What i want to do now is when i click on the 2nd radio button, i want to show a dropdown list....
By canasdaq_deals, Fri, 18 Jun 2009 12:02:00 GMT, 472 bytes, 4 Comments
I have <input type=image runat=server > control in dataRepeater.Then I havePrivate Sub inputImage_ServerClick(ByVal sender As Object, ByVal e AsSystem.Web.UI.ImageClickEventArgs) Handles inputImage.ServerClickend submethod on code behind.When user click on my image, I would like that selec...
By simon, Fri, 18 Jun 2009 12:01:00 GMT, 654 bytes, 3 Comments
I have <input type=image runat=server > control in dataRepeater.Then I havePrivate Sub inputImage_ServerClick(ByVal sender As Object, ByVal e AsSystem.Web.UI.ImageClickEventArgs) Handles inputImage.ServerClickend submethod on code behind.When user click on my image, I would like that selec...
By simon, Fri, 18 Jun 2009 12:00:00 GMT, 660 bytes, 3 Comments
I have <input type=image runat=server > control in dataRepeater.Then I havePrivate Sub inputImage_ServerClick(ByVal sender As Object, ByVal e AsSystem.Web.UI.ImageClickEventArgs) Handles inputImage.ServerClickend submethod on code behind.When user click on my image, I would like that selec...
By simon, Fri, 18 Jun 2009 11:59:00 GMT, 607 bytes, 3 Comments
ow do I get a HtmlInputImage to raise the ServerClick eventI have two inputs one is a submit button the other is aimage. The submit button works the input image does not.Does anyone know why this would happen?I would like to mention that I have overridden viewstateand do not use server side form...
By hbb, Fri, 18 Jun 2009 11:58:00 GMT, 1,366 bytes, 5 Comments
I am building my html page in .net. After i click a button, i want an outline/border to appear around my button. I have found the HtmlInputImage.Border property and although it prints out (border="5") in the html when i view source, it fails to show anything in the browser. What am I failing to...
By anonymous, Fri, 18 Jun 2009 11:57:00 GMT, 713 bytes, 2 Comments
I am building my html page in .net. After i click a button, i want anoutline/border to appear around my button. I have found theHtmlInputImage.Border property and although it prints out (border="5") in thehtml when i view source, it fails to show anything in the browser. What am Ifailing to do h...
By coderazor, Fri, 18 Jun 2009 11:56:00 GMT, 693 bytes, 2 Comments
In my Asp.net application, I have come across a situation where I cannot prevent a postback using the HtmlInputImage control. If I use the HtmlInputButton, the post back is not automatic, however with the HtmlInputImage, it appears to be.Add this to your aspx test app and set a breakpoint in you...
By alex, Fri, 18 Jun 2009 11:55:00 GMT, 642 bytes, 2 Comments
In my Asp.net application, I have come across a situation where I cannot prevent a postback using the HtmlInputImage control. If I use the HtmlInputButton, the post back is not automatic, however with the HtmlInputImage, it appears to be.Add this to your aspx test app and set a breakpoint in you...
By alex, Fri, 18 Jun 2009 11:54:00 GMT, 602 bytes, 2 Comments
In my Asp.net application, I have come across a situation where I cannot prevent a postback using the HtmlInputImage control. If I use the HtmlInputButton, the post back is not automatic, however with the HtmlInputImage, it appears to be.Add this to your aspx test app and set a breakpoint in you...
By alex, Fri, 18 Jun 2009 11:53:00 GMT, 625 bytes, 2 Comments
«««60662 60663 60664 60665 60666 60667 60668 60669 60670 60671 60672
I'm having a problem with maintaining a form dirty flag that is sharedbetween the client and ser...
By scott, 1 Comments
I have an composite control wich contain an ImputHidden. I have to passClientId for this HtmlInputHi...
By mugurel, 1 Comments
I have an composite control wich contain an ImputHidden. I have to passClientId for this HtmlInputHi...
By mugurel, 1 Comments
I'm trying to find a way to maintain state information across the pages of a website. My site c...
By anonymous
I am running this bit of code on a page in C# to create a hidden input box....string i = "0";HtmlInp...
By zath, 1 Comments
Okay,I have pass new value from client to server, like this:<script language="JavaScript">func...
By julius_fenata
Okay,I have pass new value from client to server, like this:<script language="JavaScript">func...
By juliusfenata
Okay,I have pass new value from client to server, like this:<script language="JavaScript">func...
By juliusfenata
I have created a user control. For each text box in the user control, I have created onTextChange ev...
By sansari71, 1 Comments
I have an input box that is hidden.<br/>Let's say it's value = 1.<p>Using VB as the code behind, how...
By zath, 6 Comments
Hello everyone,I'm writing a web form to upload files. The page contains a number oftables to m...
By lau_lei_cheong, 3 Comments
Hello everyone,I'm writing a web form to upload files. The page contains a number oftables to ma...
By lauleicheong, 3 Comments
Hello everyone,I'm writing a web form to upload files. The page contains a number oftables to m...
By lauleicheong, 3 Comments
Hi,I am trying to use HtmlInputFile.SaveAs to upload a file to the server. However, I get a "Access...
By smetzger, 4 Comments
Hi!<p>Is there any way to maintain viewstate of a value that's selected into an<br/>HTMLInputFile fi...
By ravivulli, 5 Comments
I need to display all the files (*.txt) in a specific directory that is selected by the userIs there...
By zee_rocks, 4 Comments
Can I use HtmlInputFile to only get the selected file name but not actuallyupload the file?Clicking ...
By arieldolan, 5 Comments
Hi All,Using VB.NET, ASP.NET in framework 1.1 on a webform, I have a Button (system.web.ui.webcontro...
By cspace, 3 Comments