Click here to Skip to main content
15,906,574 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
GeneralRe: dropdown list box javascript Pin
UD(IA)12-Aug-08 20:29
UD(IA)12-Aug-08 20:29 
GeneralRe: dropdown list box javascript Pin
Sandeep Akhare12-Aug-08 20:39
Sandeep Akhare12-Aug-08 20:39 
aspdotnetuser wrote:
i have a dropdown list box which is filled by table.


Not sure what is it ? Are you saying DropDownList
Then dropdownlist can have items/Options not table Frown | :(


aspdotnetuser wrote:
now on selected index change i open a new page and fill on selected index chnage value which i will store in ddl how can i call javascript to sent vale and open a new page.


Here you will have to find two things
1.As i said in last post register a javascript function that will get called OnChange event of drop down.
Now in that function write a javascript code to get the selected value
use a var to store that value (Hidden field not required).
2.Use Window.Open to open new window pass the stored value using Query String.

Now Take help of google to have these things done
1. Calling Javascript function on DropDown selected index changed
2. Javascript code for getting selected value.
3. How to open new window using javascript and passing Query String

These is how you will get to learn try to do yourself now

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

GeneralRe: dropdown list box javascript Pin
UD(IA)12-Aug-08 20:46
UD(IA)12-Aug-08 20:46 
QuestionRadio button list with Sql Select Command Pin
amit201112-Aug-08 3:21
amit201112-Aug-08 3:21 
AnswerRe: Radio button list with Sql Select Command Pin
AlexeiXX312-Aug-08 7:51
AlexeiXX312-Aug-08 7:51 
QuestionIE Errormessege Error "Sys" undefined Pin
pvchandana12-Aug-08 2:50
pvchandana12-Aug-08 2:50 
AnswerRe: IE Errormessege Error "Sys" undefined Pin
eyeseetee12-Aug-08 2:55
eyeseetee12-Aug-08 2:55 
AnswerRe: IE Errormessege Error "Sys" undefined Pin
Christian Graus12-Aug-08 2:56
protectorChristian Graus12-Aug-08 2:56 
AnswerRe: IE Errormessege Error "Sys" undefined Pin
Sandeep Akhare12-Aug-08 2:56
Sandeep Akhare12-Aug-08 2:56 
QuestionConvert HTML to XML Pin
ThangamSundar12-Aug-08 2:43
ThangamSundar12-Aug-08 2:43 
AnswerRe: Convert HTML to XML Pin
Christian Graus12-Aug-08 2:49
protectorChristian Graus12-Aug-08 2:49 
QuestionNUnit Test Case Not Working with Asp Page Pin
Member 451421812-Aug-08 2:05
Member 451421812-Aug-08 2:05 
AnswerRe: NUnit Test Case Not Working with Asp Page Pin
Christian Graus12-Aug-08 2:55
protectorChristian Graus12-Aug-08 2:55 
AnswerRe: NUnit Test Case Not Working with Asp Page Pin
N a v a n e e t h12-Aug-08 6:25
N a v a n e e t h12-Aug-08 6:25 
Questioniam around this problem and stuck on this (string Array problem ) Pin
Rameez Raja12-Aug-08 1:31
Rameez Raja12-Aug-08 1:31 
AnswerRe: iam around this problem and stuck on this (string Array problem ) Pin
Sandeep Akhare12-Aug-08 1:43
Sandeep Akhare12-Aug-08 1:43 
AnswerRe: iam around this problem and stuck on this (string Array problem ) Pin
Christian Graus12-Aug-08 1:44
protectorChristian Graus12-Aug-08 1:44 
QuestionUsing Validator Control and Javascript function with a same button Pin
Alok Mohanty12-Aug-08 1:27
Alok Mohanty12-Aug-08 1:27 
AnswerRe: Using Validator Control and Javascript function with a same button Pin
Sandeep Akhare12-Aug-08 1:37
Sandeep Akhare12-Aug-08 1:37 

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.