Click here to Skip to main content
15,905,508 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: more than one Report display in .net Pin
Sylvester george26-Feb-07 22:41
Sylvester george26-Feb-07 22:41 
Questioncannot add a blank row to a bound datagrid with checkbox control [modified] Pin
BORN...again!26-Feb-07 17:51
BORN...again!26-Feb-07 17:51 
AnswerRe: cannot add a blank row to a bound datagrid with checkbox control Pin
Tuwing.Sabado26-Feb-07 18:29
Tuwing.Sabado26-Feb-07 18:29 
GeneralRe: cannot add a blank row to a bound datagrid with checkbox control Pin
BORN...again!26-Feb-07 18:45
BORN...again!26-Feb-07 18:45 
GeneralRe: cannot add a blank row to a bound datagrid with checkbox control [modified] Pin
Tuwing.Sabado26-Feb-07 19:32
Tuwing.Sabado26-Feb-07 19:32 
GeneralRe: cannot add a blank row to a bound datagrid with checkbox control Pin
BORN...again!27-Feb-07 12:15
BORN...again!27-Feb-07 12:15 
GeneralRe: cannot add a blank row to a bound datagrid with checkbox control Pin
BORN...again!27-Feb-07 14:46
BORN...again!27-Feb-07 14:46 
QuestionAdjusting height of Multipage control [modified] Pin
Vsree26-Feb-07 17:50
Vsree26-Feb-07 17:50 
hi Am using the Tabstrip and Multipage control given in
http://msdn.microsoft.com/library/default.asp?url=/workshop/webcontrols/overview/multipage.asp[^]

Its working fine.But i need to adjust the height of each tabpage according to the content of that tab.
One tab contains only 4 controls where as the other contains 10 controls.
I want to set their height according to its content.
In each tab,all the controls are placed inside a HtmlTable.I tried to adjust the table's height.but it didnt work.

snippet is
<br />
<TABLE id="TabStripTable" cellSpacing="3" cellPadding="0" width="100%" border="0"><br />
<tr><br />
<td bgColor="#e8e8e8"><br />
<mytab:tabstrip id="myTabStrip1" runat="server"     SepDefaultStyle="background-color:#FFFFFF;border-color:#AAAAAA;border-width:1px;border-style:solid;border-top:none;border-left:none;border-right:none;" TargetID="MULTIPage1" TabDefaultStyle="color:#333333;background-color:#e8e8e8;border-color:#AAAAAA;border-width:1px;border-style:Solid;font-family:Verdana;font-size:11px;height:21;text-align:center;" width="70%" TabSelectedStyle="color:#993333;background-color:#FFFFFF;border-bottom:none;" BorderStyle="None">						<br />
<mymultipage:Tab Text="Info1" ID="tab0" ToolTip="Info1"></mymultipage:Tab>					<br />
<mymultipage:TabSeparator></mymultipage:TabSeparator>	<br />
<mymultipage:Tab Text="Info2" ID="tab1" ToolTip="Info2"></mymultipage:Tab>				<br />
</mytab:tabstrip><br />
</td><br />
</tr><br />
</TABLE><br />
<br />
<mymultipage:multipage id="MULTIPage1" runat="server" width="780" height="300px"><br />
<mymultipage:pageview id="Info1"><br />
	<TABLE id="ThirdMainTable" cellSpacing="10" cellPadding="0" width="780" border="0"><br />
<br />
	<tr><br />
<br />
	 <td width="10"><br />
         </td><br />
<br />
	 <td width="760"><br />
<br />
	  <TABLE id="tblLocation" cellSpacing="0" cellPadding="0"  width="100%" border="0"><br />
	    <tr height="25"><br />
<br />
 	         <td width="20%"></td><br />
<br />
		  <td width="50%"><br />
<br />
		    <asp:CheckBox id="chk1" runat="server" Text="CheckOnce"></asp:CheckBox><br />
<br />
                  </td>		<br />
<br />
	 	  <td width="30%"></td><br />
<br />
           </TR><br />
         </TABLE><br />
<br />
      </td><br />
    <td width="10"></td><br />
   </tr><br />
   </TABLE><br />


Can anyone please suggest me a best way to do this?
Thanks



-- modified at 1:02 Tuesday 27th February, 2007
QuestionHow to do the user can add field in the screen page? Pin
sdev26-Feb-07 17:33
sdev26-Feb-07 17:33 
AnswerRe: How to do the user can add field in the screen page? Pin
Sandeep Akhare26-Feb-07 19:13
Sandeep Akhare26-Feb-07 19:13 
GeneralRe: How to do the user can add field in the screen page? Pin
sdev26-Feb-07 19:25
sdev26-Feb-07 19:25 
GeneralRe: How to do the user can add field in the screen page? Pin
Sandeep Akhare26-Feb-07 19:32
Sandeep Akhare26-Feb-07 19:32 
GeneralRe: How to do the user can add field in the screen page? Pin
sdev26-Feb-07 20:04
sdev26-Feb-07 20:04 
Questionjavascript and xml Pin
Member 309559326-Feb-07 17:10
Member 309559326-Feb-07 17:10 
AnswerRe: javascript and xml Pin
Sandeep Akhare26-Feb-07 19:44
Sandeep Akhare26-Feb-07 19:44 
QuestionCan't access database Pin
Eyungwah26-Feb-07 14:26
Eyungwah26-Feb-07 14:26 
QuestionPassing Color Parameters Pin
Expert Coming26-Feb-07 13:11
Expert Coming26-Feb-07 13:11 
AnswerRe: Passing Color Parameters Pin
Guffa26-Feb-07 13:38
Guffa26-Feb-07 13:38 
QuestionList installed framework on server and list installed browsers on Windows... Pin
Kasic Slobodan26-Feb-07 12:11
Kasic Slobodan26-Feb-07 12:11 
AnswerRe: List installed framework on server and list installed browsers on Windows... Pin
Sylvester george26-Feb-07 22:00
Sylvester george26-Feb-07 22:00 
GeneralRe: List installed framework on server and list installed browsers on Windows... Pin
Kasic Slobodan26-Feb-07 23:53
Kasic Slobodan26-Feb-07 23:53 
GeneralRe: List installed framework on server and list installed browsers on Windows... Pin
Sylvester george27-Feb-07 1:26
Sylvester george27-Feb-07 1:26 
GeneralRe: List installed framework on server and list installed browsers on Windows... Pin
Kasic Slobodan27-Feb-07 4:03
Kasic Slobodan27-Feb-07 4:03 
QuestionDataView with paging Pin
mehrdadc4826-Feb-07 11:27
mehrdadc4826-Feb-07 11:27 
AnswerRe: DataView with paging Pin
sathesh pandian26-Feb-07 17:40
sathesh pandian26-Feb-07 17:40 

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.