Click here to Skip to main content
15,919,178 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Question.NET1.1 Comment popop message Pin
pampoen3-Feb-09 21:32
pampoen3-Feb-09 21:32 
AnswerRe: .NET1.1 Comment popop message Pin
Ranjit Viswakumar4-Feb-09 12:20
Ranjit Viswakumar4-Feb-09 12:20 
Questionactive directory Pin
bhavna43213-Feb-09 21:32
bhavna43213-Feb-09 21:32 
AnswerRe: active directory Pin
SeMartens3-Feb-09 21:38
SeMartens3-Feb-09 21:38 
GeneralRe: active directory Pin
bhavna43213-Feb-09 21:44
bhavna43213-Feb-09 21:44 
GeneralRe: active directory Pin
SeMartens3-Feb-09 22:05
SeMartens3-Feb-09 22:05 
QuestionControl that causes PostBack Pin
mehrdadc483-Feb-09 20:49
mehrdadc483-Feb-09 20:49 
AnswerRe: Control that causes PostBack Pin
Spunky Coder3-Feb-09 21:37
Spunky Coder3-Feb-09 21:37 
Ok you can find it...

1. For button control, get the control from 'page.Request.Form'.

2. For other controls like dropdown etc from page.Request.Params.Get("__EVENTTARGET")

Actually you will get the ID's of the control in the string format... So after getting the ID use page.FindControl("ID") and get the Control object.

"Don't worry if it doesn't work right. If everything did, you'd be out of a job." (Mosher's Law of Software Engineering)

QuestionAccess file under inetpub Pin
siva4553-Feb-09 20:46
siva4553-Feb-09 20:46 
AnswerRe: Access file under inetpub Pin
Spunky Coder3-Feb-09 21:39
Spunky Coder3-Feb-09 21:39 
AnswerRe: Access file under inetpub Pin
Ranjit Viswakumar4-Feb-09 12:26
Ranjit Viswakumar4-Feb-09 12:26 
GeneralRe: Access file under inetpub Pin
siva4554-Feb-09 16:40
siva4554-Feb-09 16:40 
QuestionMemmory allocation to perticular method Pin
Imran Khan Pathan3-Feb-09 20:29
Imran Khan Pathan3-Feb-09 20:29 
QuestionSending email - error in asp.net Pin
ashok@techxygen3-Feb-09 20:17
ashok@techxygen3-Feb-09 20:17 
AnswerRe: Sending email - error in asp.net Pin
SeMartens3-Feb-09 22:09
SeMartens3-Feb-09 22:09 
QuestionXML in ASP.NET Pin
.NET- India 3-Feb-09 20:10
.NET- India 3-Feb-09 20:10 
AnswerRe: XML in ASP.NET Pin
SeMartens3-Feb-09 22:14
SeMartens3-Feb-09 22:14 
GeneralRe: XML in ASP.NET Pin
.NET- India 4-Feb-09 0:04
.NET- India 4-Feb-09 0:04 
GeneralRe: XML in ASP.NET Pin
SeMartens4-Feb-09 0:08
SeMartens4-Feb-09 0:08 
GeneralRe: XML in ASP.NET Pin
.NET- India 4-Feb-09 0:15
.NET- India 4-Feb-09 0:15 
GeneralRe: XML in ASP.NET Pin
SeMartens4-Feb-09 1:30
SeMartens4-Feb-09 1:30 
QuestionMaster Page related question.. Pin
mr_muskurahat3-Feb-09 19:29
mr_muskurahat3-Feb-09 19:29 
AnswerRe: Master Page related question.. Pin
Christian Graus3-Feb-09 19:30
protectorChristian Graus3-Feb-09 19:30 
QuestionGMAPS Question Pin
Krazy Programmer3-Feb-09 19:09
Krazy Programmer3-Feb-09 19:09 
AnswerRe: GMAPS Question Pin
Christian Graus3-Feb-09 19:14
protectorChristian Graus3-Feb-09 19:14 

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.