Click here to Skip to main content
16,016,180 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionhidden field with session object Pin
gaurav mangal13-Jul-08 22:08
gaurav mangal13-Jul-08 22:08 
AnswerRe: hidden field with session object Pin
BalasubramanianK13-Jul-08 22:53
BalasubramanianK13-Jul-08 22:53 
QuestionLoad Control in contentplaceholder Pin
Agweet13-Jul-08 22:01
Agweet13-Jul-08 22:01 
AnswerRe: Load Control in contentplaceholder Pin
Herman<T>.Instance14-Jul-08 19:53
Herman<T>.Instance14-Jul-08 19:53 
QuestionThe codefile attribute on the page directive is not allowed in this page. Pin
Aavesh Agarwal13-Jul-08 21:30
Aavesh Agarwal13-Jul-08 21:30 
QuestionDeploying Asp.net 2.0 application on windows server 2003 problem? Pin
Nada Adel13-Jul-08 21:17
Nada Adel13-Jul-08 21:17 
AnswerRe: Deploying Asp.net 2.0 application on windows server 2003 problem? Pin
Arindam Tewary13-Jul-08 23:15
professionalArindam Tewary13-Jul-08 23:15 
QuestionWrap text in gridview........, Pin
Member 387988113-Jul-08 21:08
Member 387988113-Jul-08 21:08 
Hi guys its one challenging problem in gridview...,
If any one will get solution regarding this reply me immediately...,
Plz go through it...,
Thank u...,

I am trying to allocate width for my gridview columns...,
In my rowdatabound i given

e.row.cells[3].width=Unit.Pixel(100);
e.Row.Cells[3].Wrap = true;

Its not at all considered the values, what i have allocated the cell...,

Based on grid total width its automatically allocated the width for cells...,


So i changed my code like this:

e.Row.Cells[3].Attributes.Add("width", "100px;");

Its worked cool...,

Now my probs is, suppose the text is continious text...,
That time its not warpping the text based on the allocated width...,

Eg text like this : copy_text_normal_ppojkjbjhjh_bvjhvkv_jnvjhb.txt

Now this text having no gap between the letters...,
In that case its not at all wrapping my text based on the width of the cell,

How to solve this probs

Thanks & Regards,
NeW OnE,
please don't forget to vote on the post

AnswerRe: Wrap text in gridview........, Pin
Nada Adel13-Jul-08 21:26
Nada Adel13-Jul-08 21:26 
GeneralRe: Wrap text in gridview........, Pin
Member 387988113-Jul-08 21:42
Member 387988113-Jul-08 21:42 
AnswerRe: Wrap text in gridview........, Pin
Imran Khan Pathan13-Jul-08 23:21
Imran Khan Pathan13-Jul-08 23:21 
QuestionProblem In Ajax Pin
Zeyad Jalil13-Jul-08 21:08
professionalZeyad Jalil13-Jul-08 21:08 
QuestionDataList.. Pin
raushan_913-Jul-08 20:55
raushan_913-Jul-08 20:55 
AnswerRe: DataList.. Pin
Gayani Devapriya13-Jul-08 22:35
Gayani Devapriya13-Jul-08 22:35 
GeneralRe: DataList.. Pin
raushan_913-Jul-08 23:09
raushan_913-Jul-08 23:09 
Questionhow to deal with Session variable Pin
gaurav mangal13-Jul-08 20:15
gaurav mangal13-Jul-08 20:15 
AnswerRe: how to deal with Session variable Pin
Guffa13-Jul-08 20:58
Guffa13-Jul-08 20:58 
GeneralRe: how to deal with Session variable Pin
gaurav mangal13-Jul-08 21:49
gaurav mangal13-Jul-08 21:49 
GeneralRe: how to deal with Session variable Pin
Guffa13-Jul-08 22:49
Guffa13-Jul-08 22:49 
QuestionHow to attach files to database. Pin
Anubhava Dimri13-Jul-08 20:03
Anubhava Dimri13-Jul-08 20:03 
AnswerRe: How to attach files to database. Pin
Member 387988113-Jul-08 20:07
Member 387988113-Jul-08 20:07 
QuestionDirect Send Values to Report Viewer Or Crystal Report Pin
Anubhava Dimri13-Jul-08 19:34
Anubhava Dimri13-Jul-08 19:34 
AnswerRe: Direct Send Values to Report Viewer Or Crystal Report Pin
kaushal_prabhakar13-Jul-08 20:13
kaushal_prabhakar13-Jul-08 20:13 
GeneralRe: Direct Send Values to Report Viewer Or Crystal Report Pin
Anubhava Dimri13-Jul-08 23:37
Anubhava Dimri13-Jul-08 23:37 
QuestionFind leader of the employee Pin
Member 387988113-Jul-08 18:54
Member 387988113-Jul-08 18:54 

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.