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

ASP.NET

 
AnswerRe: Convert apsx page to AJax enabled site Pin
Imran Khan Pathan19-Jul-07 0:20
Imran Khan Pathan19-Jul-07 0:20 
GeneralRe: Convert apsx page to AJax enabled site Pin
Archana New to Dotnet19-Jul-07 0:55
Archana New to Dotnet19-Jul-07 0:55 
AnswerRe: Convert apsx page to AJax enabled site Pin
Sylvester george19-Jul-07 0:23
Sylvester george19-Jul-07 0:23 
GeneralRe: Convert apsx page to AJax enabled site Pin
Archana New to Dotnet19-Jul-07 0:55
Archana New to Dotnet19-Jul-07 0:55 
QuestionHow to create a Folder Pin
Amit.Amit.Amit...18-Jul-07 23:24
Amit.Amit.Amit...18-Jul-07 23:24 
AnswerRe: How to create a Folder Pin
N a v a n e e t h18-Jul-07 23:50
N a v a n e e t h18-Jul-07 23:50 
GeneralRe: How to create a Folder Pin
Amit.Amit.Amit...19-Jul-07 0:06
Amit.Amit.Amit...19-Jul-07 0:06 
QuestionEnable & disable AutopostBAck at client side Pin
samerh18-Jul-07 23:07
samerh18-Jul-07 23:07 
Hi all
I need to Enable & disable AutopostBAck at client side.
Iam using this code but is not working:
<br />
'On code behind page<br />
ddlBusinessLinesL1.Attributes.Add("onchange", "javascript:return DisableBLPostBack('" & ddlBusinessLinesL1.ClientID & "','" & ddlReportType.ClientID & "')")<br />
<br />
'the javascript<br />
function DisableBLPostBack(ddlb,rpType)<br />
    {<br />
        var ddlbus=document.getElementById(ddlb);<br />
        var ddl=document.getElementById(rpType);<br />
        alert(ddlbus.id);<br />
        if (ddl.value==1)<br />
        {<br />
            alert('false');<br />
            return false;<br />
            }<br />
        else <br />
        {<br />
            alert('true');<br />
            return true;<br />
         }     <br />
    }<br />

Any help, this is urgent for me.
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 &amp; 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 
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 &amp;amp; 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 

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.