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

ASP.NET

 
QuestionRe: Open Byte Array and Save from Browser Pin
Danang Prakoso5-Oct-09 16:21
Danang Prakoso5-Oct-09 16:21 
QuestionRe: Open Byte Array and Save from Browser Pin
Danang Prakoso1-Oct-09 17:01
Danang Prakoso1-Oct-09 17:01 
Question[Message Deleted] Pin
11Developer30-Sep-09 19:23
11Developer30-Sep-09 19:23 
AnswerRe: Captcha Image on HTML by ASP code Pin
Abhijit Jana30-Sep-09 20:09
professionalAbhijit Jana30-Sep-09 20:09 
AnswerRe: Captcha Image on HTML by ASP code Pin
sashidhar30-Sep-09 20:16
sashidhar30-Sep-09 20:16 
AnswerRe: [Message Deleted] Pin
Abhijit Jana30-Sep-09 20:47
professionalAbhijit Jana30-Sep-09 20:47 
QuestionSetting value of HiddentField server side while using UpdatePanel Pin
Ramon Enachescu30-Sep-09 16:34
Ramon Enachescu30-Sep-09 16:34 
AnswerRe: Setting value of HiddentField server side while using UpdatePanel Pin
N a v a n e e t h30-Sep-09 17:42
N a v a n e e t h30-Sep-09 17:42 
IMO, server side events should not be used like you did. This can be achieved with a client side script. Hook JS OnChange event handler to the text box and change the hidden text box value inside that.

If you are handling this on client side, you don't even need a hidden text box. A JS variable declared in a script block should do the trick. It acts as a public variable available to the whole page. When text changes, just set the value into this variable.

Ramon Enachescu wrote:
if($get("ctl00_BodyPH_ConfirmationMsg").value=="true")


This is bad. You should not hard code client id into the code. Either use ClientId property of the control or $get("ConfirmationMsg", parent_control_id).

Smile | :)


GeneralRe: Setting value of HiddentField server side while using UpdatePanel Pin
Ramon Enachescu30-Sep-09 18:00
Ramon Enachescu30-Sep-09 18:00 
Questionwrap string in a gridview column Pin
eirikr130-Sep-09 13:10
eirikr130-Sep-09 13:10 
AnswerRe: wrap string in a gridview column Pin
Kannan Ar30-Sep-09 15:44
professionalKannan Ar30-Sep-09 15:44 
QuestionCustom Composite Server Control Children not visible to the designer Pin
SlingBlade30-Sep-09 12:23
SlingBlade30-Sep-09 12:23 
AnswerRe: Custom Composite Server Control Children not visible to the designer Pin
Christian Graus30-Sep-09 13:03
protectorChristian Graus30-Sep-09 13:03 
GeneralRe: Custom Composite Server Control Children not visible to the designer Pin
SlingBlade30-Sep-09 13:12
SlingBlade30-Sep-09 13:12 
AnswerRe: Custom Composite Server Control Children not visible to the designer Pin
N a v a n e e t h30-Sep-09 17:28
N a v a n e e t h30-Sep-09 17:28 
GeneralRe: Custom Composite Server Control Children not visible to the designer Pin
SlingBlade30-Sep-09 17:50
SlingBlade30-Sep-09 17:50 
GeneralRe: Custom Composite Server Control Children not visible to the designer Pin
N a v a n e e t h30-Sep-09 17:59
N a v a n e e t h30-Sep-09 17:59 
GeneralRe: Custom Composite Server Control Children not visible to the designer Pin
SlingBlade30-Sep-09 18:02
SlingBlade30-Sep-09 18:02 
QuestionFileUpload doesnt upload Pin
Wouter Coinless30-Sep-09 10:35
Wouter Coinless30-Sep-09 10:35 
AnswerRe: FileUpload doesnt upload Pin
Abhishek Sur30-Sep-09 10:48
professionalAbhishek Sur30-Sep-09 10:48 
GeneralRe: FileUpload doesnt upload Pin
Wouter Coinless30-Sep-09 11:08
Wouter Coinless30-Sep-09 11:08 
GeneralRe: FileUpload doesnt upload Pin
Abhishek Sur30-Sep-09 11:44
professionalAbhishek Sur30-Sep-09 11:44 
GeneralRe: FileUpload doesnt upload Pin
Wouter Coinless30-Sep-09 22:04
Wouter Coinless30-Sep-09 22:04 
GeneralRe: FileUpload doesnt upload Pin
Abhishek Sur30-Sep-09 22:26
professionalAbhishek Sur30-Sep-09 22:26 
Questionhow can i pass a vdUser to either UpdateCommand or UpdateParameters Pin
eirikr130-Sep-09 5:40
eirikr130-Sep-09 5:40 

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.