Click here to Skip to main content
15,891,976 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionXslt in asp.net (table row shrinks in resultant html) [modified] Pin
Madhanlal JM10-Jul-07 22:30
Madhanlal JM10-Jul-07 22:30 
QuestionRun time showing controls using javascript Pin
Sandeep Akhare10-Jul-07 22:29
Sandeep Akhare10-Jul-07 22:29 
AnswerRe: Run time showing controls using javascript Pin
Imran Khan Pathan10-Jul-07 22:51
Imran Khan Pathan10-Jul-07 22:51 
GeneralRe: Run time showing controls using javascript Pin
Sandeep Akhare10-Jul-07 23:16
Sandeep Akhare10-Jul-07 23:16 
GeneralRe: Run time showing controls using javascript Pin
Imran Khan Pathan10-Jul-07 23:25
Imran Khan Pathan10-Jul-07 23:25 
AnswerRe: Run time showing controls using javascript Pin
N a v a n e e t h10-Jul-07 22:53
N a v a n e e t h10-Jul-07 22:53 
GeneralRe: Run time showing controls using javascript Pin
Sandeep Akhare10-Jul-07 23:14
Sandeep Akhare10-Jul-07 23:14 
AnswerRe: Run time showing controls using javascript Pin
Sandeep Akhare10-Jul-07 23:35
Sandeep Akhare10-Jul-07 23:35 
Hi Guys
Problem is resolved here is the code only i declared a global variable that will
do rest of the things
<br />
 var count=3;<br />
    <br />
    function HideShow()<br />
    {<br />
        <br />
        var element= document.getElementsByTagName('div');<br />
        for(var index=0;index<element.length;index++)<br />
        {<br />
           <br />
            var divID=element[index].id;<br />
           try<br />
           {<br />
               if(divID!=null && divID.indexOf('Acount')>-1)<br />
               {<br />
                  count++;<br />
<br />
                    if(divID.indexOf(count)>-1)<br />
                    {<br />
                         document.getElementById(divID).style.display="";<br />
		                document.getElementById(divID).style.visibility="visible";<br />
		                break;<br />
                    }<br />
                    else <br />
                    {<br />
                        count--;<br />
                    }<br />
                    <br />
               }<br />
            }<br />
            catch(err)<br />
            {<br />
                  //  alert(' Catch'+ err.description );<br />
            }<br />
          <br />
        }<br />
            <br />
        <br />
    }<br />


Thanks and Regards
Sandeep

If If you look at what you do not have in life, you don't have anything,
If you look at what you have in life, you have everything... "




GeneralRe: Run time showing controls using javascript Pin
N a v a n e e t h11-Jul-07 0:40
N a v a n e e t h11-Jul-07 0:40 
QuestionProblem with calling Event Handler in MasterPage Pin
morteza5710-Jul-07 21:42
morteza5710-Jul-07 21:42 
AnswerRe: Problem with calling Event Handler in MasterPage Pin
Imran Khan Pathan10-Jul-07 21:57
Imran Khan Pathan10-Jul-07 21:57 
GeneralRe: Problem with calling Event Handler in MasterPage Pin
morteza5710-Jul-07 22:03
morteza5710-Jul-07 22:03 
GeneralRe: Problem with calling Event Handler in MasterPage Pin
Imran Khan Pathan10-Jul-07 22:06
Imran Khan Pathan10-Jul-07 22:06 
GeneralRe: Problem with calling Event Handler in MasterPage Pin
morteza5710-Jul-07 22:58
morteza5710-Jul-07 22:58 
QuestionHelp how to use Login Authentication using ASP.Net with C# Pin
srajasekhar10-Jul-07 21:11
srajasekhar10-Jul-07 21:11 
AnswerRe: Help how to use Login Authentication using ASP.Net with C# Pin
marky77710-Jul-07 21:29
marky77710-Jul-07 21:29 
AnswerRe: Help how to use Login Authentication using ASP.Net with C# Pin
Michael Sync10-Jul-07 21:36
Michael Sync10-Jul-07 21:36 
GeneralRe: Help how to use Login Authentication using ASP.Net with C# Pin
srajasekhar10-Jul-07 23:15
srajasekhar10-Jul-07 23:15 
GeneralRe: Help how to use Login Authentication using ASP.Net with C# Pin
Michael Sync10-Jul-07 23:26
Michael Sync10-Jul-07 23:26 
GeneralRe: Help how to use Login Authentication using ASP.Net with C# Pin
srajasekhar10-Jul-07 23:41
srajasekhar10-Jul-07 23:41 
QuestionNumber of web.config file in a single web application Pin
razanabanu10-Jul-07 21:08
razanabanu10-Jul-07 21:08 
AnswerRe: Number of web.config file in a single web application Pin
Imran Khan Pathan10-Jul-07 21:16
Imran Khan Pathan10-Jul-07 21:16 
AnswerRe: Number of web.config file in a single web application Pin
Vasudevan Deepak Kumar10-Jul-07 23:09
Vasudevan Deepak Kumar10-Jul-07 23:09 
Questionhow to stop time interval in java script forever Pin
Piyush Vardhan Singh10-Jul-07 21:03
Piyush Vardhan Singh10-Jul-07 21:03 
Questionfollow up question... regarding asp deployment Pin
moomoooomoo10-Jul-07 20:41
moomoooomoo10-Jul-07 20:41 

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.