Ask a Question related to ASP.NET Building Controls, Design and Development.
-
Mike #1
Radiobutton view state is gone...
Hi ...
I an building a web form with a usercotrole on the usercontrole i have
several Radiobuttons not in list but in in Group. so they are single radio
buttons. connected by a group name.
Why single radiobuttons because if you select the option c in the list of
{a,b,c,d) within the list there is also a input box, so if people checked
for "c" they have to fill in a input box. But i can't get the selected item
it seems that when the postback is made he looses his state and i get only
"false"back there where you expect true.
Is there a way to deal with this problem
thanx in advance,
Mike
Mike Guest
-
View state help
Do you modify the page at all? Sometimes modifying the page causes the error you described. Alternatively, you do not have to use ViewState in... -
view state question
In many custom controls examples I see the following code: public string Text { get { return (string)ViewState; } set { -
Maintaining view state in datagrid
hi all, I have a datagrid in my asp.net page. In that datagrid, i have paging enabled. And one template column having checkbox control in... -
View State Help !!!
hi I have a datagrid bound to a datasource. I am generating the columns in the datagrid dynamically. I override the loadviewstate method and... -
Invalid View State Problem
I am trying to migrate an ASP.NET web application from one server to another. The web app works fine on the original web server, but gives me the... -
intrader #2
Re: Radiobutton view state is gone...
On Thu, 21 Jul 2005 18:11:14 +0200, Mike wrote:
The SelectedIndex property is only avaible for RadioButtonList> Hi ...
>
>
> I an building a web form with a usercotrole on the usercontrole i have
> several Radiobuttons not in list but in in Group. so they are single radio
> buttons. connected by a group name.
>
> Why single radiobuttons because if you select the option c in the list of
> {a,b,c,d) within the list there is also a input box, so if people checked
> for "c" they have to fill in a input box. But i can't get the selected item
> it seems that when the postback is made he looses his state and i get only
> "false"back there where you expect true.
>
> Is there a way to deal with this problem
>
>
> thanx in advance,
>
>
> Mike
intrader Guest



Reply With Quote

