Update panel in asp.net
-
In my page, while page load short description of some articles displayed. when i click the viewmore link the large description of the corresponding article is enabled. This div also has another one linkbutton for view comments. If first i click viewmore link means the large description is displayed.Next i click the viewcomments link means again the short description is displayed. I try to use updatepanel for this. but no solution.
-
In my page, while page load short description of some articles displayed. when i click the viewmore link the large description of the corresponding article is enabled. This div also has another one linkbutton for view comments. If first i click viewmore link means the large description is displayed.Next i click the viewcomments link means again the short description is displayed. I try to use updatepanel for this. but no solution.
You probably need to rephrase your question and explain what you are asking clearly.
Navaneeth How to use google | Ask smart questions
-
You probably need to rephrase your question and explain what you are asking clearly.
Navaneeth How to use google | Ask smart questions
what i have understood your question.. you are trying to hide and show div..to do this you will have to use javascript function to hide and show div and you will load both short and detaild description.. on page load or according to your logic.
Government Dyal Singh College Lahore.
-
what i have understood your question.. you are trying to hide and show div..to do this you will have to use javascript function to hide and show div and you will load both short and detaild description.. on page load or according to your logic.
Government Dyal Singh College Lahore.
-
what i have understood your question.. you are trying to hide and show div..to do this you will have to use javascript function to hide and show div and you will load both short and detaild description.. on page load or according to your logic.
Government Dyal Singh College Lahore.
The hide and show functionality working properly. Actually what i need is "During pageload it first displays the short description then when i click viewmore link that shortdescription div disabled and large description div enabled. now i click the viewcomments link means b'coz of the page refreshment the shortdescription is enabled and that largecontent div disabled. but it doesn't.
-
In my page, while page load short description of some articles displayed. when i click the viewmore link the large description of the corresponding article is enabled. This div also has another one linkbutton for view comments. If first i click viewmore link means the large description is displayed.Next i click the viewcomments link means again the short description is displayed. I try to use updatepanel for this. but no solution.
The updatepanel will work fine, if inside it, you create events that create a postback and update the content of the page. A better solution, is to generate your own javascript, which would give you more control and make it more responsive.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.