Click here to Skip to main content
15,891,529 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionIE issue with canceling the onBeforeUnload function Pin
ccrook23-Jan-12 7:36
ccrook23-Jan-12 7:36 
QuestionIssue with AppleMAC-Safari Pin
vanikanc23-Jan-12 7:03
vanikanc23-Jan-12 7:03 
AnswerRe: Issue with AppleMAC-Safari Pin
jkirkerx23-Jan-12 12:24
professionaljkirkerx23-Jan-12 12:24 
QuestionModify webpage controls in a contentplaceholder from a class.vb file Pin
Member 840806423-Jan-12 5:01
Member 840806423-Jan-12 5:01 
AnswerRe: Modify webpage controls in a contentplaceholder from a class.vb file Pin
manognya kota23-Jan-12 6:49
manognya kota23-Jan-12 6:49 
GeneralRe: Modify webpage controls in a contentplaceholder from a class.vb file Pin
Member 840806423-Jan-12 11:17
Member 840806423-Jan-12 11:17 
GeneralRe: Modify webpage controls in a contentplaceholder from a class.vb file Pin
manognya kota23-Jan-12 19:23
manognya kota23-Jan-12 19:23 
NewsRe: Modify webpage controls in a contentplaceholder from a class.vb file Pin
Member 840806424-Jan-12 10:44
Member 840806424-Jan-12 10:44 
This problem has been resolved (with a lot of help from my friends) and I thought it would be worth while to post the solution to help any others who might be interested. It only took two relatively minor changes to make the code work. Here they are:

Original Procedure declaration
Public Sub SetControls(ByVal Controltype As String, ByVal StartCtrl As Integer, ByVal StopCtrl As Integer, ByVal SetValue As Boolean)

Original call to procedure
objMiscUtilities.SetControls("TextBox", 2, 20, False)

Corrected Procedure declaration
Public Sub SetControls(ByVal Controltype As String, ByVal StartCtrl As Integer, ByVal StopCtrl As Integer, ByVal SetValue As Boolean, ByVal objPlaceHolder As ContentPlaceHolder)

Corrected call to procedure
objMiscUtilities.SetControls("TextBox", 2, 20, False, Master.FindControl("rightcolumn"))


Ron Brewer
GeneralRe: Modify webpage controls in a contentplaceholder from a class.vb file Pin
manognya kota24-Jan-12 22:49
manognya kota24-Jan-12 22:49 
QuestionMaking multiple teams coexist Pin
_Zorro_23-Jan-12 4:21
professional_Zorro_23-Jan-12 4:21 
QuestionHTTPS implmentation issue in asp.net Pin
afsal qureshi23-Jan-12 3:47
afsal qureshi23-Jan-12 3:47 
AnswerRe: HTTPS implmentation issue in asp.net Pin
jkirkerx25-Jan-12 13:14
professionaljkirkerx25-Jan-12 13:14 
QuestionAsp.net rdlc reports hanging in production (Ajax application) Pin
nikam.chetan23-Jan-12 1:56
nikam.chetan23-Jan-12 1:56 
AnswerRe: Asp.net rdlc reports hanging in production (Ajax application) Pin
thatraja23-Jan-12 2:27
professionalthatraja23-Jan-12 2:27 
QuestionHow to build business layer in MVC3 project? Pin
Tesic Goran22-Jan-12 9:08
professionalTesic Goran22-Jan-12 9:08 
AnswerRe: How to build business layer in MVC3 project? Pin
Anurag Gandhi23-Jan-12 0:39
professionalAnurag Gandhi23-Jan-12 0:39 
QuestionSeveral HTTPS sites on the same server! possible? Pin
abbd22-Jan-12 7:59
abbd22-Jan-12 7:59 
QuestionIFrame name Pin
Ali Al Omairi(Abu AlHassan)22-Jan-12 2:20
professionalAli Al Omairi(Abu AlHassan)22-Jan-12 2:20 
AnswerRe: IFrame name Pin
Not Active22-Jan-12 4:00
mentorNot Active22-Jan-12 4:00 
GeneralRe: IFrame name Pin
Ali Al Omairi(Abu AlHassan)22-Jan-12 4:49
professionalAli Al Omairi(Abu AlHassan)22-Jan-12 4:49 
AnswerRe: IFrame name Pin
Ali Al Omairi(Abu AlHassan)24-Jan-12 20:34
professionalAli Al Omairi(Abu AlHassan)24-Jan-12 20:34 
Questionconfirmation box in between code-behind instructions Pin
Vijay Bhojwani20-Jan-12 5:25
Vijay Bhojwani20-Jan-12 5:25 
AnswerRe: confirmation box in between code-behind instructions Pin
Ali Al Omairi(Abu AlHassan)22-Jan-12 1:58
professionalAli Al Omairi(Abu AlHassan)22-Jan-12 1:58 
QuestionDynamic Ajax controls not visible on button click event Pin
byka20-Jan-12 4:18
byka20-Jan-12 4:18 
QuestionProblem in AutocompleteExtender Pin
Member 831109520-Jan-12 2:19
Member 831109520-Jan-12 2:19 

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.