Click here to Skip to main content
15,905,144 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Gridview inside ListView Control Pin
megivimal20-Jul-09 2:04
megivimal20-Jul-09 2:04 
GeneralRe: Gridview inside ListView Control Pin
Zafar A khan 20-Jul-09 18:47
professionalZafar A khan 20-Jul-09 18:47 
GeneralRe: Gridview inside ListView Control Pin
megivimal20-Jul-09 20:33
megivimal20-Jul-09 20:33 
QuestionTo get the value into the textbox when when particular item is selected in dropdown list Pin
Anjani Poornima20-Jul-09 0:19
Anjani Poornima20-Jul-09 0:19 
AnswerRe: To get the value into the textbox when when particular item is selected in dropdown list Pin
Baran M20-Jul-09 0:37
Baran M20-Jul-09 0:37 
QuestionAjax Passwordstrength Pin
m_krishna19-Jul-09 23:33
m_krishna19-Jul-09 23:33 
AnswerRe: Ajax Passwordstrength Pin
Blue_Boy19-Jul-09 23:55
Blue_Boy19-Jul-09 23:55 
AnswerRe: Ajax Passwordstrength Pin
Zafar A khan 20-Jul-09 0:16
professionalZafar A khan 20-Jul-09 0:16 
try the following. i have tested but do not get any error.



but text in "TextStrengthDescriptions" should be equal to the styles specified in "StrengthStyles"
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
                   <cc1:PasswordStrength TargetControlID="TextBox1"  PreferredPasswordLength="10" TextStrengthDescriptions="very Poor;weak;Average;strong" StrengthStyles="cls1;cls2;cls3;cls4" PrefixText="Strength : " StrengthIndicatorType="text" ID="PasswordStrength1" runat="server">
                   </cc1:PasswordStrength>



if do not work then check your web.config have you added the following in <system.webserver> section

<validation validateIntegratedModeConfiguration="false"/>
		<modules>
			<add name="ScriptModule" preCondition="integratedMode" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
		</modules>
		<handlers>
			<remove name="WebServiceHandlerFactory-Integrated"/>
			<add name="ScriptHandlerFactory" verb="*" path="*.asmx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
			<add name="ScriptHandlerFactoryAppServices" verb="*" path="*_AppService.axd" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
			<add name="ScriptResource" preCondition="integratedMode" verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
		</handlers>

GeneralRe: Ajax Passwordstrength Pin
m_krishna20-Jul-09 2:08
m_krishna20-Jul-09 2:08 
AnswerRe: Ajax Passwordstrength Pin
Baran M20-Jul-09 0:23
Baran M20-Jul-09 0:23 
Questionhow to update a multiple tables in a gridview Pin
haleemasher19-Jul-09 22:50
haleemasher19-Jul-09 22:50 
AnswerRe: how to update a multiple tables in a gridview Pin
Manas Bhardwaj19-Jul-09 22:54
professionalManas Bhardwaj19-Jul-09 22:54 
GeneralRe: how to update a multiple tables in a gridview Pin
haleemasher19-Jul-09 23:00
haleemasher19-Jul-09 23:00 
AnswerRe: how to update a multiple tables in a gridview Pin
Abhijit Jana19-Jul-09 22:57
professionalAbhijit Jana19-Jul-09 22:57 
GeneralRe: how to update a multiple tables in a gridview Pin
haleemasher19-Jul-09 23:38
haleemasher19-Jul-09 23:38 
AnswerRe: how to update a multiple tables in a gridview Pin
Vimalsoft(Pty) Ltd19-Jul-09 23:33
professionalVimalsoft(Pty) Ltd19-Jul-09 23:33 
Questioni want to display value Pin
Rajee Maharjan19-Jul-09 20:36
Rajee Maharjan19-Jul-09 20:36 
AnswerRe: i want to display value Pin
Abhijit Jana19-Jul-09 20:45
professionalAbhijit Jana19-Jul-09 20:45 
AnswerRe: i want to display value Pin
N a v a n e e t h19-Jul-09 20:46
N a v a n e e t h19-Jul-09 20:46 
AnswerRe: i want to display value Pin
Blue_Boy19-Jul-09 21:39
Blue_Boy19-Jul-09 21:39 
QuestionText box Format problem Pin
ansriharsha19-Jul-09 20:23
ansriharsha19-Jul-09 20:23 
AnswerRe: Text box Format problem Pin
Baran M20-Jul-09 19:28
Baran M20-Jul-09 19:28 
GeneralRe: Text box Format problem Pin
ansriharsha20-Jul-09 20:11
ansriharsha20-Jul-09 20:11 
GeneralRe: Text box Format problem Pin
Baran M20-Jul-09 20:58
Baran M20-Jul-09 20:58 
GeneralRe: Text box Format problem Pin
ansriharsha21-Jul-09 2:29
ansriharsha21-Jul-09 2:29 

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.