Click here to Skip to main content
15,905,874 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionPerfomrmance Measurement in asp.net Pin
Chetan Ranpariya18-Jun-07 20:55
Chetan Ranpariya18-Jun-07 20:55 
AnswerRe: Perfomrmance Measurement in asp.net Pin
Sandeep Akhare18-Jun-07 21:31
Sandeep Akhare18-Jun-07 21:31 
GeneralRe: Perfomrmance Measurement in asp.net Pin
Chetan Ranpariya18-Jun-07 21:34
Chetan Ranpariya18-Jun-07 21:34 
QuestionUpgrading from vb 6.0 to .net 2005 Pin
ShuklaGirish18-Jun-07 20:18
ShuklaGirish18-Jun-07 20:18 
AnswerRe: Upgrading from vb 6.0 to .net 2005 Pin
Christian Graus18-Jun-07 20:21
protectorChristian Graus18-Jun-07 20:21 
AnswerRe: Upgrading from vb 6.0 to .net 2005 Pin
Sathesh Sakthivel18-Jun-07 20:24
Sathesh Sakthivel18-Jun-07 20:24 
Questionraising an event for a particular dropdownlist when multiple dropdownlists are being added to a webform dynamically. Pin
honeyss18-Jun-07 20:13
honeyss18-Jun-07 20:13 
AnswerRe: raising an event for a particular dropdownlist when multiple dropdownlists are being added to a webform dynamically. Pin
Christian Graus18-Jun-07 20:30
protectorChristian Graus18-Jun-07 20:30 
If you're using AJAX, it's trivial. Write your javascript code to pass through an Id which comes from each drop list, so, for example, when you create each one dynamically, it's selection changed event will call javascript which makes the AJAX call, stuff a variable in there to identify the drop down list in question.

What do you mean by 'chain' ???

Of course, these dynamic controls will not have viewstate unless you handle them right, but if it's all AJAX, it's all client side, which is simpler.


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

GeneralRe: raising an event for a particular dropdownlist when multiple dropdownlists are being added to a webform dynamically. Pin
honeyss18-Jun-07 20:46
honeyss18-Jun-07 20:46 
GeneralRe: raising an event for a particular dropdownlist when multiple dropdownlists are being added to a webform dynamically. Pin
Christian Graus18-Jun-07 21:09
protectorChristian Graus18-Jun-07 21:09 
Questionasp.net n access database Pin
ling_luv18-Jun-07 20:11
ling_luv18-Jun-07 20:11 
AnswerRe: asp.net n access database Pin
Christian Graus18-Jun-07 20:28
protectorChristian Graus18-Jun-07 20:28 
GeneralRe: asp.net n access database Pin
ling_luv18-Jun-07 20:30
ling_luv18-Jun-07 20:30 
GeneralRe: asp.net n access database Pin
Christian Graus18-Jun-07 20:32
protectorChristian Graus18-Jun-07 20:32 
GeneralRe: asp.net n access database Pin
ling_luv18-Jun-07 20:34
ling_luv18-Jun-07 20:34 
GeneralRe: asp.net n access database Pin
Christian Graus18-Jun-07 20:37
protectorChristian Graus18-Jun-07 20:37 
GeneralRe: asp.net n access database Pin
ling_luv18-Jun-07 20:38
ling_luv18-Jun-07 20:38 
QuestionWhat shorcut is used in asp.net 1.0 Pin
Hemant Garg18-Jun-07 20:11
Hemant Garg18-Jun-07 20:11 
AnswerRe: What shorcut is used in asp.net 1.0 Pin
Sathesh Sakthivel18-Jun-07 20:15
Sathesh Sakthivel18-Jun-07 20:15 
QuestionAJAX doubt Pin
saravanan0518-Jun-07 20:09
saravanan0518-Jun-07 20:09 
AnswerRe: AJAX doubt Pin
Sathesh Sakthivel18-Jun-07 20:12
Sathesh Sakthivel18-Jun-07 20:12 
AnswerRe: AJAX doubt Pin
Christian Graus18-Jun-07 20:33
protectorChristian Graus18-Jun-07 20:33 
QuestionHow to handle events of dynamic controls Pin
Sapan Roy18-Jun-07 20:09
Sapan Roy18-Jun-07 20:09 
AnswerRe: How to handle events of dynamic controls Pin
Sandeep Akhare18-Jun-07 20:52
Sandeep Akhare18-Jun-07 20:52 
Questionhow to show gridview with out data Pin
findtango18-Jun-07 19:56
findtango18-Jun-07 19:56 

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.