Click here to Skip to main content
15,798,200 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Translate web page contant to other language contant Pin
Abhishek Sur3-Jan-10 22:30
professionalAbhishek Sur3-Jan-10 22:30 
AnswerRe: Translate web page contant to other language contant Pin
Nitin S3-Jan-10 22:42
professionalNitin S3-Jan-10 22:42 
AnswerRe: Translate web page contant to other language contant Pin
Deepak the Cool4-Jan-10 1:11
Deepak the Cool4-Jan-10 1:11 
QuestionTree View with multiple checBoxes in each node Pin
Vishnu Narayan Mishra3-Jan-10 21:37
Vishnu Narayan Mishra3-Jan-10 21:37 
AnswerRe: Tree View with multiple checBoxes in each node Pin
Abhishek Sur3-Jan-10 22:26
professionalAbhishek Sur3-Jan-10 22:26 
GeneralRe: Tree View with multiple checBoxes in each node [modified] Pin
Vishnu Narayan Mishra3-Jan-10 23:32
Vishnu Narayan Mishra3-Jan-10 23:32 
AnswerRe: Tree View with multiple checBoxes in each node [modified] Pin
Internet Filter9-Jan-10 9:30
Internet Filter9-Jan-10 9:30 
Questionas you see,please tell me why Pin
Robert_Pan3-Jan-10 21:28
Robert_Pan3-Jan-10 21:28 
a.aspx
function btnLogin_onclick() {
        var NumRandom = document.getElementById("lblRandom").value;
        if (compare()) {
            var str = '<%=WebEncrypt("' + NumRandom + '")%>';
            document.write(str);
        }


a.aspx.cs
public  string WebEncrypt(string Text)
        {
             //return DESEncrypt.Encrypt(Text);  //DES
             return Text;
        } 


Sigh | :sigh: it returns '+NumRandom+',Whyyyyyyyyyyyyy.....
AnswerRe: as you see,please tell me why Pin
Abhishek Sur3-Jan-10 22:10
professionalAbhishek Sur3-Jan-10 22:10 
GeneralRe: as you see,please tell me why Pin
Robert_Pan3-Jan-10 23:26
Robert_Pan3-Jan-10 23:26 
QuestionChecking e-mail Accounts Pin
inayat basha3-Jan-10 9:00
inayat basha3-Jan-10 9:00 
AnswerRe: Checking e-mail Accounts Pin
JimBob SquarePants3-Jan-10 10:21
JimBob SquarePants3-Jan-10 10:21 
GeneralRe: Checking e-mail Accounts Pin
saini arun3-Jan-10 19:33
saini arun3-Jan-10 19:33 
AnswerRe: Checking e-mail Accounts Pin
saini arun3-Jan-10 19:34
saini arun3-Jan-10 19:34 
AnswerRe: Checking e-mail Accounts Pin
coolestCoder3-Jan-10 21:48
coolestCoder3-Jan-10 21:48 
AnswerRe: Checking e-mail Accounts Pin
David Mujica4-Jan-10 4:23
David Mujica4-Jan-10 4:23 
AnswerRe: Checking e-mail Accounts Pin
April Fans4-Jan-10 17:27
April Fans4-Jan-10 17:27 
Questioncreating ajax from C# Pin
Hema Bairavan3-Jan-10 7:23
Hema Bairavan3-Jan-10 7:23 
AnswerRe: creating ajax from C# Pin
N a v a n e e t h3-Jan-10 7:40
N a v a n e e t h3-Jan-10 7:40 
GeneralRe: creating ajax from C# Pin
Hema Bairavan3-Jan-10 18:11
Hema Bairavan3-Jan-10 18:11 
AnswerRe: creating ajax from C# Pin
keyur satyadev3-Jan-10 20:03
keyur satyadev3-Jan-10 20:03 
NewsRe: creating ajax from C# [modified] Pin
Hema Bairavan3-Jan-10 20:58
Hema Bairavan3-Jan-10 20:58 
QuestionQuestion regarding major decline in data retrieval efficiency Pin
James Shao3-Jan-10 3:59
James Shao3-Jan-10 3:59 
AnswerRe: Question regarding major decline in data retrieval efficiency Pin
N a v a n e e t h3-Jan-10 5:46
N a v a n e e t h3-Jan-10 5:46 
GeneralRe: Question regarding major decline in data retrieval efficiency Pin
James Shao3-Jan-10 13:27
James Shao3-Jan-10 13:27 

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.