Click here to Skip to main content
15,886,067 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: how can i validate a date using validation control Pin
Christian Graus25-Feb-08 18:25
protectorChristian Graus25-Feb-08 18:25 
AnswerRe: how can i validate a date using validation control Pin
N a v a n e e t h25-Feb-08 18:25
N a v a n e e t h25-Feb-08 18:25 
AnswerRe: how can i validate a date using validation control Pin
koolprasad200325-Feb-08 20:32
professionalkoolprasad200325-Feb-08 20:32 
GeneralRe: how can i validate a date using validation control Pin
Christian Graus25-Feb-08 20:54
protectorChristian Graus25-Feb-08 20:54 
GeneralRe: how can i validate a date using validation control Pin
koolprasad200326-Feb-08 18:38
professionalkoolprasad200326-Feb-08 18:38 
GeneralASP Membership (Change Application Name) [modified] Pin
AlexeiXX325-Feb-08 14:12
AlexeiXX325-Feb-08 14:12 
AnswerRe: ASP Membership (Change Application Name) [modified] Pin
AlexeiXX325-Feb-08 16:43
AlexeiXX325-Feb-08 16:43 
Questionhow to Pass two parameters using Eval in hyperlink in gridview Pin
$unil Dhiman25-Feb-08 13:38
$unil Dhiman25-Feb-08 13:38 
Hi All,
I am facing some problem in passing tweo parameters using Eval in GridView.
I tried like this, but there is some javascript error-
<asp:hyperlink id="HyperLink2" runat="server" navigateurl="">]]>'
Text= '<%# Bind("AcceptNumber") %>'>

//the javascript function--
function OpenDialog(rid,AcceptNumber) {
window.showModalDialog( "PopupAccept.aspx?ReturnList?ReportNumber= "+ rid+ "&AcceptNumber="+ AcceptNumber+ " ',window, 'dialogWidth:800px;pxcenter:yes;help:no;resizable:no;status:no ")
}

when i click on hyperlink in GridView, it shows some havascript error.
this error says that the second parameter i passed , is not identified.
can anybody tell me how to pass two parameters in a javascript function using Eval.

Please help me.
GeneralRe: how to Pass two parameters using Eval in hyperlink in gridview Pin
Herman<T>.Instance26-Feb-08 2:20
Herman<T>.Instance26-Feb-08 2:20 
GeneralRe: how to Pass two parameters using Eval in hyperlink in gridview Pin
$unil Dhiman27-Feb-08 15:49
$unil Dhiman27-Feb-08 15:49 
QuestionHow do I call a Virtual Earth function from an asp:button control? Pin
rushinge25-Feb-08 12:36
rushinge25-Feb-08 12:36 
GeneralRe: How do I call a Virtual Earth function from an asp:button control? Pin
Christian Graus25-Feb-08 18:03
protectorChristian Graus25-Feb-08 18:03 
QuestionHow To Call a Web Service Asynchronous Pin
Member 414996625-Feb-08 11:44
Member 414996625-Feb-08 11:44 
QuestionHow to Avoid Hitting database? Pin
crystal915425-Feb-08 11:04
crystal915425-Feb-08 11:04 
AnswerRe: How to Avoid Hitting database? Pin
Christian Graus25-Feb-08 11:14
protectorChristian Graus25-Feb-08 11:14 
GeneralRe: How to Avoid Hitting database? Pin
crystal915425-Feb-08 11:34
crystal915425-Feb-08 11:34 
GeneralRe: How to Avoid Hitting database? Pin
Christian Graus25-Feb-08 12:36
protectorChristian Graus25-Feb-08 12:36 
GeneralRe: How to Avoid Hitting database? Pin
crystal915425-Feb-08 12:45
crystal915425-Feb-08 12:45 
GeneralRe: How to Avoid Hitting database? Pin
Christian Graus25-Feb-08 18:25
protectorChristian Graus25-Feb-08 18:25 
GeneralRe: How to Avoid Hitting database? Pin
Mark Churchill25-Feb-08 19:25
Mark Churchill25-Feb-08 19:25 
GeneralRe: How to Avoid Hitting database? Pin
Christian Graus25-Feb-08 19:37
protectorChristian Graus25-Feb-08 19:37 
GeneralRe: How to Avoid Hitting database? Pin
Mark Churchill25-Feb-08 21:03
Mark Churchill25-Feb-08 21:03 
GeneralPosting form to Paypal / 3rd party site Pin
munklefish25-Feb-08 5:40
munklefish25-Feb-08 5:40 
GeneralRe: Posting form to Paypal / 3rd party site Pin
Vasudevan Deepak Kumar25-Feb-08 7:04
Vasudevan Deepak Kumar25-Feb-08 7:04 
GeneralRe: Posting form to Paypal / 3rd party site Pin
munklefish25-Feb-08 7:13
munklefish25-Feb-08 7:13 

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.