Click here to Skip to main content
16,012,508 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Call window application from ASPX page on localhost Pin
Not Active31-Jan-10 5:39
mentorNot Active31-Jan-10 5:39 
AnswerRe: Call window application from ASPX page on localhost Pin
Abhishek Sur31-Jan-10 9:40
professionalAbhishek Sur31-Jan-10 9:40 
AnswerRe: Call window application from ASPX page on localhost Pin
K V Sekhar31-Jan-10 15:30
K V Sekhar31-Jan-10 15:30 
QuestionASP.NET Scenario based advanced topic Pin
sandeepranjan30-Jan-10 16:52
sandeepranjan30-Jan-10 16:52 
AnswerRe: ASP.NET Scenario based advanced topic Pin
Anurag Gandhi30-Jan-10 21:55
professionalAnurag Gandhi30-Jan-10 21:55 
AnswerRe: ASP.NET Scenario based advanced topic Pin
Brij31-Jan-10 8:02
mentorBrij31-Jan-10 8:02 
QuestionHow to get dropdownlist selected value in Page_Init event Pin
K V Sekhar30-Jan-10 5:43
K V Sekhar30-Jan-10 5:43 
AnswerRe: How to get dropdownlist selected value in Page_Init event Pin
Anurag Gandhi30-Jan-10 22:03
professionalAnurag Gandhi30-Jan-10 22:03 
In normal scenario, you cannot read the any
entered value from client side in your Page_Init event.
(If you wish, you can read the posted form manually and
get to know about the dropdown selected value)

In Asp.Net, your control gets populated with value after Page_Init
event and before Page_Load event.
So, your values will be available at Page_Load and later events.

I will suggest, things would be easier if you push the logic to
Page_Load event or later.

Anurag Gandhi.
http://www.gandhisoft.com
Life is a computer program and every one is the programmer of his own life.

GeneralRe: How to get dropdownlist selected value in Page_Init event Pin
K V Sekhar31-Jan-10 15:08
K V Sekhar31-Jan-10 15:08 
QuestionHow to disable a asp:TextBox with javascript??? Pin
BoySetsFire30-Jan-10 3:01
BoySetsFire30-Jan-10 3:01 
AnswerRe: How to disable a asp:TextBox with javascript??? Pin
Not Active30-Jan-10 3:56
mentorNot Active30-Jan-10 3:56 
AnswerRe: How to disable a asp:TextBox with javascript??? Pin
Abhishek Sur30-Jan-10 4:32
professionalAbhishek Sur30-Jan-10 4:32 
GeneralRe: How to disable a asp:TextBox with javascript??? Pin
BoySetsFire30-Jan-10 4:44
BoySetsFire30-Jan-10 4:44 
AnswerRe: How to disable a asp:TextBox with javascript??? Pin
Pranay Rana30-Jan-10 22:40
professionalPranay Rana30-Jan-10 22:40 
Questioncheck email is exist or not before sending mail Pin
amitamit09930-Jan-10 1:01
amitamit09930-Jan-10 1:01 
AnswerRe: check email is exist or not before sending mail [modified] Pin
sashidhar30-Jan-10 1:14
sashidhar30-Jan-10 1:14 
QuestionAjax animation effect not working Pin
Bajrang Singh29-Jan-10 22:57
Bajrang Singh29-Jan-10 22:57 
QuestionUser control Problem Pin
AndyASPVB29-Jan-10 11:57
AndyASPVB29-Jan-10 11:57 
AnswerRe: User control Problem Pin
Not Active29-Jan-10 13:16
mentorNot Active29-Jan-10 13:16 
GeneralRe: User control Problem Pin
AndyASPVB29-Jan-10 22:24
AndyASPVB29-Jan-10 22:24 
Questionlogin Pin
arkiboys29-Jan-10 2:47
arkiboys29-Jan-10 2:47 
AnswerRe: login Pin
Not Active29-Jan-10 5:26
mentorNot Active29-Jan-10 5:26 
GeneralRe: login Pin
arkiboys29-Jan-10 10:02
arkiboys29-Jan-10 10:02 
Questionproblematically merging rows and Columns in Gridview Pin
vineesh v29-Jan-10 1:50
vineesh v29-Jan-10 1:50 
AnswerRe: problematically merging rows and Columns in Gridview Pin
Prosanta Kundu online31-Jan-10 17:34
Prosanta Kundu online31-Jan-10 17:34 

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.