I have an asp.net page where i have a gridview control which bind data from a DataTable. In my 5 th column of the grid i am showing a Radio button list which has 2 Radio button items (Yes or No). For
This question already has answers here: Closed 11 years ago. Possible Duplicate: How to decode viewstate
Is there a way to Eval the ViewState value on a server contro开发者_开发技巧l tag? <asp:TextBoxText=\'<%#Eval(Viewstate[\"key\"])%>\' runat=\'server\' />
I have two user controls on a page - UC1,UC2. Each usercontrol have a asp:button. Now if I click the any of the buttons the page post back. Now if I click the button of UC1 then the following happen.
I want to create a dynamic DropDownList in ASP.NET, but after postback the DropDownList loses the selected value. Recreating the control on postback has no effect (ViewState, same ID).
Okay so this topic is n开发者_运维百科ot new on the internet, i get that. But i havent been able to find a solution that fixed my problem.
I have a very simply web page with ViewState disabled everywhere: <%@ Page Language=\"C#\" AutoEventWireup=\"true\" CodeFile=\"test.aspx.cs\" Inherits=\"test\" EnableViewState=\"false\" %>
My VB.net tabcontainer needs to stay on the active tab when I have each submit going through the response.redirect.
I have a question and i searched on stack-over flow and found some answer but none of it works for me ,i have a web application it works on the local host but when i host it online it gives me and err
I\'ve been trying to get to the bottom of the old Invalid length for a Base-64 char array and Invalid character in a Base-64 string.