Click here to Skip to main content
15,887,683 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionEnable & disable AutopostBAck at client side Pin
samerh18-Jul-07 23:07
samerh18-Jul-07 23:07 
AnswerRe: Enable & disable AutopostBAck at client side Pin
Sandeep Akhare18-Jul-07 23:11
Sandeep Akhare18-Jul-07 23:11 
GeneralRe: Enable & disable AutopostBAck at client side Pin
samerh18-Jul-07 23:14
samerh18-Jul-07 23:14 
GeneralRe: Enable & disable AutopostBAck at client side Pin
Sandeep Akhare18-Jul-07 23:18
Sandeep Akhare18-Jul-07 23:18 
GeneralRe: Enable & disable AutopostBAck at client side Pin
samerh18-Jul-07 23:26
samerh18-Jul-07 23:26 
AnswerRe: Enable & disable AutopostBAck at client side Pin
Imran Khan Pathan18-Jul-07 23:18
Imran Khan Pathan18-Jul-07 23:18 
GeneralRe: Enable & disable AutopostBAck at client side Pin
samerh18-Jul-07 23:22
samerh18-Jul-07 23:22 
AnswerRe: Enable & disable AutopostBAck at client side Pin
Sandeep Kumar18-Jul-07 23:20
Sandeep Kumar18-Jul-07 23:20 
Hi,

I think the code which you written wont work fine because you are using single quote(') while passing control id.

The actual code should be like....


ddlBusinessLinesL1.Attributes.Add("onchange", "javascript:return DisableBLPostBack(" & ddlBusinessLinesL1.ClientID & "," & ddlReportType.ClientID & ")")

Regards,
Sandeep Kumar.V

GeneralRe: Enable & disable AutopostBAck at client side Pin
samerh18-Jul-07 23:24
samerh18-Jul-07 23:24 
GeneralRe: Enable & disable AutopostBAck at client side Pin
Sandeep Kumar18-Jul-07 23:31
Sandeep Kumar18-Jul-07 23:31 
GeneralRe: Enable & disable AutopostBAck at client side Pin
samerh18-Jul-07 23:33
samerh18-Jul-07 23:33 
AnswerRe: Enable & disable AutopostBAck at client side Pin
Imran Khan Pathan18-Jul-07 23:35
Imran Khan Pathan18-Jul-07 23:35 
Questionsession values to dataset Pin
Sonia Gupta18-Jul-07 22:48
Sonia Gupta18-Jul-07 22:48 
AnswerRe: session values to dataset [modified] Pin
Vasudevan Deepak Kumar18-Jul-07 22:58
Vasudevan Deepak Kumar18-Jul-07 22:58 
GeneralRe: session values to dataset Pin
Sonia Gupta18-Jul-07 23:05
Sonia Gupta18-Jul-07 23:05 
GeneralRe: session values to dataset Pin
Sandeep Akhare18-Jul-07 23:07
Sandeep Akhare18-Jul-07 23:07 
GeneralRe: session values to dataset Pin
N a v a n e e t h18-Jul-07 23:47
N a v a n e e t h18-Jul-07 23:47 
GeneralRe: session values to dataset Pin
Vasudevan Deepak Kumar18-Jul-07 23:54
Vasudevan Deepak Kumar18-Jul-07 23:54 
GeneralRe: session values to dataset Pin
Sonia Gupta18-Jul-07 23:55
Sonia Gupta18-Jul-07 23:55 
AnswerRe: session values to dataset Pin
Sandeep Kumar18-Jul-07 23:07
Sandeep Kumar18-Jul-07 23:07 
JokeRe: session values to dataset Pin
Sandeep Akhare18-Jul-07 23:13
Sandeep Akhare18-Jul-07 23:13 
GeneralRe: session values to dataset Pin
Sonia Gupta18-Jul-07 23:15
Sonia Gupta18-Jul-07 23:15 
GeneralRe: session values to dataset Pin
Sandeep Kumar18-Jul-07 23:16
Sandeep Kumar18-Jul-07 23:16 
GeneralRe: session values to dataset Pin
Sandeep Akhare18-Jul-07 23:21
Sandeep Akhare18-Jul-07 23:21 
GeneralRe: session values to dataset Pin
Sonia Gupta18-Jul-07 23:13
Sonia Gupta18-Jul-07 23: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.