Click here to Skip to main content
16,005,038 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionDatagrid Sorting Problem Pin
sonia_basangar22-Apr-07 20:30
sonia_basangar22-Apr-07 20:30 
AnswerRe: Datagrid Sorting Problem Pin
_mubashir22-Apr-07 20:42
_mubashir22-Apr-07 20:42 
GeneralRe: Datagrid Sorting Problem Pin
sonia_basangar22-Apr-07 21:12
sonia_basangar22-Apr-07 21:12 
AnswerRe: Datagrid Sorting Problem Pin
Mayank Parmar22-Apr-07 22:09
professionalMayank Parmar22-Apr-07 22:09 
Questionjavascript problem Pin
siddisagar22-Apr-07 19:51
siddisagar22-Apr-07 19:51 
AnswerRe: javascript problem Pin
varshavmane22-Apr-07 19:58
varshavmane22-Apr-07 19:58 
AnswerRe: javascript problem Pin
Sandeep Akhare22-Apr-07 20:47
Sandeep Akhare22-Apr-07 20:47 
GeneralRe: javascript problem Pin
siddisagar22-Apr-07 21:27
siddisagar22-Apr-07 21:27 
Hi Thanks for your reply ,But pls help me again.I am using single javascript file for comparing both.Pls modify my code and tell me where I have done mistake.
webform1: only contains textbox and button .In the button click()
---------
Response.Redirect("two.aspx?id=" & TextBox1.Text)

webform2.aspx
-------------
contains one textbox and HTMLbutton.

page_load() : dim a as string =Request.querystring("id")
----------
I created button in the click i called javascript cfunction

I wrote code like this IN JAVASCRIPT it is displaying error for both conditions pls check my code
function abcd(str1,str2)
{
var a = document.getElementById("str1").value;
var b = document.getElementById("str2").value;

if(a==b)
{
alert('Pls enter another');
}
}


GeneralRe: javascript problem Pin
Sandeep Akhare22-Apr-07 21:53
Sandeep Akhare22-Apr-07 21:53 
GeneralRe: javascript problem Pin
Sandeep Akhare22-Apr-07 22:05
Sandeep Akhare22-Apr-07 22:05 
GeneralRe: javascript problem Pin
siddisagar22-Apr-07 23:53
siddisagar22-Apr-07 23:53 
GeneralRe: javascript problem Pin
_AK_22-Apr-07 23:56
_AK_22-Apr-07 23:56 
AnswerRe: javascript problem Pin
kashasd23-Apr-07 2:36
kashasd23-Apr-07 2:36 
QuestionHow to create login page. Pin
Care Career22-Apr-07 19:48
Care Career22-Apr-07 19:48 
AnswerRe: How to create login page. Pin
Sathesh Sakthivel22-Apr-07 19:55
Sathesh Sakthivel22-Apr-07 19:55 
AnswerRe: How to create login page. Pin
Sandeep Akhare22-Apr-07 19:55
Sandeep Akhare22-Apr-07 19:55 
GeneralRe: How to create login page. Pin
Care Career22-Apr-07 20:04
Care Career22-Apr-07 20:04 
GeneralRe: How to create login page. Pin
Care Career22-Apr-07 20:07
Care Career22-Apr-07 20:07 
GeneralRe: How to create login page. Pin
varshavmane22-Apr-07 20:15
varshavmane22-Apr-07 20:15 
GeneralRe: How to create login page. Pin
Sathesh Sakthivel22-Apr-07 20:16
Sathesh Sakthivel22-Apr-07 20:16 
JokeRe: How to create login page. Pin
steffw22-Apr-07 20:48
steffw22-Apr-07 20:48 
Questionhow to open asp.net web application Pin
venkata lakshmi prasanna22-Apr-07 19:15
venkata lakshmi prasanna22-Apr-07 19:15 
AnswerRe: how to open asp.net web application Pin
coolestCoder22-Apr-07 19:20
coolestCoder22-Apr-07 19:20 
GeneralRe: how to open asp.net web application Pin
venkata lakshmi prasanna23-Apr-07 4:53
venkata lakshmi prasanna23-Apr-07 4:53 
QuestionReminders in ASP.NET2.0(VB) Pin
varshavmane22-Apr-07 18:42
varshavmane22-Apr-07 18:42 

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.