Localtion: Home»Directory »» NET Framework

NET Framework

  • HtmlInputRadionButton value

    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

  • HtmlInputRadioButton Value

    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

  • HtmlInputRadioButton Value

    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

  • HTMLInputRadioButton Question

    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

  • HTMLInputRadioButton Question

    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

  • HTMLInputRadioButton Question

    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

  • HtmlInputRadioButton Postback problems

    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

  • HtmlInputRadioButton Inside a Datalist

    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

  • HtmlInputRadioButton Inside a Datalist

    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

  • HtmlInputRadioButton Inside a Datalist

    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

  • HTMLInputRadioButton

    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

  • htmlinputimagecontrol

    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

  • htmlinputimagecontrol

    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

  • htmlinputimagecontrol

    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

  • HtmlInputImage.ServerClick

    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

  • HtmlInputImage.Border

    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

  • HtmlInputImage.Border

    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

  • HtmlInputImage and Postback event

    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

  • HtmlInputImage and Postback event

    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

  • HtmlInputImage and Postback event

    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