Click here to Skip to main content
15,905,782 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Header Freez Pin
minhpc_bk30-Nov-06 1:50
minhpc_bk30-Nov-06 1:50 
AnswerRe: Header Freez Pin
Ravi Sant13-May-11 10:10
Ravi Sant13-May-11 10:10 
QuestionSubmit Button Pin
Khan.Bangash29-Nov-06 19:41
Khan.Bangash29-Nov-06 19:41 
GeneralRe: Submit Button Pin
prakash_21029-Nov-06 19:47
prakash_21029-Nov-06 19:47 
GeneralRe: Submit Button Pin
Khan.Bangash29-Nov-06 19:57
Khan.Bangash29-Nov-06 19:57 
AnswerRe: Submit Button Pin
Guffa29-Nov-06 22:09
Guffa29-Nov-06 22:09 
GeneralRe: Submit Button Pin
Khan.Bangash29-Nov-06 22:43
Khan.Bangash29-Nov-06 22:43 
AnswerRe: Submit Button Pin
Guffa29-Nov-06 23:16
Guffa29-Nov-06 23:16 
As I said, server events can not be executed before the data is submitted.

You have to distinguish between the OnClick event of the server control, and the client side onclick event of the html element that the server control creates.

The client side onclick event is executed in the browser before the form is posted. The server side OnClick event is executed on the server after the form has been posted to the server and the server has determined that the form was posted by clicking the element that the server control created.

---
b { font-weight: normal; }

AnswerRe: Submit Button Pin
Ravi Sant13-May-11 10:12
Ravi Sant13-May-11 10:12 
QuestionHow to get file path from save file dialogue box ? Pin
prakash_21029-Nov-06 19:29
prakash_21029-Nov-06 19:29 
AnswerRe: How to get file path from save file dialogue box ? Pin
minhpc_bk30-Nov-06 1:47
minhpc_bk30-Nov-06 1:47 
QuestionHow to use repeater control Pin
allyblue29-Nov-06 19:15
allyblue29-Nov-06 19:15 
QuestionRe: How to use repeater control Pin
just3ala229-Nov-06 20:54
just3ala229-Nov-06 20:54 
Questionbounding datalist control thru the linkbuttons in repeater control Pin
allyblue1-Dec-06 9:26
allyblue1-Dec-06 9:26 
QuestionRegarding subject Pin
kiranbabu29-Nov-06 19:13
kiranbabu29-Nov-06 19:13 
AnswerRe: Regarding subject Pin
Paddy Boyd29-Nov-06 22:17
Paddy Boyd29-Nov-06 22:17 
AnswerRe: Regarding subject Pin
Ravi Sant13-May-11 10:17
Ravi Sant13-May-11 10:17 
QuestionCreate Templete Column in DataGrid Pin
ptvce29-Nov-06 18:59
ptvce29-Nov-06 18:59 
AnswerRe: Create Templete Column in DataGrid Pin
Imran Khan Pathan29-Nov-06 19:09
Imran Khan Pathan29-Nov-06 19:09 
GeneralRe: Create Templete Column in DataGrid Pin
ptvce29-Nov-06 19:48
ptvce29-Nov-06 19:48 
AnswerRe: Create Templete Column in DataGrid Pin
Khan.Bangash29-Nov-06 19:16
Khan.Bangash29-Nov-06 19:16 
GeneralRe: Create Templete Column in DataGrid Pin
ptvce29-Nov-06 19:47
ptvce29-Nov-06 19:47 
GeneralRe: Create Templete Column in DataGrid Pin
Khan.Bangash29-Nov-06 19:59
Khan.Bangash29-Nov-06 19:59 
GeneralRe: Create Templete Column in DataGrid Pin
ptvce29-Nov-06 20:11
ptvce29-Nov-06 20:11 
GeneralRe: Create Templete Column in DataGrid Pin
Khan.Bangash29-Nov-06 20:26
Khan.Bangash29-Nov-06 20:26 

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.