Click here to Skip to main content
15,899,126 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to secure web.config file Pin
Christian Graus22-Jul-09 16:19
protectorChristian Graus22-Jul-09 16:19 
QuestionWeb.config file modified Pin
Elena200622-Jul-09 14:14
Elena200622-Jul-09 14:14 
AnswerRe: Web.config file modified Pin
Christian Graus22-Jul-09 15:14
protectorChristian Graus22-Jul-09 15:14 
AnswerRe: Web.config file modified Pin
N a v a n e e t h22-Jul-09 15:44
N a v a n e e t h22-Jul-09 15:44 
AnswerRe: Web.config file modified Pin
koolprasad200322-Jul-09 21:17
professionalkoolprasad200322-Jul-09 21:17 
QuestionTextBox event handling inside a datalist on a WebForm Pin
MacIntyre22-Jul-09 13:17
MacIntyre22-Jul-09 13:17 
AnswerRe: TextBox event handling inside a datalist on a WebForm Pin
Herman<T>.Instance22-Jul-09 23:12
Herman<T>.Instance22-Jul-09 23:12 
GeneralRe: TextBox event handling inside a datalist on a WebForm Pin
MacIntyre23-Jul-09 5:38
MacIntyre23-Jul-09 5:38 
Digimanus, Thanks for your response.
Everything seems to code fine until it comes to the code behind, which is VB.NET.
Because this is a TextBox embedded in a datalist, I need to index of the entry that envoked the OnTextChange event which as far as I know, and that might not be very far, can only be aquired through the parameter: "byval e as System.Web.UI.WebControls.DatalistItemEventArgs" which does not match the "byval e as System.EventArgs" requirements of the OnTextChanged subroutine.

This appears to be the exact way to make this happen except for having the datalist entry returned to the called subroutine. Do you know of a way that I can aquire the index of the current entry in the datalist using the System.EventArgs object?
Thanks
QuestionDropdownlist not responding to the "OnSelectedIndexChanged" method. Pin
TMFoust22-Jul-09 9:48
TMFoust22-Jul-09 9:48 
AnswerRe: Dropdownlist not responding to the "OnSelectedIndexChanged" method. Pin
Blue_Boy22-Jul-09 9:54
Blue_Boy22-Jul-09 9:54 
AnswerRe: Dropdownlist not responding to the "OnSelectedIndexChanged" method. Pin
Brij22-Jul-09 9:55
mentorBrij22-Jul-09 9:55 
GeneralRe: Dropdownlist not responding to the "OnSelectedIndexChanged" method. Pin
TMFoust22-Jul-09 10:06
TMFoust22-Jul-09 10:06 
GeneralRe: Dropdownlist not responding to the "OnSelectedIndexChanged" method. Pin
Abhijit Jana22-Jul-09 10:13
professionalAbhijit Jana22-Jul-09 10:13 
GeneralRe: Dropdownlist not responding to the "OnSelectedIndexChanged" method. Pin
Brij22-Jul-09 10:13
mentorBrij22-Jul-09 10:13 
GeneralRe: Dropdownlist not responding to the "OnSelectedIndexChanged" method. Pin
TMFoust22-Jul-09 10:30
TMFoust22-Jul-09 10:30 
GeneralRe: Dropdownlist not responding to the "OnSelectedIndexChanged" method. Pin
Abhijit Jana22-Jul-09 10:38
professionalAbhijit Jana22-Jul-09 10:38 
GeneralRe: Dropdownlist not responding to the "OnSelectedIndexChanged" method. Pin
TMFoust22-Jul-09 10:47
TMFoust22-Jul-09 10:47 
GeneralRe: Dropdownlist not responding to the "OnSelectedIndexChanged" method. Pin
Abhijit Jana22-Jul-09 11:01
professionalAbhijit Jana22-Jul-09 11:01 
GeneralRe: Dropdownlist not responding to the "OnSelectedIndexChanged" method. Pin
Brij22-Jul-09 10:41
mentorBrij22-Jul-09 10:41 
AnswerRe: Dropdownlist not responding to the "OnSelectedIndexChanged" method. Pin
Christian Graus22-Jul-09 11:09
protectorChristian Graus22-Jul-09 11:09 
GeneralRe: Dropdownlist not responding to the "OnSelectedIndexChanged" method. Pin
TMFoust22-Jul-09 11:18
TMFoust22-Jul-09 11:18 
GeneralRe: Dropdownlist not responding to the "OnSelectedIndexChanged" method. Pin
TMFoust22-Jul-09 11:19
TMFoust22-Jul-09 11:19 
GeneralRe: Dropdownlist not responding to the "OnSelectedIndexChanged" method. Pin
Christian Graus22-Jul-09 13:37
protectorChristian Graus22-Jul-09 13:37 
GeneralRe: Dropdownlist not responding to the "OnSelectedIndexChanged" method. Pin
TMFoust23-Jul-09 3:28
TMFoust23-Jul-09 3:28 
GeneralRe: Dropdownlist not responding to the "OnSelectedIndexChanged" method. Pin
TMFoust23-Jul-09 4:43
TMFoust23-Jul-09 4:43 

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.