Click here to Skip to main content
15,918,889 members

Comments by Venki Desai (Top 5 by date)

Venki Desai 14-Nov-12 0:51am View    
Actually i doesn't wrote any Dispose() method in my page.
This ID 'ctl00_ContentPlaceHolder1_ChangePassword1_ChangePasswordContainerID_VSChangePassword1'
is coming dynamically for Validation Summary ID.
I am giving originally for Validation Summary ID as 'VSChangePassword1'.
Venki Desai 9-Nov-12 0:11am View    
From Database
Venki Desai 10-Sep-12 2:37am View    
Thanks for replying Prasad
i already did the above javascript function but it was not getting.
if you don't mind please see the below link my output is like that
http://www.eggheadcafe.com/community/asp-net/17/10466069/how-to-diable-right-click-option-for-pdf-file-using-aspnet.aspx
for web page i am disbling right click option but for the pdf file i am not getting.
once if you see the above link you can undersatand the output of mine.
I don't want to get right click option for that pdf file what i opened on web page.
Please give the solution for this requirement
Thanks in Advance.
Venki Desai 22-Aug-12 9:44am View    
Sorry I didn’t clearly explain one point I missed here,
Before clicking on edit button I did sorting on “Martial Status”
So records are changed.
So now I want to edit 103 record but it gets 101 record.
This is the actuall point I want to ask but it missed when writing the post.
Please see the above post Now i posted correctly
Venki Desai 3-Aug-12 7:38am View    
Deleted
This is my sample code....
<table align="center" cellpadding ="2" cellspacing ="2">
<tr>
<td>
<asp:PasswordRecovery OnVerifyingUser="validateUserEmail"
SuccessText="Your password was successfully reset and emailed to you."
QuestionFailureText="Incorrect answer. Please try again."
runat="server" ID="PWRecovery"
UserNameFailureText="Username not found.">
<maildefinition bodyfilename="~/PasswordRecovery.txt" subject="Your password has been reset...">


<usernametemplate>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse:collapse;">
<tr>
<td>
<table border="0" cellpadding="2" cellspacing="2">
<tr>
<td colspan ="2">
<p>The steps below will allow you to have
a new password sent to the registered email address.</p>
</td>
</tr>
<tr>
<td align ="right">
UserName : 
</td>
<td align ="left">
<asp:TextBox ID="Username" runat="server" Visible="false"/>
<asp:TextBox runat="server" ID="Email">
</td>
</tr>


<tr>
<td colspan ="2" align ="center">
<asp:Button ID="submit"
ValidationGroup ="PWRecovery"
runat="server"
CommandName="Submit"
Text="Submit"/>
</td>
</tr>
<tr>
<td align="center" colspan="2" style="color:Red;">
<asp:Literal ID="ErrorLiteral" runat="server" EnableViewState="False">
</td>
</tr>
</table>
</td>
</tr>
</table>

<questiontemplate>
<table border="0" cellpadding="1" cellspacing="0" style="border-collapse:collapse;">
<tr>
<td>
<table border="0" cellpadding="2" cellspacing="2">
<tr>
<td align="center" colspan="2">
<br />Answer the following question to receive your password.</td>
</tr>
<tr>
<td align="right">
User Name:</td>
<td align="left">
<asp:Literal ID="UserName" runat="server">
</td>
</tr>
<tr>
<td align="right">
Secret Question:</td>
<td align="left">
<asp:Literal ID="Question" runat="server">
</td>