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

ASP.NET

 
AnswerRe: How to Retrieving data to DropDownLists in the UpdatePanel? Pin
Sandeep Akhare22-Oct-08 1:28
Sandeep Akhare22-Oct-08 1:28 
GeneralRe: How to Retrieving data to DropDownLists in the UpdatePanel? Pin
meeram39522-Oct-08 1:44
meeram39522-Oct-08 1:44 
Questionsetting the columns width of a gridview Pin
johland21-Oct-08 23:36
johland21-Oct-08 23:36 
AnswerRe: setting the columns width of a gridview Pin
NeverHeardOfMe22-Oct-08 0:45
NeverHeardOfMe22-Oct-08 0:45 
GeneralRe: setting the columns width of a gridview Pin
johland22-Oct-08 1:42
johland22-Oct-08 1:42 
GeneralRe: setting the columns width of a gridview Pin
NeverHeardOfMe22-Oct-08 2:18
NeverHeardOfMe22-Oct-08 2:18 
GeneralRe: setting the columns width of a gridview Pin
johland22-Oct-08 2:36
johland22-Oct-08 2:36 
GeneralRe: setting the columns width of a gridview Pin
NeverHeardOfMe22-Oct-08 2:52
NeverHeardOfMe22-Oct-08 2:52 
Then something else is throwing it off - you will have to examine the HTML to see what it might be:

- something with a non-variable width (eg an image) that is wider than the column width allocated

- are column widths set for ALL columns?

- if so, are they contradictory (maybe they add up to only 90%, or 110%)

- is an overall table width set? if so, does it tally with the sum of the column widths?

- have you taken table borders, cellspacing and cellpadding into account, as well as margins/borders round objects within (eg images, again)

- is this a browser-specific issue?

All sorts of things can combine to throw off a table display - but at least you know the correct width is being applied via your code. All you need to do is figure out what's wrong in the resultant HTML and adjust things accordingly....
GeneralRe: setting the columns width of a gridview Pin
johland22-Oct-08 3:43
johland22-Oct-08 3:43 
QuestionMail Sending Failed Pin
yogesh_kumar_agarwal21-Oct-08 22:50
yogesh_kumar_agarwal21-Oct-08 22:50 
AnswerRe: Mail Sending Failed Pin
eyeseetee21-Oct-08 22:52
eyeseetee21-Oct-08 22:52 
AnswerRe: Mail Sending Failed Pin
AhsanS21-Oct-08 22:59
AhsanS21-Oct-08 22:59 
AnswerRe: Mail Sending Failed Pin
Abhijit Jana21-Oct-08 23:39
professionalAbhijit Jana21-Oct-08 23:39 
QuestionRetrieving the COM class factory for component with CLSID {29131539-2EED-1069-BF5D-00DD011186B7} failed due to the following error: 8007000e. Pin
blakshmi21-Oct-08 22:46
blakshmi21-Oct-08 22:46 
AnswerRe: Retrieving the COM class factory for component with CLSID {29131539-2EED-1069-BF5D-00DD011186B7} failed due to the following error: 8007000e. Pin
juan carmelo3-Dec-09 0:40
juan carmelo3-Dec-09 0:40 
Questiondesigning of ASP.NET project. Pin
Anmol.Gupta21-Oct-08 22:44
Anmol.Gupta21-Oct-08 22:44 
AnswerRe: designing of ASP.NET project. Pin
AhsanS21-Oct-08 22:53
AhsanS21-Oct-08 22:53 
AnswerRe: designing of ASP.NET project. Pin
eyeseetee21-Oct-08 23:09
eyeseetee21-Oct-08 23:09 
AnswerRe: designing of ASP.NET project. Pin
Brij21-Oct-08 23:38
mentorBrij21-Oct-08 23:38 
AnswerRe: designing of ASP.NET project. Pin
N a v a n e e t h22-Oct-08 2:06
N a v a n e e t h22-Oct-08 2:06 
QuestionFindControl Problem Pin
Sneha Bisht21-Oct-08 22:11
Sneha Bisht21-Oct-08 22:11 
AnswerRe: FindControl Problem Pin
_AK_21-Oct-08 22:23
_AK_21-Oct-08 22:23 
GeneralRe: FindControl Problem Pin
Sneha Bisht21-Oct-08 22:34
Sneha Bisht21-Oct-08 22:34 
GeneralRe: FindControl Problem Pin
_AK_21-Oct-08 22:37
_AK_21-Oct-08 22:37 
QuestionAuto format an Excel File and import it into Sql Server 2000 [modified] Pin
Nitin Raj21-Oct-08 22:04
Nitin Raj21-Oct-08 22:04 

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.