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

ASP.NET

 
AnswerRe: javascript Script Error: Expected ')' in Asp.net Pin
Bassam Saoud5-Sep-08 11:18
Bassam Saoud5-Sep-08 11:18 
GeneralRe: javascript Script Error: Expected ')' in Asp.net Pin
NeverHeardOfMe5-Sep-08 11:56
NeverHeardOfMe5-Sep-08 11:56 
GeneralRe: javascript Script Error: Expected ')' in Asp.net Pin
Rajeshwary5-Sep-08 21:25
Rajeshwary5-Sep-08 21:25 
GeneralRe: javascript Script Error: Expected ')' in Asp.net Pin
Guffa6-Sep-08 0:12
Guffa6-Sep-08 0:12 
Questiondeleting a row of gridview and the id of product from a list Pin
strawberrysh5-Sep-08 7:12
strawberrysh5-Sep-08 7:12 
AnswerRe: deleting a row of gridview and the id of product from a list Pin
Gayani Devapriya5-Sep-08 7:34
Gayani Devapriya5-Sep-08 7:34 
GeneralRe: deleting a row of gridview and the id of product from a list [modified] Pin
strawberrysh5-Sep-08 9:19
strawberrysh5-Sep-08 9:19 
Questionajax tab panel and datagrid Pin
vjvjvjvj5-Sep-08 5:21
vjvjvjvj5-Sep-08 5:21 
Hi Gurus,

I have a tab container and under a tab panel I have datagrid .

When I dynamically populate the datagrid I find its height is more than the height of the tab panel / container. I do not get scrollbars for the tab panel. It gives me effect that my datagrid is overlapping my tab container.

How should I make datagrid remain inside the tab panel but still let it grow and in turn have scrollbars.

My code is

<ajaxToolkit:TabPanel ID="TabPanelResult" runat="server" HeaderText="TabPanel1" >
<HeaderTemplate>Result</HeaderTemplate>
<ContentTemplate>
<div align=center

<asp:datagrid id=dg_SearchResults runat="server" Width="262px" Font-Names="Verdana" Font-Size="7pt" PageSize="5" HorizontalAlign="Left" AutoGenerateColumns="False" AllowSorting="True" AllowCustomPaging="True" ForeColor="Black" CellPadding="2" BackColor="White" BorderWidth="1px" BorderStyle="Solid" BorderColor="#999999">
<FooterStyle Wrap="False" BackColor="#CCCCCC">
..
..
..
..
</TABLE>
<%--</asp:Panel>--%>
</div>
</ContentTemplate>
</ajaxToolkit:TabPanel>

</ajaxToolkit:TabContainer>

Please give me some feedback.

regards

vijay
Questionsql query for dropdownlist Pin
eyeseetee5-Sep-08 4:02
eyeseetee5-Sep-08 4:02 
AnswerRe: sql query for dropdownlist Pin
Dilip H. Patel5-Sep-08 4:17
Dilip H. Patel5-Sep-08 4:17 
AnswerRe: sql query for dropdownlist Pin
Blue_Boy5-Sep-08 4:19
Blue_Boy5-Sep-08 4:19 
GeneralRe: sql query for dropdownlist Pin
eyeseetee5-Sep-08 4:37
eyeseetee5-Sep-08 4:37 
GeneralRe: sql query for dropdownlist Pin
Blue_Boy5-Sep-08 4:41
Blue_Boy5-Sep-08 4:41 
GeneralRe: sql query for dropdownlist Pin
eyeseetee5-Sep-08 4:49
eyeseetee5-Sep-08 4:49 
GeneralRe: sql query for dropdownlist Pin
Blue_Boy5-Sep-08 4:53
Blue_Boy5-Sep-08 4:53 
GeneralRe: sql query for dropdownlist Pin
eyeseetee5-Sep-08 5:11
eyeseetee5-Sep-08 5:11 
GeneralRe: sql query for dropdownlist Pin
Blue_Boy5-Sep-08 5:13
Blue_Boy5-Sep-08 5:13 
GeneralRe: sql query for dropdownlist Pin
AprNgp5-Sep-08 7:13
AprNgp5-Sep-08 7:13 
GeneralRe: sql query for dropdownlist Pin
Blue_Boy5-Sep-08 7:22
Blue_Boy5-Sep-08 7:22 
Questionwindow popup on textbox textchanged Pin
kishorg15-Sep-08 2:48
kishorg15-Sep-08 2:48 
Questiongetting image from scripts Pin
rohit tiwary5-Sep-08 2:22
rohit tiwary5-Sep-08 2:22 
Questioncalling ASP function Pin
The Web Developer5-Sep-08 1:42
The Web Developer5-Sep-08 1:42 
AnswerRe: calling ASP function Pin
ToddHileHoffer5-Sep-08 2:21
ToddHileHoffer5-Sep-08 2:21 
GeneralRe: calling ASP function Pin
The Web Developer5-Sep-08 2:31
The Web Developer5-Sep-08 2:31 
GeneralRe: calling ASP function Pin
ToddHileHoffer5-Sep-08 2:47
ToddHileHoffer5-Sep-08 2:47 

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.