blah blah blah is here! blah blah » Close

0
votes
1 answers

Please help, problem in installing .net 1.1

Hello all, I have set up .net 3.5 in the TFS build server. Now I have few applications in .NET 1.1 which has to be builded in TFS server. I tried installing .net 1.1 in the server but giving a compatibility error. Can we install lowe ...

0
votes
0 answers

Localization of my DotNet application

Hi All, I have developed a desktop application and want to localize in Arabic language, my native language being English, the s/w is in English. By using the localization and globalization preferences provided in Vs2008 i have done it su ...

0
votes
1 answers

Open a web page

Hi, I am creating an intranet website. I am using this code System.Diagnostics.Process.Start("http://www.google.co.za") in a button click of one of my page, this works fine in the developement machine but nothing happens when ...

0
votes
1 answers

Windows Service Issue

I've been tinkering with this windows service for the last few days, and I haven't gotten anywhere. I got the service created, with the installer, and successfully installed it on the server. It starts and does nothing. I added a stre ...

0
votes
2 answers

C# .NET Scheduled Timer

I am looking for something similar to the below link http://www.codeproject.com/KB/dotnet/ABTransClockArticle.aspx but the above link source code seems not easy to use. I want to do some scheduled tasks easily in C#.NET, e.g to perfo ...

1
votes
1 answers

Is this speed possible?

Dear All, I want to ask something about speed. My teacher asked me to make a software in C# that acquires 1000 data per second, or 1ms per data. The data is a string with 16 characters (16 bytes). The data itself is coming from a microco ...

1
votes
1 answers

Tab pages click event

Dear All, I want to make an event, actually just a simple one (then I can modify it into my project). So I have some tabcontrol here, as you see in the image : [img]http://i693.photobucket.com/albums/vv295/fajarelektro/tabpages.jpg[/ ...

0
votes
3 answers

Unhandeled error in c# program (jit debugging)

I am developing a c# program , but in runnig after a minute or more get an Error the message is in bellow, how can I solve it? I am not so expert. ERROR: See the end of this message for details on invoking just-in-time (JIT) debu ...

0
votes
0 answers

Nonrectangular MDI Child - no shadow?

Hi all, I have no problem in creating a nonrectangular form (from a region), neither to make it cast a shadow (dropshadow in styles) - when shown as a standalone form. However, all the shadow's gone when displaying this as an MDI Child. An ...

0
votes
0 answers

Windows app to do Network admin tasks

I need some help to get started with a project. I have been charged with the task of writing a windows app that can do a couple of things... 1) Query the network to give the user a list of users that are logged on to the various machines i ...

0
votes
0 answers

Active directory membership provider

Hi, In my project i want to retrive password question and password answer for active directory.i am using Active directory membership provider to retrieve this things from AD.i have included he following part in my web.config file. &l ...

0
votes
3 answers

Adding controls Dynamically in ASP.NET : Is it really neccessary?

sanjib
226

In .NET Framework we see that existing controls can often provide the functionality we get from creating controls dynamically. Is it really necessary to build a web application? If it's necessary, please tell me in what kind of situation i ...

2
votes
2 answers

ASP.NET Debugging on the Rackspace Cloud

Codo
84

Can it be done? I've got a small .NET app that works on my workstation as well as my development server...but then doesn't work correctly in the Rackspace Cloud. The old version of the site worked fine...so it must be something in the new l ...

1
votes
1 answers

Using Timer or Thread

I have a little knowledge about thread but know nothing about using Timer in .NET Can anyone give some tips about what it is, and when it's used?

Feedback