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

ASP.NET

 
AnswerRe: Hide a row Pin
Kaushal Arora6-Jan-10 18:36
Kaushal Arora6-Jan-10 18:36 
GeneralRe: Hide a row Pin
MacIntyre6-Jan-10 20:33
MacIntyre6-Jan-10 20:33 
AnswerRe: Hide a row Pin
Jeneesh K. Velayudhan6-Jan-10 18:37
Jeneesh K. Velayudhan6-Jan-10 18:37 
Hi MacIntyre,

Please specify which control you are using now ???

Most of the controls support this visiblity feature. You can use Fetchrowstyle(),OnItemDataBound() methods, only when you are using grids.

datarow.visible is also possible. or,

place these controls in a panel, after that manage the visibility of the panel.

If you are using server tables you can manage it from code behind. But it would be
memory consuming. So, dont try to use server controls, if possible Smile | :)

Thanks & Regards,
Jeneesh k. v.

GeneralRe: Hide a row Pin
MacIntyre6-Jan-10 20:44
MacIntyre6-Jan-10 20:44 
QuestionRetreive control with certain type (Related to Win form and ASP.net) Pin
wilsonmanmcp6-Jan-10 17:52
wilsonmanmcp6-Jan-10 17:52 
AnswerRe: Retreive control with certain type (Related to Win form and ASP.net) Pin
Jeneesh K. Velayudhan6-Jan-10 18:46
Jeneesh K. Velayudhan6-Jan-10 18:46 
GeneralRe: Retreive control with certain type (Related to Win form and ASP.net) Pin
wilsonmanmcp6-Jan-10 21:39
wilsonmanmcp6-Jan-10 21:39 
QuestionFormview to PDF Pin
RajpootRohan6-Jan-10 17:51
professionalRajpootRohan6-Jan-10 17:51 
QuestionOne or more data sources is missing credentials Pin
priyareguri6-Jan-10 17:40
priyareguri6-Jan-10 17:40 
Questiondelayed action and response.redirect in same moment Pin
laziale6-Jan-10 11:18
laziale6-Jan-10 11:18 
AnswerRe: delayed action and response.redirect in same moment Pin
m-khansari6-Jan-10 18:51
m-khansari6-Jan-10 18:51 
GeneralRe: delayed action and response.redirect in same moment Pin
laziale7-Jan-10 3:46
laziale7-Jan-10 3:46 
GeneralRe: delayed action and response.redirect in same moment Pin
m-khansari7-Jan-10 6:41
m-khansari7-Jan-10 6:41 
GeneralRe: delayed action and response.redirect in same moment Pin
laziale7-Jan-10 8:53
laziale7-Jan-10 8:53 
GeneralRe: delayed action and response.redirect in same moment Pin
m-khansari7-Jan-10 20:07
m-khansari7-Jan-10 20:07 
QuestionBrowser back button -> force a logout Pin
gerrybrennan6-Jan-10 7:37
gerrybrennan6-Jan-10 7:37 
AnswerRe: Browser back button -> force a logout Pin
Abhishek Sur6-Jan-10 11:11
professionalAbhishek Sur6-Jan-10 11:11 
AnswerRe: Browser back button -> force a logout Pin
PunkIsNotDead6-Jan-10 12:05
PunkIsNotDead6-Jan-10 12:05 
Questionmasterpage -> Check if javascipt is enabled & cookies enabled. Pin
gerrybrennan6-Jan-10 7:17
gerrybrennan6-Jan-10 7:17 
AnswerRe: masterpage -> Check if javascipt is enabled & cookies enabled. Pin
Abhijit Jana6-Jan-10 7:32
professionalAbhijit Jana6-Jan-10 7:32 
QuestionRegistering global HttpModule Pin
Gennady Oster6-Jan-10 3:57
Gennady Oster6-Jan-10 3:57 
AnswerRe: Registering global HttpModule [modified] Pin
m-khansari6-Jan-10 19:14
m-khansari6-Jan-10 19:14 
GeneralRe: Registering global HttpModule Pin
Gennady Oster9-Jan-10 1:01
Gennady Oster9-Jan-10 1:01 
QuestionEnable asp menu with javascript Pin
dptalt6-Jan-10 2:47
dptalt6-Jan-10 2:47 
AnswerRe: Enable asp menu with javascript Pin
Kaushal Arora6-Jan-10 18:46
Kaushal Arora6-Jan-10 18:46 

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.