Click here to Skip to main content
15,903,033 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Question[Message Deleted] Pin
amistry_petlad21-Mar-08 11:27
amistry_petlad21-Mar-08 11:27 
GeneralRe: Unrecognized element 'membership' Pin
pmarfleet21-Mar-08 11:53
pmarfleet21-Mar-08 11:53 
GeneralRe: Unrecognized element 'membership' Pin
amistry_petlad21-Mar-08 14:38
amistry_petlad21-Mar-08 14:38 
QuestionError: Update requires a valid UpdateCommand when passed DataRow collection with modified rows. Pin
MattMN21-Mar-08 6:27
MattMN21-Mar-08 6:27 
GeneralRe: Error: Update requires a valid UpdateCommand when passed DataRow collection with modified rows. Pin
Paul Conrad21-Mar-08 8:17
professionalPaul Conrad21-Mar-08 8:17 
GeneralRe: Error: Update requires a valid UpdateCommand when passed DataRow collection with modified rows. Pin
MattMN21-Mar-08 11:52
MattMN21-Mar-08 11:52 
Questionauto size of gridview column Pin
Pankaj Garg21-Mar-08 0:46
Pankaj Garg21-Mar-08 0:46 
GeneralRe: auto size of gridview column Pin
ashish bhakhar21-Mar-08 1:00
ashish bhakhar21-Mar-08 1:00 
you can not do this because in any column the records in each row has not fixed size. some contains 5 characters and some contains 55 characters.

so if you want to auto size the columns then your column will be expands more worthless,
for ex: there are 10 rows in grid. 9 columns have 20 characters & 10th column has 90 characters than the layout of grid will not shows in regular manner.


so, instead of these you have to set wrap property to the columns and give some fixed width by approximation of column name.
for column of id there is no need to give size as same as other columns like details column.
QuestionHow to pass parameters into sql jobs using a stored procedure? Pin
ashish bhakhar21-Mar-08 0:08
ashish bhakhar21-Mar-08 0:08 
AnswerRe: How to pass parameters into sql jobs using a stored procedure? Pin
led mike21-Mar-08 4:22
led mike21-Mar-08 4:22 
GeneralRe: How to pass parameters into sql jobs using a stored procedure? Pin
ashish bhakhar23-Mar-08 19:17
ashish bhakhar23-Mar-08 19:17 
GeneralRe: How to pass parameters into sql jobs using a stored procedure? Pin
led mike24-Mar-08 5:51
led mike24-Mar-08 5:51 
GeneralResolveUrl in ASP.NET Pin
.NET- India 20-Mar-08 23:29
.NET- India 20-Mar-08 23:29 
GeneralASP.Net printing a crystal report through web. Pin
Sasmi20-Mar-08 21:49
Sasmi20-Mar-08 21:49 
Generaljavascript browser problem Pin
meghamaharshi20-Mar-08 21:45
meghamaharshi20-Mar-08 21:45 
GeneralRe: javascript browser problem Pin
Vasudevan Deepak Kumar20-Mar-08 21:59
Vasudevan Deepak Kumar20-Mar-08 21:59 
GeneralRe: javascript browser problem Pin
Christian Graus21-Mar-08 12:15
protectorChristian Graus21-Mar-08 12:15 
QuestionHeading and gridview details in excel c# asp.net. Pin
Pankaj Garg20-Mar-08 21:04
Pankaj Garg20-Mar-08 21:04 
AnswerRe: Heading and gridview details in excel c# asp.net. Pin
Vasudevan Deepak Kumar20-Mar-08 21:25
Vasudevan Deepak Kumar20-Mar-08 21:25 
QuestionRe: Heading and gridview details in excel c# asp.net. Pin
Pankaj Garg20-Mar-08 21:33
Pankaj Garg20-Mar-08 21:33 
QuestionRe: Heading and gridview details in excel c# asp.net. Pin
Vasudevan Deepak Kumar20-Mar-08 22:00
Vasudevan Deepak Kumar20-Mar-08 22:00 
GeneralRe: Heading and gridview details in excel c# asp.net. Pin
Pankaj Garg20-Mar-08 22:43
Pankaj Garg20-Mar-08 22:43 
QuestionTree view Problem Pin
md_azy20-Mar-08 20:30
md_azy20-Mar-08 20:30 
AnswerRe: Tree view Problem Pin
Vasudevan Deepak Kumar20-Mar-08 21:27
Vasudevan Deepak Kumar20-Mar-08 21:27 
GeneralRegular Expression Validator Pin
senthilsstil20-Mar-08 19:51
senthilsstil20-Mar-08 19:51 

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.