Click here to Skip to main content
15,890,670 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: ASP.NET content control problem in Master page architecture Pin
Parwej Ahamad6-Jun-08 5:50
professionalParwej Ahamad6-Jun-08 5:50 
QuestionZ-index problem in a control in a Panel using ModalPopupExtender Pin
ednrg6-Jun-08 3:52
ednrg6-Jun-08 3:52 
AnswerRe: Z-index problem in a control in a Panel using ModalPopupExtender Pin
Member 20303346-Jun-08 4:43
Member 20303346-Jun-08 4:43 
QuestionHow can an Applet communicate with the exact page it was loaded from Pin
xax6-Jun-08 3:49
xax6-Jun-08 3:49 
Questioncant connect to database Pin
eyeseetee6-Jun-08 3:37
eyeseetee6-Jun-08 3:37 
AnswerRe: cant connect to database Pin
Colin Angus Mackay6-Jun-08 4:34
Colin Angus Mackay6-Jun-08 4:34 
GeneralRe: cant connect to database Pin
eyeseetee6-Jun-08 4:55
eyeseetee6-Jun-08 4:55 
Questionupdate panel problem Pin
Miss Maheshwari6-Jun-08 3:28
Miss Maheshwari6-Jun-08 3:28 
i have used an update panel on login page...its working fine on local but when i upload my page on net...its not working fine....the page is refreshed on every click of button....the code is..
<form id="f1" runat="server">
                     <atlas:ScriptManager  ID="scriptmanager1" OnAsyncPostBackError="ScriptManager1_AsyncPostBackError" runat="server" ScriptPath="./Script" EnablePartialRendering="true">
                     </atlas:ScriptManager>

                     <div style="padding-right:30px;">

                     <atlas:UpdatePanel ID="upd1" UpdateMode="Conditional" RenderMode="Inline" runat="server">

                     <ContentTemplate>
                       <table width="50%" border="0" align="center" cellpadding="5" cellspacing="0" class="table">
                               <tr>
                                   <td class="td" colspan="3" style="color: red">
                                       <asp:Literal ID="ltrmsg" runat="server"></asp:Literal>
                                       <asp:Label ID="lblmsg" runat="server"></asp:Label></td>
                               </tr>
                             <tr>
                               <td class="td"><strong>User ID </strong></td>
                               <td width="39%" class="td"><input name="user_id" type="text" class="form" runat="server" id="user_id" maxlength="20" /></td>
                               <td width="15%" rowspan="2" class="td"><input type="image" src="login.jpg" runat="server" name="Submit" value="Submit" id="Image1" onclick="return validForm();" onserverclick="Image1_ServerClick" tabindex="2" />
                               </td>
                             </tr>
                             <tr>
                               <td class="td"><strong>&nbsp;Password</strong></td>
                               <td class="td"><input name="pass" type="password" runat="server" class="form" id="pass" maxlength="20" tabindex="1"></td>
                             </tr>
                           </table>
                           </ContentTemplate>
                     </atlas:UpdatePanel>
                         </div>
                     </form>


but when user enter wrong user-id or password its not showing the msg in literal ...and the page is refreshed on every click please help me
QuestionWarning about to lose the changes. Pin
aecordoba6-Jun-08 3:11
aecordoba6-Jun-08 3:11 
AnswerRe: Warning about to lose the changes. Pin
Vasudevan Deepak Kumar6-Jun-08 5:00
Vasudevan Deepak Kumar6-Jun-08 5:00 
QuestionDisable Cut, Copy and Paste in Excel, Word and Powerpoint displaying in browser. Pin
VivekNema6-Jun-08 2:57
VivekNema6-Jun-08 2:57 
AnswerRe: Disable Cut, Copy and Paste in Excel, Word and Powerpoint displaying in browser. Pin
Vasudevan Deepak Kumar6-Jun-08 4:58
Vasudevan Deepak Kumar6-Jun-08 4:58 
QuestionThe viewstate supplied failed integrity check. only in IE Pin
gtjr926-Jun-08 2:36
gtjr926-Jun-08 2:36 
AnswerRe: The viewstate supplied failed integrity check. only in IE Pin
SomeGuyThatIsMe6-Jun-08 2:49
SomeGuyThatIsMe6-Jun-08 2:49 
GeneralRe: The viewstate supplied failed integrity check. only in IE Pin
gtjr926-Jun-08 5:58
gtjr926-Jun-08 5:58 
GeneralRe: The viewstate supplied failed integrity check. only in IE Pin
X-L7-Jun-13 4:20
X-L7-Jun-13 4:20 
QuestionImage in datagrid Pin
eriditu6-Jun-08 2:34
eriditu6-Jun-08 2:34 
AnswerRe: Image in datagrid Pin
Vasudevan Deepak Kumar6-Jun-08 5:01
Vasudevan Deepak Kumar6-Jun-08 5:01 
Questioni don;t want to show up my query string value in address bar Pin
Pankaj Garg6-Jun-08 2:28
Pankaj Garg6-Jun-08 2:28 
AnswerRe: i don;t want to show up my query string value in address bar Pin
SomeGuyThatIsMe6-Jun-08 2:47
SomeGuyThatIsMe6-Jun-08 2:47 
QuestionProblem with javascript Pin
S.Aijaz6-Jun-08 2:11
S.Aijaz6-Jun-08 2:11 
AnswerRe: Problem with javascript Pin
Guffa6-Jun-08 3:24
Guffa6-Jun-08 3:24 
GeneralRe: Problem with javascript Pin
S.Aijaz8-Jun-08 18:24
S.Aijaz8-Jun-08 18:24 
Questionajax postbak question Pin
thedom26-Jun-08 2:06
thedom26-Jun-08 2:06 
Questionerror while copying a file in asp.net 2.0 Pin
vijaylumar6-Jun-08 1:37
vijaylumar6-Jun-08 1:37 

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.