Click here to Skip to main content
15,921,028 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: password strength Pin
Sandeep Akhare21-Jun-07 23:40
Sandeep Akhare21-Jun-07 23:40 
AnswerRe: password strength Pin
Sebastian T Xavier21-Jun-07 23:43
Sebastian T Xavier21-Jun-07 23:43 
AnswerRe: password strength Pin
Sathesh Sakthivel21-Jun-07 23:49
Sathesh Sakthivel21-Jun-07 23:49 
Questionhow to restrict the multiple login by the user Pin
sPaudel21-Jun-07 23:29
sPaudel21-Jun-07 23:29 
AnswerRe: how to restrict the multiple login by the user Pin
Christian Graus21-Jun-07 23:36
protectorChristian Graus21-Jun-07 23:36 
GeneralRe: how to restrict the multiple login by the user Pin
sPaudel21-Jun-07 23:50
sPaudel21-Jun-07 23:50 
GeneralRe: how to restrict the multiple login by the user Pin
Sathesh Sakthivel21-Jun-07 23:51
Sathesh Sakthivel21-Jun-07 23:51 
AnswerRe: how to restrict the multiple login by the user Pin
Vasudevan Deepak Kumar22-Jun-07 0:15
Vasudevan Deepak Kumar22-Jun-07 0:15 
AnswerRe: how to restrict the multiple login by the user Pin
sathesh pandian22-Jun-07 0:37
sathesh pandian22-Jun-07 0:37 
QuestionInterop.MSXML2.dll Pin
Sebastian T Xavier21-Jun-07 23:26
Sebastian T Xavier21-Jun-07 23:26 
AnswerRe: Interop.MSXML2.dll Pin
PrakashBhaskar22-Jun-07 1:07
PrakashBhaskar22-Jun-07 1:07 
GeneralRe: Interop.MSXML2.dll Pin
Sebastian T Xavier22-Jun-07 1:53
Sebastian T Xavier22-Jun-07 1:53 
Questionstuck in loop by seting focus using javascript Pin
DineshSharmain21-Jun-07 23:09
DineshSharmain21-Jun-07 23:09 
QuestionRe: stuck in loop by seting focus using javascript Pin
Sandeep Akhare21-Jun-07 23:29
Sandeep Akhare21-Jun-07 23:29 
AnswerRe: stuck in loop by seting focus using javascript Pin
DineshSharmain22-Jun-07 0:00
DineshSharmain22-Jun-07 0:00 
GeneralRe: stuck in loop by seting focus using javascript Pin
Sandeep Akhare22-Jun-07 0:28
Sandeep Akhare22-Jun-07 0:28 
GeneralRe: stuck in loop by seting focus using javascript Pin
DineshSharmain22-Jun-07 2:19
DineshSharmain22-Jun-07 2:19 
GeneralRe: stuck in loop by seting focus using javascript Pin
Sandeep Akhare22-Jun-07 2:42
Sandeep Akhare22-Jun-07 2:42 
GeneralRe: stuck in loop by seting focus using javascript Pin
Cfer8329-Jun-07 10:56
Cfer8329-Jun-07 10:56 
QuestionGrid view template control Pin
sidbaruah21-Jun-07 22:48
sidbaruah21-Jun-07 22:48 
AnswerRe: Grid view template control Pin
kubben22-Jun-07 1:47
kubben22-Jun-07 1:47 
AnswerRe: Grid view template control Pin
Chetan Ranpariya22-Jun-07 2:14
Chetan Ranpariya22-Jun-07 2:14 
GeneralRe: Grid view template control Pin
sidbaruah23-Jun-07 20:22
sidbaruah23-Jun-07 20:22 
QuestionData grid control Pin
aasstt21-Jun-07 22:35
aasstt21-Jun-07 22:35 
AnswerRe: Data grid control Pin
badgrs21-Jun-07 22:57
badgrs21-Jun-07 22:57 
In the OnDataBound or OnItemCreated (and probably a few others) events you can use something like:
e.Item.FindControl("ControlID")
The control doesn't exist until the datagrid is databound so theres no way to access it outside these events.

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.