Click here to Skip to main content
15,918,330 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionInteresting issue Pin
cisco210319-Apr-07 8:55
cisco210319-Apr-07 8:55 
AnswerRe: Interesting issue Pin
Kschuler19-Apr-07 10:20
Kschuler19-Apr-07 10:20 
GeneralRe: Interesting issue Pin
RichardGrimmer20-Apr-07 5:11
RichardGrimmer20-Apr-07 5:11 
GeneralRe: Interesting issue Pin
Kschuler20-Apr-07 5:19
Kschuler20-Apr-07 5:19 
QuestionConvert a current webrequest page into html stream Pin
Nirmalabesu19-Apr-07 8:35
Nirmalabesu19-Apr-07 8:35 
AnswerRe: Convert a current webrequest page into html stream Pin
kubben19-Apr-07 8:53
kubben19-Apr-07 8:53 
GeneralRe: Convert a current webrequest page into html stream Pin
Nirmalabesu19-Apr-07 10:55
Nirmalabesu19-Apr-07 10:55 
QuestionFinding control Pin
TAK7819-Apr-07 7:08
TAK7819-Apr-07 7:08 
I try to loop through the controls in the page and to identify certain controls, but I can't locate them.
Here is my code:

Protected Sub submitBtn_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles submitBtn.Click

Dim errMsg As String = ""

For Each ctrl As Control In Me.Controls
If TypeOf ctrl Is TextBox Then
errMsg &= "Found it!"
Else
errMsg &= "Nothing Found!"
End If

msgText.Text = errMsg
Next
End Sub

When I trace the ctrl as String output I get ASP.masterpage_master

AnswerRe: Finding control Pin
Sujit Gupta19-Apr-07 7:29
Sujit Gupta19-Apr-07 7:29 
GeneralRe: Finding control Pin
TAK7819-Apr-07 7:32
TAK7819-Apr-07 7:32 
GeneralRe: Finding control Pin
TAK7819-Apr-07 8:05
TAK7819-Apr-07 8:05 
Questionbackground images are not showing up???? Pin
cpltek19-Apr-07 7:04
cpltek19-Apr-07 7:04 
QuestionImages on ASP.Net Web Developer 2005 Pin
Mshapis19-Apr-07 6:02
Mshapis19-Apr-07 6:02 
AnswerRe: Images on ASP.Net Web Developer 2005 Pin
kubben19-Apr-07 6:21
kubben19-Apr-07 6:21 
QuestionAccess denied when saving the web.config file Pin
steve_rm19-Apr-07 5:55
steve_rm19-Apr-07 5:55 
AnswerRe: Access denied when saving the web.config file Pin
Cfer8319-Apr-07 6:03
Cfer8319-Apr-07 6:03 
AnswerRe: Access denied when saving the web.config file Pin
kubben19-Apr-07 6:23
kubben19-Apr-07 6:23 
Questionoracle query Pin
Hasan Ali19-Apr-07 5:33
Hasan Ali19-Apr-07 5:33 
AnswerRe: oracle query Pin
Hasan Ali19-Apr-07 5:37
Hasan Ali19-Apr-07 5:37 
GeneralRe: oracle query Pin
rama charan19-Apr-07 5:48
rama charan19-Apr-07 5:48 
GeneralRe: oracle query Pin
Hasan Ali19-Apr-07 7:26
Hasan Ali19-Apr-07 7:26 
GeneralRe: oracle query Pin
Hasan Ali19-Apr-07 8:52
Hasan Ali19-Apr-07 8:52 
GeneralRe: oracle query Pin
Hasan Ali19-Apr-07 8:54
Hasan Ali19-Apr-07 8:54 
GeneralRe: oracle query Pin
Hasan Ali19-Apr-07 9:09
Hasan Ali19-Apr-07 9:09 
Questionchat window Pin
saravanan0519-Apr-07 4:25
saravanan0519-Apr-07 4:25 

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.