Click here to Skip to main content
15,887,341 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: ASP.NET Application Development – Tools Pin
Abhijit Jana14-Dec-09 6:01
professionalAbhijit Jana14-Dec-09 6:01 
QuestionWeb 2.0 & JavaScript Framework Pin
Karina.R14-Dec-09 0:21
Karina.R14-Dec-09 0:21 
AnswerRe: Web 2.0 & JavaScript Framework Pin
SeMartens14-Dec-09 1:29
SeMartens14-Dec-09 1:29 
AnswerRe: Web 2.0 & JavaScript Framework Pin
Abhijit Jana14-Dec-09 6:05
professionalAbhijit Jana14-Dec-09 6:05 
QuestionDynamic item template Pin
sekannak14-Dec-09 0:20
sekannak14-Dec-09 0:20 
AnswerRe: Dynamic item template Pin
Dinesh Mani14-Dec-09 0:46
Dinesh Mani14-Dec-09 0:46 
GeneralRe: Dynamic item template Pin
sekannak14-Dec-09 0:59
sekannak14-Dec-09 0:59 
GeneralRe: Dynamic item template Pin
Dinesh Mani14-Dec-09 1:13
Dinesh Mani14-Dec-09 1:13 
I'm not sure if I got your requirement right, so I'm rephrasing it here -

* You have a datagrid with item template
* The controls in the item template are not defined in the design time? - I don't see why you would need to dynamically add items to your item template. Even if it is needed, just place it in at design time and hide it on the server runtime. Confirm how you are placing the controls on the item template.
* The values that you wish to check are loaded based on some user selection? - All 3 values are loaded or does the user enter any values? confirm
* You wish to validate that textbox1's value is always more than textbox2 and textbox3's value.

All that you need to do is put a compare validator along with textbox2 and textbox3 and validate the value against textbox1 using the control to validate and control to compare properties.
Questionmultiple step oledb exception Pin
rajatarora13-Dec-09 22:28
rajatarora13-Dec-09 22:28 
AnswerRe: multiple step oledb exception Pin
SeMartens14-Dec-09 1:30
SeMartens14-Dec-09 1:30 
AnswerRe: multiple step oledb exception Pin
Abhijit Jana14-Dec-09 6:29
professionalAbhijit Jana14-Dec-09 6:29 
QuestionHow can i count number of browsers running on my system Pin
inayat basha13-Dec-09 21:42
inayat basha13-Dec-09 21:42 
AnswerRe: How can i count number of browsers running on my system Pin
dan!sh 13-Dec-09 21:48
professional dan!sh 13-Dec-09 21:48 
AnswerRe: How can i count number of browsers running on my system Pin
Abhishek Sur13-Dec-09 21:58
professionalAbhishek Sur13-Dec-09 21:58 
GeneralRe: How can i count number of browsers running on my system Pin
inayat basha13-Dec-09 23:23
inayat basha13-Dec-09 23:23 
GeneralRe: How can i count number of browsers running on my system Pin
dan!sh 14-Dec-09 0:21
professional dan!sh 14-Dec-09 0:21 
GeneralRe: How can i count number of browsers running on my system Pin
Abhishek Sur14-Dec-09 3:44
professionalAbhishek Sur14-Dec-09 3:44 
QuestionSSAS cube roles creation Pin
samerh13-Dec-09 19:57
samerh13-Dec-09 19:57 
QuestionCustomize gridview Pin
yesu prakash13-Dec-09 19:11
yesu prakash13-Dec-09 19:11 
AnswerRe: Customize gridview Pin
Nishant Singh13-Dec-09 19:40
Nishant Singh13-Dec-09 19:40 
AnswerRe: Customize gridview Pin
ksss_maheshece14-Dec-09 1:04
ksss_maheshece14-Dec-09 1:04 
QuestionHow to bind all the columns in a data table to dropdownl list? Pin
chakran13-Dec-09 18:12
chakran13-Dec-09 18:12 
AnswerRe: How to bind all the columns in a data table to dropdownl list? Pin
jinovv13-Dec-09 18:17
jinovv13-Dec-09 18:17 
GeneralRe: How to bind all the columns in a data table to dropdownl list? Pin
chakran13-Dec-09 18:21
chakran13-Dec-09 18:21 
GeneralRe: How to bind all the columns in a data table to dropdownl list? Pin
jinovv13-Dec-09 18:31
jinovv13-Dec-09 18:31 

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.