Click here to Skip to main content
15,891,910 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
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 
rushinge wrote:
using VB code instead of ECMAScript.


You should use javascript in your pages so that they run on browsers that are not IE. You cannot call this from the code behind, you need instead to create a normal HTML button that calls a javascript method which does what you want on the client side.

I recommend reading a book on ASP.NET so that you understand the difference between the client and the server, this is why you can't call a client method on the server side, and it's really fundamental to you understanding ASP.NET.

Christian Graus - Microsoft MVP - C++

"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

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 
GeneralRe: Posting form to Paypal / 3rd party site Pin
Guffa25-Feb-08 8:53
Guffa25-Feb-08 8:53 
GeneralRe: Posting form to Paypal / 3rd party site Pin
N a v a n e e t h25-Feb-08 15:28
N a v a n e e t h25-Feb-08 15:28 
GeneralRe: Posting form to Paypal / 3rd party site Pin
Guffa25-Feb-08 21:09
Guffa25-Feb-08 21:09 
GeneralRe: Posting form to Paypal / 3rd party site Pin
N a v a n e e t h25-Feb-08 21:14
N a v a n e e t h25-Feb-08 21:14 

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.