Click here to Skip to main content
15,902,492 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: validation not working when java script is written for imagebutton Pin
dusty_dex23-Apr-13 4:29
dusty_dex23-Apr-13 4:29 
GeneralRe: validation not working when java script is written for imagebutton Pin
Michael†Cheong23-Apr-13 6:59
Michael†Cheong23-Apr-13 6:59 
GeneralRe: validation not working when java script is written for imagebutton Pin
Member 999911223-Apr-13 3:18
Member 999911223-Apr-13 3:18 
AnswerRe: validation not working when java script is written for imagebutton Pin
Richard Deeming23-Apr-13 3:13
mveRichard Deeming23-Apr-13 3:13 
QuestionHow to append content into GridView in asp.net C# Pin
Sanjeev991823-Apr-13 2:02
Sanjeev991823-Apr-13 2:02 
AnswerRe: How to append content into GridView in asp.net C# Pin
Marco Bertschi23-Apr-13 2:27
protectorMarco Bertschi23-Apr-13 2:27 
QuestionWhat is asp.net equivalent of following code Pin
maverick1213122-Apr-13 19:50
maverick1213122-Apr-13 19:50 
AnswerRe: What is asp.net equivalent of following code Pin
Sandeep Mewara22-Apr-13 22:42
mveSandeep Mewara22-Apr-13 22:42 
maverick12131 wrote:
Please tell me a asp.net equivalent of the following code

ASP.NET is not a language. You have a VB code which should be very well valid for a ASP.NET code behind. Use it.

If you are looking for C#:
C#
ProcessPassword processPwd = new ProcessPassword();
string encryptedPwd = string.Empty;

encryptedPwd = processPwd.EncryptPassword(TxtPassword.Text);

Sandeep Mewara
Microsoft ASP.NET MVP 2012 & 2013

[My Blog]: Sandeep Mewara's Tech Journal!
[My Latest Article]: HTML5 Quick Start Web Application

AnswerRe: What is asp.net equivalent of following code Pin
AmitGajjar23-Apr-13 0:38
professionalAmitGajjar23-Apr-13 0:38 
AnswerRe: What is asp.net equivalent of following code Pin
Marco Bertschi23-Apr-13 1:40
protectorMarco Bertschi23-Apr-13 1:40 
QuestionValidation for a Currency textbox Pin
Michael†Cheong22-Apr-13 19:47
Michael†Cheong22-Apr-13 19:47 
AnswerRe: Validation for a Currency textbox Pin
AmitGajjar23-Apr-13 0:43
professionalAmitGajjar23-Apr-13 0:43 
AnswerRe: Validation for a Currency textbox Pin
Yosh_24-Apr-13 21:45
professionalYosh_24-Apr-13 21:45 
QuestionGrid/Dropdown View Pin
Sugu Thomas22-Apr-13 16:51
professionalSugu Thomas22-Apr-13 16:51 
AnswerRe: Grid/Dropdown View Pin
Marco Bertschi23-Apr-13 1:44
protectorMarco Bertschi23-Apr-13 1:44 
QuestionHow to create a connection string in webconfig Pin
DeveloperLife201522-Apr-13 15:00
DeveloperLife201522-Apr-13 15:00 
AnswerRe: How to create a connection string in webconfig Pin
Vani Kulkarni22-Apr-13 17:59
professionalVani Kulkarni22-Apr-13 17:59 
GeneralRe: How to create a connection string in webconfig Pin
DeveloperLife201523-Apr-13 11:46
DeveloperLife201523-Apr-13 11:46 
AnswerRe: How to create a connection string in webconfig Pin
Aatif Ali from Bangalore3-Jul-13 0:10
professionalAatif Ali from Bangalore3-Jul-13 0:10 
QuestionAccessing ORACLE 11g database through c#.net Pin
Member 369573921-Apr-13 21:15
Member 369573921-Apr-13 21:15 
AnswerRe: Accessing ORACLE 11g database through c#.net Pin
Bernhard Hiller21-Apr-13 21:24
Bernhard Hiller21-Apr-13 21:24 
GeneralRe: Accessing ORACLE 11g database through c#.net Pin
Member 369573921-Apr-13 21:30
Member 369573921-Apr-13 21:30 
AnswerRe: Accessing ORACLE 11g database through c#.net Pin
Karthik Harve22-Apr-13 1:35
professionalKarthik Harve22-Apr-13 1:35 
AnswerRe: Accessing ORACLE 11g database through c#.net Pin
jkirkerx22-Apr-13 8:19
professionaljkirkerx22-Apr-13 8:19 
GeneralRe: Accessing ORACLE 11g database through c#.net Pin
Jasmine250122-Apr-13 9:02
Jasmine250122-Apr-13 9:02 

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.