Click here to Skip to main content
15,920,708 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: [newbie] resource name is not a valid identifier Pin
N a v a n e e t h8-Mar-09 16:26
N a v a n e e t h8-Mar-09 16:26 
GeneralRe: [newbie] resource name is not a valid identifier Pin
jon-808-Mar-09 20:09
professionaljon-808-Mar-09 20:09 
GeneralRe: [newbie] resource name is not a valid identifier Pin
Shashwat Tripathi1-Jun-13 19:53
Shashwat Tripathi1-Jun-13 19:53 
GeneralRe: [newbie] resource name is not a valid identifier Pin
Muhammed Yaseen5-Jun-13 2:38
Muhammed Yaseen5-Jun-13 2:38 
Questionfire Access report from asp.net page Pin
alvarog018-Mar-09 2:49
alvarog018-Mar-09 2:49 
AnswerRe: fire Access report from asp.net page Pin
Yusuf8-Mar-09 7:42
Yusuf8-Mar-09 7:42 
QuestionHTML Table Issue in ASP.Net Web app Pin
Harvey Saayman8-Mar-09 1:13
Harvey Saayman8-Mar-09 1:13 
AnswerRe: HTML Table Issue in ASP.Net Web app Pin
Jitendra R Wadhwani8-Mar-09 1:41
Jitendra R Wadhwani8-Mar-09 1:41 
hi,

following will help you out, in order of its importance.

1.) quickest -- Tablecell has a "wrap" property. Set it to true. This will wrap the contents inside it and the width will not increase.

2.) right from the first TableRow's Table cell apply the width is "%" only rather than "pixels". This makes sure you have very dynamic layout rather than a stringent one.

Also, please make a note that, HTML will surely have some limitations when it comes to displaying a particularly very large picture with any of the properties set.

3.) toughest -- alternative of all will be to check in your code whats the approximate size of your pic and if that size is considerably large, you will have to convert that pic in some other format with little loss of color and sharpness and include it accordingly in your TableCell for your application.

PLEASE DO NOT FORGET TO MARK AS ANSWER IF FOUND USEFUL/RELEVANT, SO THAT OTHERS CAN FIND IT EASILY.

Software Developer,
Pune,
India

AnswerRe: HTML Table Issue in ASP.Net Web app Pin
Jerry.Wang8-Mar-09 19:27
Jerry.Wang8-Mar-09 19:27 
QuestionNeed Help to read my mail from my gmail Pin
Senthil S8-Mar-09 0:52
Senthil S8-Mar-09 0:52 
AnswerRe: Need Help to read my mail from my gmail Pin
Ashfield8-Mar-09 9:01
Ashfield8-Mar-09 9:01 
AnswerRe: Need Help to read my mail from my gmail Pin
Christian Graus8-Mar-09 14:15
protectorChristian Graus8-Mar-09 14:15 
GeneralRe: Need Help to read my mail from my gmail Pin
_Maxxx_8-Mar-09 20:47
professional_Maxxx_8-Mar-09 20:47 
QuestionDataSets Pin
Illegal Operation7-Mar-09 17:24
Illegal Operation7-Mar-09 17:24 
AnswerRe: DataSets Pin
Blue_Boy7-Mar-09 22:14
Blue_Boy7-Mar-09 22:14 
AnswerRe: DataSets Pin
Xmen Real 7-Mar-09 23:32
professional Xmen Real 7-Mar-09 23:32 
GeneralRe: DataSets Pin
Xmen Real 7-Mar-09 23:33
professional Xmen Real 7-Mar-09 23:33 
QuestionStatic Timer in WebSite Pin
Masterhame7-Mar-09 10:48
Masterhame7-Mar-09 10:48 
AnswerRe: Static Timer in WebSite Pin
Yusuf7-Mar-09 12:20
Yusuf7-Mar-09 12:20 
GeneralRe: Static Timer in WebSite Pin
Masterhame7-Mar-09 17:03
Masterhame7-Mar-09 17:03 
GeneralRe: Static Timer in WebSite Pin
Yusuf8-Mar-09 1:46
Yusuf8-Mar-09 1:46 
GeneralRe: Static Timer in WebSite Pin
AprNgp8-Mar-09 2:02
AprNgp8-Mar-09 2:02 
QuestionC#, .net, prototype, design [modified] Pin
software1017-Mar-09 6:53
software1017-Mar-09 6:53 
RantRe: C#, .net, prototype, design Pin
Xmen Real 7-Mar-09 14:36
professional Xmen Real 7-Mar-09 14:36 
AnswerAdmin's please remove this ad. Thanks! Pin
leckey7-Mar-09 15:44
leckey7-Mar-09 15:44 

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.