Click here to Skip to main content
15,919,613 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Event Fire in Drop Down List Pin
Ahmad Adnan30-Oct-07 1:54
Ahmad Adnan30-Oct-07 1:54 
QuestionRedirection problem [modified] Pin
Krishna Varadharajan29-Oct-07 23:30
Krishna Varadharajan29-Oct-07 23:30 
AnswerRe: Redirection problem Pin
InsDev29-Oct-07 23:38
InsDev29-Oct-07 23:38 
GeneralRe: Redirection problem Pin
Krishna Varadharajan29-Oct-07 23:51
Krishna Varadharajan29-Oct-07 23:51 
GeneralRe: Redirection problem Pin
InsDev29-Oct-07 23:59
InsDev29-Oct-07 23:59 
GeneralRe: Redirection problem Pin
Krishna Varadharajan30-Oct-07 0:52
Krishna Varadharajan30-Oct-07 0:52 
GeneralRe: Redirection problem Pin
Krishna Varadharajan30-Oct-07 1:09
Krishna Varadharajan30-Oct-07 1:09 
AnswerRe: Redirection problem Pin
John-ph29-Oct-07 23:40
John-ph29-Oct-07 23:40 
GeneralRe: Redirection problem Pin
Krishna Varadharajan29-Oct-07 23:54
Krishna Varadharajan29-Oct-07 23:54 
GeneralRe: Redirection problem Pin
John-ph30-Oct-07 0:03
John-ph30-Oct-07 0:03 
GeneralRe: Redirection problem Pin
Krishna Varadharajan30-Oct-07 0:18
Krishna Varadharajan30-Oct-07 0:18 
GeneralRe: Redirection problem Pin
John-ph30-Oct-07 0:27
John-ph30-Oct-07 0:27 
AnswerRe: Redirection problem Pin
r a j u u29-Oct-07 23:44
r a j u u29-Oct-07 23:44 
GeneralRe: Redirection problem Pin
Krishna Varadharajan29-Oct-07 23:56
Krishna Varadharajan29-Oct-07 23:56 
QuestionRepeatColumn(gridview and datalist) Pin
M.V29-Oct-07 23:30
M.V29-Oct-07 23:30 
QuestionProblem with gridview again Pin
Zoltan Aszalos29-Oct-07 23:29
Zoltan Aszalos29-Oct-07 23:29 
Hi!

I made a post yesterday, but had no replies to that, so would like to try again. My problem is that I want a gridview with two identical cells. If the first cell contains text that is wrapped in multiple rows and the height of the cell changes, then the second cell containing a textbox should follow this behaviour. My problem is that I can't change to height of the textbox, I managed to set the width of the textbox to be the same as the cell's width but I can't do the same thing for the height. I've tried the following:

TextBox tb = row.Cells [1].FindControl ("destinationTextBox") as TextBox;
tb.Width = new Unit (100, UnitType.Percentage);
tb.Height = new Unit (100, UnitType.Percentage);

But this works just for the width. I've tried something else like tb.Height = row.Cells [0].Height, but that didn't work either. I don't know what control is inside the first cell, maybe if I could get a reference to that I could use that to set my textboxes' height to be the same as those.

Any suggestion is greatly appreciated! Thanks in advance!
QuestionDisplay data as soon as it comes Pin
sood_is_in29-Oct-07 23:26
sood_is_in29-Oct-07 23:26 
AnswerRe: Display data as soon as it comes Pin
pmarfleet29-Oct-07 23:37
pmarfleet29-Oct-07 23:37 
GeneralRe: Display data as soon as it comes Pin
sood_is_in29-Oct-07 23:45
sood_is_in29-Oct-07 23:45 
GeneralRe: Display data as soon as it comes Pin
pmarfleet29-Oct-07 23:59
pmarfleet29-Oct-07 23:59 
GeneralRe: Display data as soon as it comes Pin
sood_is_in30-Oct-07 0:08
sood_is_in30-Oct-07 0:08 
GeneralRe: Display data as soon as it comes Pin
pmarfleet30-Oct-07 0:26
pmarfleet30-Oct-07 0:26 
GeneralRe: Display data as soon as it comes Pin
sood_is_in30-Oct-07 0:32
sood_is_in30-Oct-07 0:32 
GeneralRe: Display data as soon as it comes Pin
pmarfleet30-Oct-07 2:30
pmarfleet30-Oct-07 2:30 
Questiongridview calculations in java-script Pin
Sonia Gupta29-Oct-07 23:14
Sonia Gupta29-Oct-07 23:14 

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.