Click here to Skip to main content
16,009,343 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionGetting client IP/MAC address - NOT server address Pin
xavier999911-May-10 1:53
xavier999911-May-10 1:53 
AnswerRe: Getting client IP/MAC address - NOT server address Pin
Peace ON11-May-10 2:03
Peace ON11-May-10 2:03 
AnswerRe: Getting client IP/MAC address - NOT server address Pin
Michel Godfroid11-May-10 2:32
Michel Godfroid11-May-10 2:32 
QuestionAjax Control ToolKit Error Pin
kushMuchaal11-May-10 1:44
kushMuchaal11-May-10 1:44 
AnswerRe: Ajax Control ToolKit Error Pin
Brij11-May-10 1:49
mentorBrij11-May-10 1:49 
GeneralRe: Ajax Control ToolKit Error Pin
kushMuchaal11-May-10 19:07
kushMuchaal11-May-10 19:07 
GeneralRe: Ajax Control ToolKit Error Pin
puviyarasan.j12-May-10 21:06
puviyarasan.j12-May-10 21:06 
QuestionLog In Control with Ajax Pin
kushMuchaal11-May-10 1:09
kushMuchaal11-May-10 1:09 
Hi friends!

I am very new to Ajax. I want to use ajax in my website for making intrective;During Ajax I faced some problem ;Plz give me right direction.

Problem:

I have used the Login Control for Authenticatin.My Authentication function is working well; But for authentication full webpage is going to Refresh.

I want to authenticate but without the full webpage refresh. Means by using the Ajax authentication should be done without full webpage refresh.

Code:

ScriptManager ID="ScriptManager1" runat="server">
                                    </asp:ScriptManager>
                                    <asp:UpdatePanel ID="UpdatePanel1" runat="server">
                                        <ContentTemplate>
                                    <table bordercolor="#990000">
                                        <tr>
                                            <td bgcolor="#990000" colspan="4" style="height: 12px">
                                                <span style="font-size: 11pt; font-family: Tahoma"><strong>&nbsp;<span style="font-size: 10pt"><span
                                                    style="color: #ffffff">Utility<span> Login</span></span></span></strong></span></td>
                                        </tr>
                                        <tr>
                                            <td style="width: 79px; height: 29px">
                                                <span style="font-size: 10pt; font-family: Verdana">User ID</span></td>
                                            <td style="width: 92px; height: 29px">
                                                <asp:TextBox ID="txtuid" runat="server" Height="15px" Width="100px"></asp:TextBox></td>
                                            <td colspan="2" style="width: 3px; height: 29px">
                                                <asp:Label ID="Label3" runat="server" ForeColor="Red" Text="*" Visible="False"></asp:Label></td>
                                        </tr>
                                        <tr style="font-size: 10pt; color: #000000; font-family: Verdana">
                                            <td style="width: 79px">
                                                <span><span>Password</span></span></td>
                                            <td style="width: 92px">
                                                <asp:TextBox ID="txtpassword" runat="server" Height="15px" MaxLength="15" TextMode="Password"
                                                    Width="100px"></asp:TextBox></td>
                                            <td colspan="2" style="width: 3px">
                                                <asp:Label ID="Label4" runat="server" ForeColor="Red" Text="*" Visible="False"></asp:Label></td>
                                        </tr>
                                        <tr>
                                            <td style="width: 79px; height: 19px">
                                            </td>
                                            <td style="width: 92px; height: 19px">
                                                &nbsp;<asp:Button ID="Button1" runat="server" Text="Sign In" OnClick="Button1_Click1" />
                                                <asp:Label ID="Label1" runat="server" Text="Label" Visible="False"></asp:Label></td>
                                            <td colspan="2" style="width: 3px; height: 19px">                                           
                                            </td>
                                        </tr>
                                    </table>
                                        </ContentTemplate>
                                    </asp:UpdatePanel><pre>

AnswerRe: Log In Control with Ajax Pin
saini arun11-May-10 1:20
saini arun11-May-10 1:20 
GeneralRe: Log In Control with Ajax Pin
Not Active11-May-10 1:24
mentorNot Active11-May-10 1:24 
GeneralRe: Log In Control with Ajax Pin
saini arun11-May-10 1:43
saini arun11-May-10 1:43 
AnswerRe: Log In Control with Ajax Pin
Not Active11-May-10 1:22
mentorNot Active11-May-10 1:22 
GeneralRe: Log In Control with Ajax Pin
kushMuchaal11-May-10 1:33
kushMuchaal11-May-10 1:33 
GeneralRe: Log In Control with Ajax Pin
Not Active11-May-10 1:37
mentorNot Active11-May-10 1:37 
GeneralRe: Log In Control with Ajax Pin
kushMuchaal11-May-10 1:45
kushMuchaal11-May-10 1:45 
GeneralRe: Log In Control with Ajax Pin
Not Active11-May-10 2:28
mentorNot Active11-May-10 2:28 
AnswerRe: Log In Control with Ajax Pin
saini arun11-May-10 1:46
saini arun11-May-10 1:46 
GeneralRe: Log In Control with Ajax Pin
kushMuchaal11-May-10 1:49
kushMuchaal11-May-10 1:49 
GeneralRe: Log In Control with Ajax Pin
Not Active11-May-10 2:34
mentorNot Active11-May-10 2:34 
Questionhow to display an image from folder when there is no image in database Pin
developerit10-May-10 22:10
developerit10-May-10 22:10 
AnswerRe: how to display an image from folder when there is no image in database Pin
Dinesh Mani10-May-10 23:01
Dinesh Mani10-May-10 23:01 
QuestionHow to Hide A GridView Column in a Visual Web Developer project Pin
grafiksinc10-May-10 21:16
grafiksinc10-May-10 21:16 
AnswerRe: How to Hide A GridView Column in a Visual Web Developer project Pin
Pranay Rana10-May-10 23:04
professionalPranay Rana10-May-10 23:04 
GeneralRe: How to Hide A GridView Column in a Visual Web Developer project Pin
grafiksinc11-May-10 1:21
grafiksinc11-May-10 1:21 
AnswerRe: How to Hide A GridView Column in a Visual Web Developer project Pin
Dinesh Mani10-May-10 23:07
Dinesh Mani10-May-10 23:07 

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.