I've created a User Control (see code below) called TabNavigate.ascx. I consume this UC in multiple pages (3 for this example). In the code behind of the code for the UC, I catch the Tabs_Ac...
In .NET 1.1 there was a wizard to be able to trust an executable. In 2.0 I do not see this Wizard anymore. I am trying to allow users to run a .NET 2.0 application from a network drive, but ca...
Dear all,
How can I make sure that when a user closes an application, there will be no leftovers?
I wrote a vb.net application, however, I can see that even after the application was clo...
Hi,
Can you please let me know
1. What is signing of assembly ?
2. Why it is needed ?
3. How it will be done ?
Please provide simple explanation (In Plain English) by which i can un...
I have a page/form (Page1) with a number of fields (text boxes, drop downs, etc.). Currently all items Insert a record when Continue is selected and the "Success" of that action then redirect...
I have an IIS server running a local Asp.Net website. Everything works fine from my desktop but can not get remote access to this local website working.
I am on a Qwest router (IP 75.xxx.xx...
Hi,
I am using the following code to open a new pop up window and want to display my crystal report in new pop up window.
I have some default values which I amstoring in session after rea...
Hi,
I am having a typical issue. I have SQL server 2005 installed in a separate DB server machine. I am deploying my application in the IIS server in my web server machine. It got the Named...
I have a class that has 2 date fields. BeginDate is always required, but EndDate is Nullable.
Public Class MyClass
Private _BeginDate As Date
Private _EndDate As Nullable...
I need a quick lesson on navigating through an XML document in vb.net...
Suppose in the doc below I want to access the chlidren of /envelope/message/h
The problem is that once I get to the ...
I'm looking for a efficient way to find a Directory size while using C#.NET 2.0
It has to be efficient because the directories are on remote machines...
I tried to use something like this....
Dear all,
I'm trying to enumerate the ACLs for a directory.
It doesn't seem to work the way I want it to work.
I've managed to enumerate a file's ACLs - the code will give me all perm...
HI
is there any setting in web.config file for string variable .. i want a such variable in web.config file whose value can be used frequently on any page, if the value ...
I am using access 2007 and vb.net 2005. I have already created my report and it does display on my development machine with no problems. After I install on a client machine, I receive a prom...
Greeting,
I am looking for ASP.NET Open Source Scheduling Calendar control to be used within Hotel/Motel Web-based Application.
I've got a Windows Form MDI Application and I want to add a control to the mdi client area, but I get an error: "MDI child forms can be added only to an MdiClient."
Does anybody know how I ...
Hello
I want some expert to help me and tell me
i have an a form has a print butoon that print a an invoice , what i need is to know if the user print the invoice or not because there is a ...
I want to clear Microsoft certification next month for .NET. I am preparing for the MCTS exam 70-536 that is ".NET Framework 2.0 Application Development Foundation". Since .NET 3.5 is already ...
I want to count the number of checked checkboxes from a checkboxlist in order deactivate a textbox when more than 4 checkboxes are selected.
I have tried a few options including the one b...
Problem sending SMTP mail form my smtp server using asp.net
Error Message:Command not implemented. The server response was: unimplemented (#5.5.1)
Hi,
I'm using VB.Net 2005, VS2005.
I'm working on a program that has multiple forms. I want to go from one form to another when a button is clicked. So far I've setup a module that declares ...
Hi Experts! It is possible to handle a form's control events in another class? For example, if Form1 has a button, can I put the button's click event handler in another class? Or does it ha...
Hi,
How do I check which version of the .NET framework I am running.
And how many .NET framework versions I have on my system.
I donot wanted to check programatically.
If there is ...
Hi, I have a big problem with the server security configuration, I have an application (let me call it A) with only works on .net framework 1.1 and another one (B) that only works on .net fram...
I want to get a list of the valid screen resolutions on the current computer from code, whether it requires p/invoke or there is a managed function to do this makes no difference.
Please ...