Click here to Skip to main content
15,927,836 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionUsing config settings from a dll Pin
Christian Graus12-Aug-08 13:42
protectorChristian Graus12-Aug-08 13:42 
AnswerRe: Using config settings from a dll (SolveD) Pin
Christian Graus12-Aug-08 16:27
protectorChristian Graus12-Aug-08 16:27 
QuestionCannot use a leading .. to exit above the top directory Pin
mehran.asg12-Aug-08 9:42
mehran.asg12-Aug-08 9:42 
AnswerRe: Cannot use a leading .. to exit above the top directory Pin
Manas Bhardwaj12-Aug-08 9:44
professionalManas Bhardwaj12-Aug-08 9:44 
QuestionChanging a theme dynamically in ajax? Pin
Goalie3512-Aug-08 9:37
Goalie3512-Aug-08 9:37 
QuestionThe type 'System.Web.UI.ScriptManager' is ambiguous: Pin
SamrahNed12-Aug-08 9:04
SamrahNed12-Aug-08 9:04 
AnswerRe: The type 'System.Web.UI.ScriptManager' is ambiguous: Pin
Manas Bhardwaj12-Aug-08 10:14
professionalManas Bhardwaj12-Aug-08 10:14 
AnswerRe: The type 'System.Web.UI.ScriptManager' is ambiguous: Pin
Rajesh Sankaran Try28-Jan-11 1:40
Rajesh Sankaran Try28-Jan-11 1:40 
QuestionCHttpAccessorHelper::InitRequestInternal - unexpected status (401) Pin
JimmyRopes12-Aug-08 8:48
professionalJimmyRopes12-Aug-08 8:48 
QuestionView State and Dropdowns in Editable DataGrid Pin
Andyz5012-Aug-08 8:21
Andyz5012-Aug-08 8:21 
AnswerRe: View State and Dropdowns in Editable DataGrid Pin
Sandeep Akhare12-Aug-08 21:11
Sandeep Akhare12-Aug-08 21:11 
QuestionHow to - log queries Pin
peacefulmember12-Aug-08 6:41
peacefulmember12-Aug-08 6:41 
AnswerRe: How to - log queries Pin
Manas Bhardwaj12-Aug-08 7:29
professionalManas Bhardwaj12-Aug-08 7:29 
GeneralRe: How to - log queries Pin
peacefulmember12-Aug-08 8:28
peacefulmember12-Aug-08 8:28 
QuestionAlternatives to ASP.NET Ajax Pin
Waleed Eissa12-Aug-08 5:40
Waleed Eissa12-Aug-08 5:40 
AnswerRe: Alternatives to ASP.NET Ajax Pin
N a v a n e e t h12-Aug-08 6:29
N a v a n e e t h12-Aug-08 6:29 
QuestionSession Issues with Firefox Pin
Johnathan Greenidge12-Aug-08 5:37
Johnathan Greenidge12-Aug-08 5:37 
AnswerRe: Session Issues with Firefox Pin
Sandeep Akhare12-Aug-08 19:50
Sandeep Akhare12-Aug-08 19:50 
QuestionClient-Side Validation causes page to scroll to the top Pin
oceanexplorer8212-Aug-08 4:05
oceanexplorer8212-Aug-08 4:05 
AnswerRe: Client-Side Validation causes page to scroll to the top Pin
Manas Bhardwaj12-Aug-08 4:06
professionalManas Bhardwaj12-Aug-08 4:06 
GeneralRe: Client-Side Validation causes page to scroll to the top Pin
oceanexplorer8212-Aug-08 4:15
oceanexplorer8212-Aug-08 4:15 
AnswerRe: Client-Side Validation causes page to scroll to the top Pin
AlexeiXX312-Aug-08 7:46
AlexeiXX312-Aug-08 7:46 
QuestionPerformance of Resources vs HashTable or ...? Pin
PauloMorfeo12-Aug-08 3:38
PauloMorfeo12-Aug-08 3:38 
Questiondropdown list box javascript Pin
UD(IA)12-Aug-08 3:26
UD(IA)12-Aug-08 3:26 
AnswerRe: dropdown list box javascript Pin
Sandeep Akhare12-Aug-08 20:21
Sandeep Akhare12-Aug-08 20:21 
aspdotnetuser wrote:
dropdownlist box

Are you saying DropDownList ?


aspdotnetuser wrote:
now i would like to call javascript function on selected index change and value store in variable


Yes you can do it just have a javascript function which will get called on OnChange Event of drop down
Register it
mDrpCounties.Attributes.Add("onchange", "JavascriptFunctionName();")

If you want to have selected value at the server side use Hidden Varaibles for that

Thanks and Regards
Sandeep

If If you look at what you do not have in life, you don't have anything,
If you look at what you have in life, you have everything... "

Check My Blog

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.