473,780 Members | 2,258 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Controls don't render

I'm an intermediate/novice (I've probably developed a half dozen ASP.NET apps
at this point) ASP.NET C# developer at this point and am totally strumped by
a client's setup.

I am developing this for a client's intrnet. On my client's server (Windows
2000 Terminal Server with ASP.NET v1.14322) I can't get any of the WebForm
controls to render except for Label and (Web Form TextBox, RadioButtonList ,
Button, LinkButton all don't render)

The bin directory w/dll has been copied over. I tried copying over several
apps that I know work on multiple servers over all have the same behavior.

Does anyone have any idea on what can be causing this and/or what I can do
to make this work?

Thanks in advance.

Abe Rosner
Jul 21 '05 #1
6 1590
It is quite possible that the antivirus app running on your client's machine
prevented the .Net Framework installation from happening correctly. Can you
connect to that machine as administrator, turn off anti-virus, and reinstall
the framework? You are free to turn the anti-virus back on after that.

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"AbeR" <Ab**@discussio ns.microsoft.co m> wrote in message
news:E6******** *************** ***********@mic rosoft.com...
I'm an intermediate/novice (I've probably developed a half dozen ASP.NET
apps
at this point) ASP.NET C# developer at this point and am totally strumped
by
a client's setup.

I am developing this for a client's intrnet. On my client's server
(Windows
2000 Terminal Server with ASP.NET v1.14322) I can't get any of the WebForm
controls to render except for Label and (Web Form TextBox,
RadioButtonList ,
Button, LinkButton all don't render)

The bin directory w/dll has been copied over. I tried copying over several
apps that I know work on multiple servers over all have the same behavior.

Does anyone have any idea on what can be causing this and/or what I can do
to make this work?

Thanks in advance.

Abe Rosner

Jul 21 '05 #2
Hi Nick,

Thanks so much for the response. Your recommendation sounded very reasonable
and I tried it out. Unfortunately I got the same response. The Server is a
Windows 2000 terminal server. The IT staff has given me administrative rights
to this virtual server. My test application has been reduced to one form with
one button and two labels, one as a static title and one "message" container,
and one on_click event to print text
to the message. I copy the files over (I know enough to copy the aspx,
config files, and bin directory...) and when I run the "app" in browser only
the static label renders (no button). Now it makes perfect sense that .NET
framework did not install properly, so I turned off Mcaffee antiVirus and
reloaded framework 1.1 (SP1) from MS site. It ran properly, told me it was
successful (I have user {domain}/ASPNET ... seems like no problem, right?
Nooooooooooo! I've scoured MSDN and TechNet for weeks now with no results,
I'm an external consultant, so IT is not paying much attention to me.

Could they (net administrator) have a setting or group policy affecting IIS
that prohibits dotnet from running? There is no software firewall, so that's
not an issue because I'm testing from the server. I can run static web pages
fine. I've run out of ideas, so I'm open to anything (yes I'm feeling
despirate here :( . Any direction or leads would be really helpful.

-- Abe
"Nick Malik [Microsoft]" wrote:
It is quite possible that the antivirus app running on your client's machine
prevented the .Net Framework installation from happening correctly. Can you
connect to that machine as administrator, turn off anti-virus, and reinstall
the framework? You are free to turn the anti-virus back on after that.

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"AbeR" <Ab**@discussio ns.microsoft.co m> wrote in message
news:E6******** *************** ***********@mic rosoft.com...
I'm an intermediate/novice (I've probably developed a half dozen ASP.NET
apps
at this point) ASP.NET C# developer at this point and am totally strumped
by
a client's setup.

I am developing this for a client's intrnet. On my client's server
(Windows
2000 Terminal Server with ASP.NET v1.14322) I can't get any of the WebForm
controls to render except for Label and (Web Form TextBox,
RadioButtonList ,
Button, LinkButton all don't render)

The bin directory w/dll has been copied over. I tried copying over several
apps that I know work on multiple servers over all have the same behavior.

Does anyone have any idea on what can be causing this and/or what I can do
to make this work?

Thanks in advance.

Abe Rosner


Jul 21 '05 #3
I am sorry that I can't do a lot from here. I've certainly seen messages
like yours posted on the newsgroups before, but that was quite a while ago.
I was under the impression that this issue was fixed in the current drops of
the framework. I'm going to suggest that you get hold of Product Support
Services to help with this situation.

When you re-installed the framework, did you use the console (available
through Virtual Server) or did you use Terminal Services? If you used T/S,
then you may have still have had anti-virus running if the console was
logged in or if it is running as a service.

I did a search of the public KB and didn't see anything, unfortunately.
I'm not in PSS, and I'm working from home, so I don't have any more
resources than you do.

Good Luck

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"AbeR" <Ab**@discussio ns.microsoft.co m> wrote in message
news:BF******** *************** ***********@mic rosoft.com...
Hi Nick,

Thanks so much for the response. Your recommendation sounded very
reasonable
and I tried it out. Unfortunately I got the same response. The Server is a
Windows 2000 terminal server. The IT staff has given me administrative
rights
to this virtual server. My test application has been reduced to one form
with
one button and two labels, one as a static title and one "message"
container,
and one on_click event to print text
to the message. I copy the files over (I know enough to copy the aspx,
config files, and bin directory...) and when I run the "app" in browser
only
the static label renders (no button). Now it makes perfect sense that .NET
framework did not install properly, so I turned off Mcaffee antiVirus and
reloaded framework 1.1 (SP1) from MS site. It ran properly, told me it was
successful (I have user {domain}/ASPNET ... seems like no problem, right?
Nooooooooooo! I've scoured MSDN and TechNet for weeks now with no results,
I'm an external consultant, so IT is not paying much attention to me.

Could they (net administrator) have a setting or group policy affecting
IIS
that prohibits dotnet from running? There is no software firewall, so
that's
not an issue because I'm testing from the server. I can run static web
pages
fine. I've run out of ideas, so I'm open to anything (yes I'm feeling
despirate here :( . Any direction or leads would be really helpful.

-- Abe
"Nick Malik [Microsoft]" wrote:
It is quite possible that the antivirus app running on your client's
machine
prevented the .Net Framework installation from happening correctly. Can
you
connect to that machine as administrator, turn off anti-virus, and
reinstall
the framework? You are free to turn the anti-virus back on after that.

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"AbeR" <Ab**@discussio ns.microsoft.co m> wrote in message
news:E6******** *************** ***********@mic rosoft.com...
> I'm an intermediate/novice (I've probably developed a half dozen
> ASP.NET
> apps
> at this point) ASP.NET C# developer at this point and am totally
> strumped
> by
> a client's setup.
>
> I am developing this for a client's intrnet. On my client's server
> (Windows
> 2000 Terminal Server with ASP.NET v1.14322) I can't get any of the
> WebForm
> controls to render except for Label and (Web Form TextBox,
> RadioButtonList ,
> Button, LinkButton all don't render)
>
> The bin directory w/dll has been copied over. I tried copying over
> several
> apps that I know work on multiple servers over all have the same
> behavior.
>
> Does anyone have any idea on what can be causing this and/or what I can
> do
> to make this work?
>
> Thanks in advance.
>
> Abe Rosner


Jul 21 '05 #4
Thanks for trying! Since I'm not allowed in the data center I'm only allowed
in using T/S. You're right, antivirus is still probably running on the box
despite virtual server session showing that I disabled it. The environment is
a bit weird which is definately complicating things. I'll find a solution and
post for others (tenacity counts ;) )
Best,
- Abe

"Nick Malik [Microsoft]" wrote:
I am sorry that I can't do a lot from here. I've certainly seen messages
like yours posted on the newsgroups before, but that was quite a while ago.
I was under the impression that this issue was fixed in the current drops of
the framework. I'm going to suggest that you get hold of Product Support
Services to help with this situation.

When you re-installed the framework, did you use the console (available
through Virtual Server) or did you use Terminal Services? If you used T/S,
then you may have still have had anti-virus running if the console was
logged in or if it is running as a service.

I did a search of the public KB and didn't see anything, unfortunately.
I'm not in PSS, and I'm working from home, so I don't have any more
resources than you do.

Good Luck

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"AbeR" <Ab**@discussio ns.microsoft.co m> wrote in message
news:BF******** *************** ***********@mic rosoft.com...
Hi Nick,

Thanks so much for the response. Your recommendation sounded very
reasonable
and I tried it out. Unfortunately I got the same response. The Server is a
Windows 2000 terminal server. The IT staff has given me administrative
rights
to this virtual server. My test application has been reduced to one form
with
one button and two labels, one as a static title and one "message"
container,
and one on_click event to print text
to the message. I copy the files over (I know enough to copy the aspx,
config files, and bin directory...) and when I run the "app" in browser
only
the static label renders (no button). Now it makes perfect sense that .NET
framework did not install properly, so I turned off Mcaffee antiVirus and
reloaded framework 1.1 (SP1) from MS site. It ran properly, told me it was
successful (I have user {domain}/ASPNET ... seems like no problem, right?
Nooooooooooo! I've scoured MSDN and TechNet for weeks now with no results,
I'm an external consultant, so IT is not paying much attention to me.

Could they (net administrator) have a setting or group policy affecting
IIS
that prohibits dotnet from running? There is no software firewall, so
that's
not an issue because I'm testing from the server. I can run static web
pages
fine. I've run out of ideas, so I'm open to anything (yes I'm feeling
despirate here :( . Any direction or leads would be really helpful.

-- Abe
"Nick Malik [Microsoft]" wrote:
It is quite possible that the antivirus app running on your client's
machine
prevented the .Net Framework installation from happening correctly. Can
you
connect to that machine as administrator, turn off anti-virus, and
reinstall
the framework? You are free to turn the anti-virus back on after that.

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"AbeR" <Ab**@discussio ns.microsoft.co m> wrote in message
news:E6******** *************** ***********@mic rosoft.com...
> I'm an intermediate/novice (I've probably developed a half dozen
> ASP.NET
> apps
> at this point) ASP.NET C# developer at this point and am totally
> strumped
> by
> a client's setup.
>
> I am developing this for a client's intrnet. On my client's server
> (Windows
> 2000 Terminal Server with ASP.NET v1.14322) I can't get any of the
> WebForm
> controls to render except for Label and (Web Form TextBox,
> RadioButtonList ,
> Button, LinkButton all don't render)
>
> The bin directory w/dll has been copied over. I tried copying over
> several
> apps that I know work on multiple servers over all have the same
> behavior.
>
> Does anyone have any idea on what can be causing this and/or what I can
> do
> to make this work?
>
> Thanks in advance.
>
> Abe Rosner


Jul 21 '05 #5
As promised I'm posting the solution...

After a bit of digging around I found that IIS has to be mapped to ASP.NET.
ASPNET_WP.EXE (or in the case of Server 2003 w3wp.exe) may well be running
as a service on the box and IIS might still not see it. This happens if IIS
is deleted and then reinstalled after the .NET framework is installed.

The symptoms are that none of the server-side controls don't render. To
resolve this, either:
1) go to the IIS console go to the root default web site
2) select properties
3) home directory tab
4) configuration button
5) Add button (add extension .aspx this path of
(%winpath%\Fram ework\v1.1.4322 \aspnet_isapi.d ll) where %winpath% is the
location of windows (usually c:\windows or c:\winnt)

Restart IIS for good measure and everything should work.

I also found a msdn article that solves to problem slightly differently:
http://support.microsoft.com/default...b;en-us;306005

Hope this helps!

- Abe
-----------------------------------------

"Nick Malik [Microsoft]" wrote:
I am sorry that I can't do a lot from here. I've certainly seen messages
like yours posted on the newsgroups before, but that was quite a while ago.
I was under the impression that this issue was fixed in the current drops of
the framework. I'm going to suggest that you get hold of Product Support
Services to help with this situation.

When you re-installed the framework, did you use the console (available
through Virtual Server) or did you use Terminal Services? If you used T/S,
then you may have still have had anti-virus running if the console was
logged in or if it is running as a service.

I did a search of the public KB and didn't see anything, unfortunately.
I'm not in PSS, and I'm working from home, so I don't have any more
resources than you do.

Good Luck

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"AbeR" <Ab**@discussio ns.microsoft.co m> wrote in message
news:BF******** *************** ***********@mic rosoft.com...
Hi Nick,

Thanks so much for the response. Your recommendation sounded very
reasonable
and I tried it out. Unfortunately I got the same response. The Server is a
Windows 2000 terminal server. The IT staff has given me administrative
rights
to this virtual server. My test application has been reduced to one form
with
one button and two labels, one as a static title and one "message"
container,
and one on_click event to print text
to the message. I copy the files over (I know enough to copy the aspx,
config files, and bin directory...) and when I run the "app" in browser
only
the static label renders (no button). Now it makes perfect sense that .NET
framework did not install properly, so I turned off Mcaffee antiVirus and
reloaded framework 1.1 (SP1) from MS site. It ran properly, told me it was
successful (I have user {domain}/ASPNET ... seems like no problem, right?
Nooooooooooo! I've scoured MSDN and TechNet for weeks now with no results,
I'm an external consultant, so IT is not paying much attention to me.

Could they (net administrator) have a setting or group policy affecting
IIS
that prohibits dotnet from running? There is no software firewall, so
that's
not an issue because I'm testing from the server. I can run static web
pages
fine. I've run out of ideas, so I'm open to anything (yes I'm feeling
despirate here :( . Any direction or leads would be really helpful.

-- Abe
"Nick Malik [Microsoft]" wrote:
It is quite possible that the antivirus app running on your client's
machine
prevented the .Net Framework installation from happening correctly. Can
you
connect to that machine as administrator, turn off anti-virus, and
reinstall
the framework? You are free to turn the anti-virus back on after that.

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"AbeR" <Ab**@discussio ns.microsoft.co m> wrote in message
news:E6******** *************** ***********@mic rosoft.com...
> I'm an intermediate/novice (I've probably developed a half dozen
> ASP.NET
> apps
> at this point) ASP.NET C# developer at this point and am totally
> strumped
> by
> a client's setup.
>
> I am developing this for a client's intrnet. On my client's server
> (Windows
> 2000 Terminal Server with ASP.NET v1.14322) I can't get any of the
> WebForm
> controls to render except for Label and (Web Form TextBox,
> RadioButtonList ,
> Button, LinkButton all don't render)
>
> The bin directory w/dll has been copied over. I tried copying over
> several
> apps that I know work on multiple servers over all have the same
> behavior.
>
> Does anyone have any idea on what can be causing this and/or what I can
> do
> to make this work?
>
> Thanks in advance.
>
> Abe Rosner


Jul 21 '05 #6
That's it then... running aspnet_regiis does the trick for this one too?

Fascinating. I'll keep that in my back pocket.

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"AbeR" <Ab**@discussio ns.microsoft.co m> wrote in message
news:F5******** *************** ***********@mic rosoft.com...
As promised I'm posting the solution...

After a bit of digging around I found that IIS has to be mapped to
ASP.NET.
ASPNET_WP.EXE (or in the case of Server 2003 w3wp.exe) may well be running
as a service on the box and IIS might still not see it. This happens if
IIS
is deleted and then reinstalled after the .NET framework is installed.

The symptoms are that none of the server-side controls don't render. To
resolve this, either:
1) go to the IIS console go to the root default web site
2) select properties
3) home directory tab
4) configuration button
5) Add button (add extension .aspx this path of
(%winpath%\Fram ework\v1.1.4322 \aspnet_isapi.d ll) where %winpath% is the
location of windows (usually c:\windows or c:\winnt)

Restart IIS for good measure and everything should work.

I also found a msdn article that solves to problem slightly differently:
http://support.microsoft.com/default...b;en-us;306005

Hope this helps!

- Abe
-----------------------------------------

"Nick Malik [Microsoft]" wrote:
I am sorry that I can't do a lot from here. I've certainly seen messages
like yours posted on the newsgroups before, but that was quite a while
ago.
I was under the impression that this issue was fixed in the current drops
of
the framework. I'm going to suggest that you get hold of Product Support
Services to help with this situation.

When you re-installed the framework, did you use the console (available
through Virtual Server) or did you use Terminal Services? If you used
T/S,
then you may have still have had anti-virus running if the console was
logged in or if it is running as a service.

I did a search of the public KB and didn't see anything, unfortunately.
I'm not in PSS, and I'm working from home, so I don't have any more
resources than you do.

Good Luck

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"AbeR" <Ab**@discussio ns.microsoft.co m> wrote in message
news:BF******** *************** ***********@mic rosoft.com...
> Hi Nick,
>
> Thanks so much for the response. Your recommendation sounded very
> reasonable
> and I tried it out. Unfortunately I got the same response. The Server
> is a
> Windows 2000 terminal server. The IT staff has given me administrative
> rights
> to this virtual server. My test application has been reduced to one
> form
> with
> one button and two labels, one as a static title and one "message"
> container,
> and one on_click event to print text
> to the message. I copy the files over (I know enough to copy the aspx,
> config files, and bin directory...) and when I run the "app" in browser
> only
> the static label renders (no button). Now it makes perfect sense that
> .NET
> framework did not install properly, so I turned off Mcaffee antiVirus
> and
> reloaded framework 1.1 (SP1) from MS site. It ran properly, told me it
> was
> successful (I have user {domain}/ASPNET ... seems like no problem,
> right?
> Nooooooooooo! I've scoured MSDN and TechNet for weeks now with no
> results,
> I'm an external consultant, so IT is not paying much attention to me.
>
> Could they (net administrator) have a setting or group policy affecting
> IIS
> that prohibits dotnet from running? There is no software firewall, so
> that's
> not an issue because I'm testing from the server. I can run static web
> pages
> fine. I've run out of ideas, so I'm open to anything (yes I'm feeling
> despirate here :( . Any direction or leads would be really helpful.
>
> -- Abe
>
>
> "Nick Malik [Microsoft]" wrote:
>
>> It is quite possible that the antivirus app running on your client's
>> machine
>> prevented the .Net Framework installation from happening correctly.
>> Can
>> you
>> connect to that machine as administrator, turn off anti-virus, and
>> reinstall
>> the framework? You are free to turn the anti-virus back on after
>> that.
>>
>> --
>> --- Nick Malik [Microsoft]
>> MCSD, CFPS, Certified Scrummaster
>> http://blogs.msdn.com/nickmalik
>>
>> Disclaimer: Opinions expressed in this forum are my own, and not
>> representative of my employer.
>> I do not answer questions on behalf of my employer. I'm just a
>> programmer helping programmers.
>> --
>> "AbeR" <Ab**@discussio ns.microsoft.co m> wrote in message
>> news:E6******** *************** ***********@mic rosoft.com...
>> > I'm an intermediate/novice (I've probably developed a half dozen
>> > ASP.NET
>> > apps
>> > at this point) ASP.NET C# developer at this point and am totally
>> > strumped
>> > by
>> > a client's setup.
>> >
>> > I am developing this for a client's intrnet. On my client's server
>> > (Windows
>> > 2000 Terminal Server with ASP.NET v1.14322) I can't get any of the
>> > WebForm
>> > controls to render except for Label and (Web Form TextBox,
>> > RadioButtonList ,
>> > Button, LinkButton all don't render)
>> >
>> > The bin directory w/dll has been copied over. I tried copying over
>> > several
>> > apps that I know work on multiple servers over all have the same
>> > behavior.
>> >
>> > Does anyone have any idea on what can be causing this and/or what I
>> > can
>> > do
>> > to make this work?
>> >
>> > Thanks in advance.
>> >
>> > Abe Rosner
>>
>>
>>


Jul 21 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
2651
by: Steve Drake | last post by:
All, I have a CONTROL that contains 1 control (Control ONE), the 1 control that it can contain 1 or 2 control (Control A and B). Control A, raises and event and Control ONE receives this event and this causes control B to be created, when this is done the VIEWSTATE is lost for CONTROL B. In the EVENT that causes CONTROL B to be created I have to set
4
1793
by: Alexandre Soares | last post by:
Hi, If I make a control that derives from panel, how can I persist the state of the controls that are inside the panel when it is not rendered (visible = false)? The reason for this is that I'm making a custom user control that derives from the Panel class. In the render method, I render some stuff and then I do base.render if the panel is to be visible. If it's to be hidden, I don't render it, but when I render it again, the controls...
8
3190
by: mark.norgate | last post by:
I've run into a few problems trying to use generics for user controls (classes derived from UserControl). I'm using the Web Application model rather than the Web Site model. The first problem I'm having is that the partial class signature in my projectDetails.ascx.cs file looks like this: public partial class ProjectDetailsControl<TEntryServiceProvider: UserControl, INamingContainer where TEntryServiceProvider : IEntryServiceProvider...
4
2468
by: Ken Fine | last post by:
I've been living with a frustrating issue with VS.NET for some months now and I need to figure out what the problem is. Hopefully someone has run into the same issue and can suggest a fix. I suspect some permissions problem. I'm running VS.NET 2008 in Vista. Symptoms and observations: * ASP.NET's native ImageMap and Image controls work just fine and provide a design-time preview of images that are referenced via the ImageUrl property *...
3
1263
by: edurazee | last post by:
I am from C# Winforms background and recently switched to ASP.NET in c#. After working with Winforms applications along with BusinessObjects, O/R Mapping frameworks, and logical layering techniques for months, I am just wondering, should we actually use ASP.NET ubiquitous xyzDataSource controls? We have our specific class-structures like: class MyClass : IMyClass, IPersistant { public int ID {get;set} .....
0
10306
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10075
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9931
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7485
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6727
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5373
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5504
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4037
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3632
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.