Click here to Skip to main content
15,896,557 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerSet the DropDownList AutoPostBack property for some items Pin
Luay.Essa31-Dec-07 2:52
Luay.Essa31-Dec-07 2:52 
GeneralRe: Set the DropDownList AutoPostBack property for some items Pin
SABhatti31-Dec-07 8:48
SABhatti31-Dec-07 8:48 
GeneralRe: Set the DropDownList AutoPostBack property for some items Pin
UsmanMunier1-Jan-08 3:02
UsmanMunier1-Jan-08 3:02 
QuestionHow to get the values of dynamic fileupload Pin
Elena200631-Dec-07 1:50
Elena200631-Dec-07 1:50 
AnswerRe: How to get the values of dynamic fileupload Pin
Abhijit Jana31-Dec-07 2:13
professionalAbhijit Jana31-Dec-07 2:13 
AnswerRe: How to get the values of dynamic fileupload Pin
Scott Dorman31-Dec-07 7:02
professionalScott Dorman31-Dec-07 7:02 
GeneralRedirect in AJAX Pin
rajanandal31-Dec-07 1:00
rajanandal31-Dec-07 1:00 
GeneralRe: Redirect in AJAX Pin
DotNetXenon31-Dec-07 5:07
DotNetXenon31-Dec-07 5:07 
<asp:UpdatePanel ID="udpAdd" runat="server">

<ContentTemplate>

<asp:Label ID="lblOffId" runat="server" Width="30px"></asp:Label>
<asp:Button runat="server" ID="Button1" Text = "Click me" OnClick="Button1_Click" />

</ContentTemplate>


</asp:UpdatePanel>

protected void Button1_Click(object sender, EventArgs e)
{
Response.Redirect("Default.aspx");
}

------------------------------------------------------------
"The only true wisdom is in knowing you know nothing." --Socrates

AnswerRe: Redirect in AJAX Pin
UsmanMunier31-Dec-07 23:32
UsmanMunier31-Dec-07 23:32 
GeneralSystem.Security.SecurityException: That assembly does not allow partially trusted callers. [modified] Pin
Mogaambo31-Dec-07 0:59
Mogaambo31-Dec-07 0:59 
GeneralRe: System.Security.SecurityException: That assembly does not allow partially trusted callers. Pin
Colin Angus Mackay31-Dec-07 1:07
Colin Angus Mackay31-Dec-07 1:07 
GeneralRe: System.Security.SecurityException: That assembly does not allow partially trusted callers. Pin
Mogaambo31-Dec-07 1:25
Mogaambo31-Dec-07 1:25 
GeneralRe: System.Security.SecurityException: That assembly does not allow partially trusted callers. Pin
Colin Angus Mackay31-Dec-07 1:29
Colin Angus Mackay31-Dec-07 1:29 
GeneralRe: System.Security.SecurityException: That assembly does not allow partially trusted callers. Pin
Mogaambo31-Dec-07 1:42
Mogaambo31-Dec-07 1:42 
GeneralRe: System.Security.SecurityException: That assembly does not allow partially trusted callers. Pin
N a v a n e e t h31-Dec-07 1:44
N a v a n e e t h31-Dec-07 1:44 
Generalhey jerk! Pin
leckey31-Dec-07 15:39
leckey31-Dec-07 15:39 
Generalstored procedure Pin
niki_nilu31-Dec-07 0:50
niki_nilu31-Dec-07 0:50 
GeneralRe: stored procedure Pin
Colin Angus Mackay31-Dec-07 1:03
Colin Angus Mackay31-Dec-07 1:03 
GeneralRe: stored procedure Pin
N a v a n e e t h31-Dec-07 1:31
N a v a n e e t h31-Dec-07 1:31 
GeneralRe: stored procedure Pin
Colin Angus Mackay31-Dec-07 1:45
Colin Angus Mackay31-Dec-07 1:45 
GeneralRe: stored procedure Pin
N a v a n e e t h31-Dec-07 1:50
N a v a n e e t h31-Dec-07 1:50 
GeneralRe: stored procedure Pin
niki_nilu31-Dec-07 1:51
niki_nilu31-Dec-07 1:51 
GeneralC# How to use HttpWebRequest to dowload document from Java Web Service Pin
miauwmiauwmiauw31-Dec-07 0:47
miauwmiauwmiauw31-Dec-07 0:47 
GeneralRe: C# How to use HttpWebRequest to dowload document from Java Web Service Pin
Colin Angus Mackay31-Dec-07 1:09
Colin Angus Mackay31-Dec-07 1:09 
GeneralWant to open new window on datagrid editbutton Pin
raushan_931-Dec-07 0:41
raushan_931-Dec-07 0:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.