Experts;
I got a question. Again it need to be with the sitemap. I have a table in my SQL database and there are some URLs that need to be repeat. But my sytemap provider doesn't like this.
...
Here is my code, I'm wanting to fill a combobox from a column in an AS400 table:
Dim cn As iDB2Connection = New iDB2Connection("User ID=thegrinch;Password=elves;Data Source=1.1.1.1;Connecti...
It was my understanding that a Timer is explicitly executed in it's own thread. Is this correct? I need to have a full time monitor in the background of my application that monitors possibly m...
I have a dot net application that runs ok if i am running it using a local drive (eg : C:\MYProject\App.exe).
But If I map a drive to the local drive (Map Z to C) and run it, the app gives me...
I am new to MSBuild and am having some trouble figuring out how to recursively exclude folders of a certain name.
I know how to just exclude a certain directory like this
<ExcludeFromB...
In other words, why should you use a business logic layer, data access layer, etc. I'm fairly new to ASP.NET programming. I've worked on a .net client/server app in the past however. What is...
Hello Gurus,
I have very simple question, Can we Design Run Time?
Means we are already using Crystal Report, but we had designed 20 reports, now clients are asking that they also can des...
Hi!
I have a slotion with several projects, now I like to use Code Snippets for this solution.
1: I have Created a Code Snippets folder under the project folder so all the snippets will ...
How can I iterate over every control in a given WinForms form
Hi guys!
I need to make one of my dll files multilanguage
I have this in my dll file project:
MyResource.en-US.resources.resx
MyResource.sv-SE.resources.resx
In the class:
Private...
I am having an issue with too much data in the last read of a filestream. Writng to a file works fine but coverting it to a string is an issue. What happens is that it repeats some of the prev...
Hey Experts I am using 2 text editors from rad and a dropdownlist and textbox.
when I click edit the one rad text box fills the textbox with the information selected
How can I click edit a...
Hi Guys,
I am having difficulty figuring out how to reference the code to a file that is in another folder than the one in which the code resides.
Supposed there is X with Subfolder X1 ...
Why can't I read the document content??
All is working fine when working with ascii-charset.
But I need to store a RC4 string in the xml-File. Then
Dim xmlRoot As MSXML2.IXMLDOM...
if (Char.IsLetterOrDigit(e.KeyChar) == false)
{
if (e.KeyChar == (char)(Keys.Back))
{
e.Handled = false;
} else
{
e.Handled = true;
}
}
thisis my code which accepts...
Hello,
I want to retrieve a value from the database. Is there a way to retrieve using sync client callbacks using javascript in ASP.Net 2.0?
Here is scenario.
Javascript function
funct...
I am testing various implementations of quicksort and a couple of other sorting routines in C#.
I am also comparing these to the internal dot net Array.sort() method.
The built in dotnet sor...
I need to turn the mute to off on Windows XP, using C# and suspect that I need to instantiate an object similar to AxWindowsMediaPlayer.
Could someone please tell me what object in C#.NET I...
I am experimenting with various windows APIs to identify which application is active at any given time. I have tried using GetTopWindow but the return is not what I expected.
I am passing ...
I need to select the second or third <FLI_INF> tag from the code snippet below
how can i do this ?
I use this code with vb 6.0 but i need help using vb.net
here is an example of how i do it...
Hi
I want to know, when we bulk insert data from a CSV file to a SQL table, how is the data type issue hangled.
For example, I have a column in my temp table date(with data type date) a...
I have some data I need to retrieve from "Mondays".
How can I declare a data variable equal to the most recent Monday date?
I'm getting XXX is never assigned to, and will always have its default value null
How can I disable this error when I debug in c#?
I am very new to .NET and am trying to deploy my first executable to our testbed server. We are trying to run the executable from the testbed server using a shortcut on the tester's desktop.
...
I need to write a function to split a string with delimitters "Hai, hello, 23423,day,452423,today2345,hai345"
into 3 different strings string1 ="hai,hello,day" string2="23423,452423" and stri...