Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~347 People Reached
Favorite Forums
Favorite Tags
Member Avatar for dimmslider

Hi all, I am writing a service to get a count from a table on an SQL server. THe SQL box is in the same domain, and the service is runnign under the same account as the SQL box. The box service is running on is Win 2008 in the …

Member Avatar for adam_k
0
169
Member Avatar for dimmslider

Hi all, I'm working on a script which uses POST to configure various bits on my printer. Everything works fine, except the fact that when I set the printer to use HTTPS the webBrowser control I have on the form shows the "There is a problem with the security certificate" …

0
44
Member Avatar for dimmslider

Hello all, I'm having a little melt-down trying to work out how to call a method of a dynamically loaded control... My setup is this: Admin.aspx CustomControl.ascx Admin.aspx has the following code to load CustomControl.ascx: [CODE] UserControl UC = (UserControl)LoadControl("~/admin_custom_controls/howComments.ascx"); modulesPlaceHolder.Controls.Clear(); modulesPlaceHolder.Controls.Add(UC); [/CODE] CustomControl.ascx has a method: [CODE] public void …

Member Avatar for dimmslider
0
134