Click here to Skip to main content
15,921,028 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionmicrosoft.jet.oledb.4.0 provider in not registered on the local machine Pin
krishnaveer6-Jan-10 19:18
krishnaveer6-Jan-10 19:18 
AnswerRe: microsoft.jet.oledb.4.0 provider in not registered on the local machine Pin
Abhishek Sur6-Jan-10 21:05
professionalAbhishek Sur6-Jan-10 21:05 
GeneralRe: microsoft.jet.oledb.4.0 provider in not registered on the local machine Pin
krishnaveer6-Jan-10 22:13
krishnaveer6-Jan-10 22:13 
GeneralRe: microsoft.jet.oledb.4.0 provider in not registered on the local machine Pin
Abhishek Sur6-Jan-10 22:17
professionalAbhishek Sur6-Jan-10 22:17 
QuestionSelection of multiple dates or weeks or months on a calendar control Pin
Vinay Babu6-Jan-10 19:18
Vinay Babu6-Jan-10 19:18 
AnswerRe: Selection of multiple dates or weeks or months on a calendar control Pin
Abhishek Sur6-Jan-10 21:28
professionalAbhishek Sur6-Jan-10 21:28 
Questionprevent multiple logins Pin
Thilina.madush6-Jan-10 18:48
Thilina.madush6-Jan-10 18:48 
AnswerRe: prevent multiple logins Pin
Abhishek Sur6-Jan-10 21:21
professionalAbhishek Sur6-Jan-10 21:21 
AnswerRe: prevent multiple logins Pin
April Fans7-Jan-10 22:23
April Fans7-Jan-10 22:23 
GeneralRe: prevent multiple logins Pin
Thilina.madush7-Jan-10 22:38
Thilina.madush7-Jan-10 22:38 
QuestionGetting error : System.Web.HttpRequestValidationException: A potentially dangerous Request.Form value was detected from the client Pin
Niraj0016-Jan-10 18:37
Niraj0016-Jan-10 18:37 
AnswerRe: Getting error : System.Web.HttpRequestValidationException: A potentially dangerous Request.Form value was detected from the client Pin
ncsubbu9-Jan-10 1:25
professionalncsubbu9-Jan-10 1:25 
QuestionHide a row Pin
MacIntyre6-Jan-10 18:02
MacIntyre6-Jan-10 18:02 
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 

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.