Click here to Skip to main content
15,879,095 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Server Error in '/book' Application. Pin
thatraja23-Nov-11 17:09
professionalthatraja23-Nov-11 17:09 
Questionany one can tell query or SP how to insert image in sql server Pin
sheemap23-Nov-11 1:15
sheemap23-Nov-11 1:15 
AnswerRe: any one can tell query or SP how to insert image in sql server Pin
Simon_Whale23-Nov-11 3:12
Simon_Whale23-Nov-11 3:12 
AnswerRe: any one can tell query or SP how to insert image in sql server Pin
thatraja23-Nov-11 17:12
professionalthatraja23-Nov-11 17:12 
Questionhow to print the aspx page without scroll.. Pin
Gopinath007222-Nov-11 22:41
Gopinath007222-Nov-11 22:41 
Questioncheckbox databind Pin
sk_ko22-Nov-11 20:04
sk_ko22-Nov-11 20:04 
AnswerRe: checkbox databind Pin
thatraja24-Nov-11 19:12
professionalthatraja24-Nov-11 19:12 
Questiondetailsview with dropdown list Pin
sc steinhayse22-Nov-11 14:41
sc steinhayse22-Nov-11 14:41 
In a C# web form 2010 application I have a detailsview control that is tied to a linq datasource. In the detailsview control I am suppose to have 4 dropdownlist controls where the user selects no or yes. The default value is no if nothing is selected. The dropdown list controls are not setup to update the database. The dropdown list controls is to indicate if certain 'preloaded' date fields are incorrect. The 'preloaded dates' can be incorrect if the customer submits their paperwork that is past the due date. (The preloaded dates are dates that certain paperwork is required for tthe customer.)

When the user clicks 'yes' in the appropriate dropdown list control, another row in the detailsview control is suppose to show up for the user to enter the date that is entered by the user. The user does not want to be allowed to enter a 'corrected' date unless they click a dropdownlist box.

My plan is to have the 4 date fields that can be modified, have their 'insertinvisible property' set to true. When the appropriate dropdownlist box is clicked for 'yes', I would change the insertinvisible property for the appropriate date to false on the click event of the dropdown list.

Based upon what I have just stated, I have the following questions:

1. Can I have a dropdownlist control used that is not attached to the database? If so, can you show me an example of how to accomplish this task? I assume I would put the dropdownlist control in the itemtemplate versus the edititemtemplate since I am not updating the database, correct?

2. I have tried to used the 'insertvisible' property on a couple of 'test' rows in the database. However the test rows show up regardless of what I set the insertvisible property to. Thus do you know of any other way to use a visible property here? If so, what is the property and how would I reference that prpoerty?
QuestionJava script for gridview Pin
byka21-Nov-11 4:56
byka21-Nov-11 4:56 
AnswerRe: Java script for gridview Pin
Morgs Morgan22-Nov-11 21:59
Morgs Morgan22-Nov-11 21:59 
AnswerRe: Java script for gridview Pin
thatraja24-Nov-11 18:59
professionalthatraja24-Nov-11 18:59 
QuestionNavigation Pin
jashimu21-Nov-11 4:18
jashimu21-Nov-11 4:18 
GeneralRe: Navigation Pin
thatraja24-Nov-11 19:04
professionalthatraja24-Nov-11 19:04 
Questiononline users Pin
samwood201121-Nov-11 1:10
samwood201121-Nov-11 1:10 
AnswerRe: online users Pin
thatraja24-Nov-11 19:03
professionalthatraja24-Nov-11 19:03 
QuestionOpen a pdf file in browser Pin
NarVish21-Nov-11 1:09
NarVish21-Nov-11 1:09 
AnswerRe: Open a pdf file in browser Pin
Morgs Morgan22-Nov-11 21:07
Morgs Morgan22-Nov-11 21:07 
GeneralRe: Open a pdf file in browser Pin
NarVish22-Nov-11 21:32
NarVish22-Nov-11 21:32 
GeneralRe: Open a pdf file in browser Pin
Morgs Morgan22-Nov-11 21:49
Morgs Morgan22-Nov-11 21:49 
GeneralRe: Open a pdf file in browser Pin
NarVish22-Nov-11 23:20
NarVish22-Nov-11 23:20 
GeneralRe: Open a pdf file in browser Pin
Bernhard Hiller23-Nov-11 3:00
Bernhard Hiller23-Nov-11 3:00 
Questionproblem in deployement on iis 7.5 Pin
uspatel20-Nov-11 23:54
professionaluspatel20-Nov-11 23:54 
AnswerRe: problem in deployement on iis 7.5 Pin
Matt U.21-Nov-11 4:44
Matt U.21-Nov-11 4:44 
GeneralRe: problem in deployement on iis 7.5 Pin
uspatel23-Nov-11 1:44
professionaluspatel23-Nov-11 1:44 
Questionto retrieve userid & name Pin
sk_ko20-Nov-11 17:00
sk_ko20-Nov-11 17:00 

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.