Click here to Skip to main content
15,913,854 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: ajax web extensiom problem (pls urgent) Pin
Gamzun1-May-07 23:45
Gamzun1-May-07 23:45 
GeneralRe: ajax web extensiom problem (pls urgent) Pin
srinandan..2-May-07 0:03
srinandan..2-May-07 0:03 
AnswerRe: ajax web extensiom problem (pls urgent) Pin
Gamzun2-May-07 0:10
Gamzun2-May-07 0:10 
QuestionSearch code using Asp.Net and SQL 2000 Pin
Stormint1-May-07 22:58
Stormint1-May-07 22:58 
AnswerRe: Search code using Asp.Net and SQL 2000 Pin
Paddy Boyd1-May-07 23:23
Paddy Boyd1-May-07 23:23 
GeneralRe: Search code using Asp.Net and SQL 2000 Pin
Paddy Boyd2-May-07 3:48
Paddy Boyd2-May-07 3:48 
QuestionJava script for confirm Pin
ramyasangeet1-May-07 22:39
ramyasangeet1-May-07 22:39 
AnswerRe: Java script for confirm Pin
Gamzun2-May-07 2:07
Gamzun2-May-07 2:07 
try running your code like this first,

function confirm_update()
{
alert('hello');
}

in this way you can be sure that your function is being called or not. if you see pop up saying 'hello' then there would be something wrong with your code which this,

function confirm_update()
{
if (confirm("Would you like to Inactive the same?")==true)
return true;
else
return false;
}



QuestionBest senario Pin
samerh1-May-07 21:52
samerh1-May-07 21:52 
Question.Net 1.1 and .Ne 2.0 Pin
Saranya B1-May-07 21:31
Saranya B1-May-07 21:31 
AnswerRe: .Net 1.1 and .Ne 2.0 Pin
N a v a n e e t h1-May-07 23:20
N a v a n e e t h1-May-07 23:20 
GeneralRe: .Net 1.1 and .Ne 2.0 Pin
Saranya B2-May-07 1:24
Saranya B2-May-07 1:24 
GeneralRe: .Net 1.1 and .Ne 2.0 Pin
RichardGrimmer3-May-07 5:52
RichardGrimmer3-May-07 5:52 
AnswerRe: .Net 1.1 and .Ne 2.0 Pin
Guffa2-May-07 0:45
Guffa2-May-07 0:45 
GeneralRe: .Net 1.1 and .Net 2.0 Pin
Saranya B2-May-07 1:44
Saranya B2-May-07 1:44 
GeneralRe: .Net 1.1 and .Net 2.0 Pin
N a v a n e e t h2-May-07 3:26
N a v a n e e t h2-May-07 3:26 
AnswerRe: .Net 1.1 and .Net 2.0 Pin
Guffa2-May-07 3:30
Guffa2-May-07 3:30 
Questionneed help with inheriting 'System.MarshalByRefObject' for remoting Pin
neodeaths1-May-07 20:18
neodeaths1-May-07 20:18 
QuestionImport Excel Sheet datas into mysql Pin
vijay_831-May-07 20:17
vijay_831-May-07 20:17 
AnswerRe: Import Excel Sheet datas into mysql Pin
VaibhavTiparadi1-May-07 21:08
VaibhavTiparadi1-May-07 21:08 
QuestionProblem with webclienet class uploadfile method? Pin
.NetRams1-May-07 20:11
.NetRams1-May-07 20:11 
AnswerRe: Problem with webclienet class uploadfile method? Pin
N a v a n e e t h1-May-07 21:06
N a v a n e e t h1-May-07 21:06 
QuestionError when trying to send mail Pin
anujose1-May-07 19:48
anujose1-May-07 19:48 
AnswerRe: Error when trying to send mail Pin
N a v a n e e t h1-May-07 21:07
N a v a n e e t h1-May-07 21:07 
QuestionHow to upload all files from source folder to web path. Pin
.NetRams1-May-07 19:22
.NetRams1-May-07 19:22 

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.