Click here to Skip to main content
15,890,512 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Customize MVC Help PinPopular
Chris Maunder17-Dec-13 2:11
cofounderChris Maunder17-Dec-13 2:11 
GeneralRe: Customize MVC Help Pin
Simon Lee Shugar17-Dec-13 1:40
Simon Lee Shugar17-Dec-13 1:40 
AnswerRe: Customize MVC Help Pin
Rahul Rajat Singh19-Dec-13 18:25
professionalRahul Rajat Singh19-Dec-13 18:25 
QuestionAllow / Deny IP Address via Web.config Pin
Member 947380916-Dec-13 23:05
Member 947380916-Dec-13 23:05 
AnswerRe: Allow / Deny IP Address via Web.config Pin
Richard Deeming16-Dec-13 23:28
mveRichard Deeming16-Dec-13 23:28 
AnswerRe: Allow / Deny IP Address via Web.config Pin
joginder-banger25-Dec-13 15:55
professionaljoginder-banger25-Dec-13 15:55 
QuestionWebsite appearance format Pin
Otekpo Emmanuel16-Dec-13 5:19
Otekpo Emmanuel16-Dec-13 5:19 
AnswerRe: Website appearance format Pin
jkirkerx17-Dec-13 12:31
professionaljkirkerx17-Dec-13 12:31 
That's not a ASP.net issue, but a HTML issue.

Creating HTML that works on all browsers is an art form, or a skill that takes a while to learn.

You really need to use CSS styling to set your widths and heights. style="width: 145px; height: 120px;"

Then run the page output through a HTML validator, online service

And fix all the reported errors.

Some people use browser detectors, and will adjust the CSS according to the browser brand and version number. In my opinon, in the long run, this is a bad idea.

Take Internet Explorer 10 an up, Microsoft went out of there way to make the browser undetectable, to correct rendering issues on the websites that do browser detection to fix rendering issues.
QuestionValidateAntiForgeryToken is not been applied for Controller method calling JGrid get details Pin
Sreenath GVS16-Dec-13 5:05
Sreenath GVS16-Dec-13 5:05 
QuestionDynamically added HtmlGenericControl not displayed Pin
Member 1045459216-Dec-13 2:15
Member 1045459216-Dec-13 2:15 
AnswerRe: Dynamically added HtmlGenericControl not displayed Pin
Richard Deeming16-Dec-13 4:10
mveRichard Deeming16-Dec-13 4:10 
GeneralRe: Dynamically added HtmlGenericControl not displayed Pin
Member 1045459216-Dec-13 4:44
Member 1045459216-Dec-13 4:44 
GeneralRe: Dynamically added HtmlGenericControl not displayed Pin
Richard Deeming16-Dec-13 4:48
mveRichard Deeming16-Dec-13 4:48 
GeneralRe: Dynamically added HtmlGenericControl not displayed Pin
Member 1045459216-Dec-13 5:04
Member 1045459216-Dec-13 5:04 
GeneralRe: Dynamically added HtmlGenericControl not displayed Pin
Richard Deeming16-Dec-13 5:14
mveRichard Deeming16-Dec-13 5:14 
GeneralRe: Dynamically added HtmlGenericControl not displayed Pin
Member 1045459216-Dec-13 6:29
Member 1045459216-Dec-13 6:29 
QuestionHow to add on emotion , sound[5 question] in ASP.NET SingnalR Pin
Member 1046826015-Dec-13 22:40
Member 1046826015-Dec-13 22:40 
QuestionDiiference Pin
tsunamigang15-Dec-13 22:36
tsunamigang15-Dec-13 22:36 
SuggestionRe: Diiference Pin
Richard MacCutchan15-Dec-13 22:47
mveRichard MacCutchan15-Dec-13 22:47 
AnswerRe: Diiference Pin
joginder-banger25-Dec-13 16:10
professionaljoginder-banger25-Dec-13 16:10 
QuestionProblem to create webPart dynamically! Pin
hdv21214-Dec-13 5:59
hdv21214-Dec-13 5:59 
AnswerRe: Problem to create webPart dynamically! Pin
hdv21215-Dec-13 1:36
hdv21215-Dec-13 1:36 
QuestionHow can pass a value one form to another from with the help of Java Script?? Pin
joginder-banger13-Dec-13 23:33
professionaljoginder-banger13-Dec-13 23:33 
QuestionUniq 8 digit time stamp Pin
byka12-Dec-13 6:31
byka12-Dec-13 6:31 
AnswerRe: Uniq 8 digit time stamp Pin
Abhinav S13-Dec-13 22:33
Abhinav S13-Dec-13 22:33 

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.