Click here to Skip to main content
15,897,187 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: how to restrict image folder from direct access Pin
NeverHeardOfMe26-Aug-08 22:46
NeverHeardOfMe26-Aug-08 22:46 
QuestionSuggestion for continous printing Pin
Jagwinder Walia26-Aug-08 20:29
Jagwinder Walia26-Aug-08 20:29 
AnswerRe: Suggestion for continous printing Pin
N a v a n e e t h26-Aug-08 21:07
N a v a n e e t h26-Aug-08 21:07 
GeneralRe: Suggestion for continous printing Pin
Jagwinder Walia26-Aug-08 21:28
Jagwinder Walia26-Aug-08 21:28 
QuestionThe server threw an exception. (Exception from HRESULT: 0x80010105 (RPC_E_SERVERFAULT)) for VB DLL Pin
Jai Sankar N26-Aug-08 20:18
Jai Sankar N26-Aug-08 20:18 
Questionfil uploade with update panel of ajax Pin
UD(IA)26-Aug-08 20:09
UD(IA)26-Aug-08 20:09 
AnswerRe: fil uploade with update panel of ajax Pin
Brij26-Aug-08 20:30
mentorBrij26-Aug-08 20:30 
GeneralRe: fil uploade with update panel of ajax Pin
UD(IA)26-Aug-08 21:45
UD(IA)26-Aug-08 21:45 
<form id="form1" runat="server">
<div>
    <asp:scriptmanager id="ScriptManager1" runat="server" xmlns:asp="#unknown">
    </asp:scriptmanager>
    <asp:updatepanel id="UpdatePanel1" runat="server" xmlns:asp="#unknown">
        <contenttemplate>
             <asp:updatepanel id="UpdatePanel2" runat="server" childrenastriggers="False">
                UpdateMode="Conditional">
                <contenttemplate>
<asp:fileupload runat="server" id="fu1" />
                </contenttemplate>
                <triggers>
                    <asp:asyncpostbacktrigger controlid="btn" eventname="Click" />
                </triggers>
            </asp:updatepanel>
               
            <asp:updatepanel id="UpdatePanel3" runat="server">
                <contenttemplate>
<asp:button runat="server" id="btn" text="ok" onclick="btn_Click" width="41px" />
                </contenttemplate>
            </asp:updatepanel>
        </contenttemplate>
    </asp:updatepanel>
         
</div>
</form>

as u told me i do this but not work. Big Grin | :-D

I will do my best?

GeneralRe: fil uploade with update panel of ajax Pin
Brij26-Aug-08 22:01
mentorBrij26-Aug-08 22:01 
GeneralRe: fil uploade with update panel of ajax Pin
UD(IA)26-Aug-08 22:09
UD(IA)26-Aug-08 22:09 
AnswerRe: fil uploade with update panel of ajax Pin
Abhishek Sur26-Aug-08 21:24
professionalAbhishek Sur26-Aug-08 21:24 
GeneralRe: fil uploade with update panel of ajax Pin
UD(IA)26-Aug-08 22:01
UD(IA)26-Aug-08 22:01 
AnswerRe: fil uploade with update panel of ajax Pin
Tripathi Swati26-Aug-08 23:36
Tripathi Swati26-Aug-08 23:36 
GeneralRe: fil uploade with update panel of ajax Pin
UD(IA)27-Aug-08 1:18
UD(IA)27-Aug-08 1:18 
GeneralRe: fil uploade with update panel of ajax Pin
Tripathi Swati27-Aug-08 1:23
Tripathi Swati27-Aug-08 1:23 
GeneralRe: fil uploade with update panel of ajax Pin
UD(IA)27-Aug-08 1:39
UD(IA)27-Aug-08 1:39 
QuestionSave DataGridView data into Excel Sheet Pin
S.Aijaz26-Aug-08 19:30
S.Aijaz26-Aug-08 19:30 
AnswerRe: Save DataGridView data into Excel Sheet Pin
Tripathi Swati26-Aug-08 23:43
Tripathi Swati26-Aug-08 23:43 
GeneralRe: Save DataGridView data into Excel Sheet Pin
S.Aijaz26-Aug-08 23:57
S.Aijaz26-Aug-08 23:57 
QuestionRegular expression for 3 character alphanumeric string separated by _ Pin
Shaista Shafiq26-Aug-08 18:47
Shaista Shafiq26-Aug-08 18:47 
AnswerRe: Regular expression for 3 character alphanumeric string separated by _ Pin
nyeboy26-Aug-08 19:35
nyeboy26-Aug-08 19:35 
AnswerRe: Regular expression for 3 character alphanumeric string separated by _ Pin
manishmahajan26-Aug-08 19:51
manishmahajan26-Aug-08 19:51 
AnswerRe: Regular expression for 3 character alphanumeric string separated by _ Pin
Guffa26-Aug-08 20:17
Guffa26-Aug-08 20:17 
GeneralRe: Regular expression for 3 character alphanumeric string separated by _ Pin
Muneeb R. Baig26-Aug-08 23:59
Muneeb R. Baig26-Aug-08 23:59 
GeneralRe: Regular expression for 3 character alphanumeric string separated by _ Pin
Guffa27-Aug-08 11:03
Guffa27-Aug-08 11:03 

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.