Click here to Skip to main content
15,888,803 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: email in asp.net Pin
Rameez Raja27-Feb-09 20:32
Rameez Raja27-Feb-09 20:32 
AnswerRe: email in asp.net Pin
keyur satyadev27-Feb-09 20:54
keyur satyadev27-Feb-09 20:54 
Questionredirecing from one page to another page [modified] Pin
aratireddy27-Feb-09 19:51
aratireddy27-Feb-09 19:51 
AnswerRe: redirecing from one page to another page Pin
Abhijit Jana27-Feb-09 20:04
professionalAbhijit Jana27-Feb-09 20:04 
Questionjavascript Pin
roshid27-Feb-09 19:49
roshid27-Feb-09 19:49 
AnswerRe: javascript Pin
Abhijit Jana27-Feb-09 20:05
professionalAbhijit Jana27-Feb-09 20:05 
Questiontwo difference javascript alert using check boxes and delete button Pin
roshid27-Feb-09 19:25
roshid27-Feb-09 19:25 
AnswerRe: two difference javascript alert using check boxes and delete button Pin
Jon Rista27-Feb-09 19:41
Jon Rista27-Feb-09 19:41 
You need to wire up the javascript call on the server side. You will only really be able to get the client ID on the server, where all that information is readily available. Something like the following:

void Page_Load(...)
{
    chkMyCheckBox.Attributes.Add("onclick", "jsVerify('" + chkMyCheckBox.ClientID + "')");
}

QuestionGallery Pin
balekarsiddharth27-Feb-09 18:21
balekarsiddharth27-Feb-09 18:21 
Questionlistview control... Pin
l a u r e n27-Feb-09 11:59
l a u r e n27-Feb-09 11:59 
AnswerRe: listview control... Pin
Calin Tatar27-Feb-09 12:56
Calin Tatar27-Feb-09 12:56 
GeneralRe: listview control... Pin
l a u r e n27-Feb-09 13:02
l a u r e n27-Feb-09 13:02 
GeneralRe: listview control... Pin
Calin Tatar27-Feb-09 13:18
Calin Tatar27-Feb-09 13:18 
GeneralRe: listview control... Pin
l a u r e n27-Feb-09 13:22
l a u r e n27-Feb-09 13:22 
GeneralRe: listview control... Pin
Colin Angus Mackay28-Feb-09 0:19
Colin Angus Mackay28-Feb-09 0:19 
GeneralRe: listview control... [modified] Pin
l a u r e n28-Feb-09 0:59
l a u r e n28-Feb-09 0:59 
AnswerRe: listview control... Pin
Eytukan27-Feb-09 22:18
Eytukan27-Feb-09 22:18 
GeneralRe: listview control... Pin
Shog928-Feb-09 5:25
sitebuilderShog928-Feb-09 5:25 
GeneralRe: listview control... Pin
l a u r e n28-Feb-09 5:46
l a u r e n28-Feb-09 5:46 
QuestionHow to geth the URL of redirecting Website ? Pin
King Shez27-Feb-09 9:18
King Shez27-Feb-09 9:18 
AnswerRe: How to geth the URL of redirecting Website ? Pin
johnsontroye27-Feb-09 9:28
johnsontroye27-Feb-09 9:28 
GeneralRe: How to geth the URL of redirecting Website ? Pin
King Shez27-Feb-09 9:30
King Shez27-Feb-09 9:30 
GeneralRe: How to geth the URL of redirecting Website ? Pin
Christian Graus27-Feb-09 10:07
protectorChristian Graus27-Feb-09 10:07 
GeneralRe: How to geth the URL of redirecting Website ? Pin
led mike27-Feb-09 10:46
led mike27-Feb-09 10:46 
GeneralRe: How to geth the URL of redirecting Website ? Pin
Aman Bhullar27-Feb-09 18:07
Aman Bhullar27-Feb-09 18:07 

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.