You cannot post messages because only members can post, and you are not currently a member.
Description:
Feel free to ask any questions, problems, issues regarding VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services, .NET Remoting, Crystal Reports .NET, Visual Studio .NET and more
http://feeds.feedburner.com/DotNetDevelo pment
|
|
|
ASP.NET - Radio Buttons, on a form
|
| |
Good morning people, i'm new on this list and at programming at all, a
little experienced with actionscript 2.0, JAVA (really fresh on that)
and learning PHP currently, and what i need to do is a form with
name,phone and bla bla bla, till this point i'm good, i've done this
form rcconsult.com.br/mauricea/fale conosco.aspx using samples and... more »
|
|
Help! Move a control at runtime by using WM_NCHITTEST, weird behavior.
|
| |
When I am trying to move a control at runtime in a tabPage by using WM_NCHITTEST, though the control is seen dragged to a new location, but when then tabPage is goes down and up again. the location of the previously dragged control goes back to its original location. So what's wrong? The control code:... more »
|
|
Serialization and Deserialization of HashTables
|
| |
Hello to everybody !
I am working with Serializing and Deserializing a HashTable using
BinaryFormatter. The Problem is that my Application is a Client/Server
Application, i want to transfer some data from Server to the
Client,which is extracted from a Database, But as i Deserialize a
HashTable at Client after Serializing it at Server, the Index of... more »
|
|
About auto email sending and reminder
|
| |
Hi,
I want to genenerate email automatically oon evry thursday. I found
that using windows service solution will be the simple.
I had written the following code in widows service.
protected override void OnStart(string[] args)
{
if(DateTime.Now.DayOfWeek == DayOfWeek.Thursday)... more »
|
|
REAL-TIME BUSINESS INTELLIGENCE USING SQL SERVER 2005
|
| |
HI,
HOW CAN WE BUILD REAL TIME DATA WAREHOUSE USING ANALYSIS SERVICES OF
SQL SERVER 2005 ?
WHICH FEATURES OF SQL SERVER 2005 SUPPORT REAL TIME BUSINESS
INTELLIGENCE ?
WHAT ARE THE STEPS FOR BUILDING DYNAMIC WAREHOUSE IN SQL SERVER 2005 ?
KINDLY REPLY ASAP.
|
|
Find and Replace
|
| |
Hi
I find the text I enter in "Find what" will go to the far right.
It still can find and replace.
But it looks strange.
How to fix it?
Mike
|
|
Maximum flow computing algorithm with a "meet in middle" method
|
| |
The meet in middle method for maximum flow calculation
Given the problem to compute the maximum flow between a source and a
destination in a graph, one could use the Ford Fulkerson method with
Edmonds and Karp breadth-first-scanning in O(VE^2). Imagining that we
are computing the flow between 2 cities in the world, say Bucharest... more »
|
|
Can I prevent properties from being displayed in the collection editor?
|
| |
Working with VS2005, c#. I'm trying to create a custom control. I'm
using the built-in collection editor to edit a collection of objects.
I can prevent the collection editor from seeing private or public
member variables using the [NonSerialized] attribute, but for
properties with get/set methods, this attribute generates a compiler... more »
|
|
Regarding Gridview row color change
|
| |
Hi, Am Vanitha. Can anyone help me in the following scenario. I got result from select statement using Rollup Query. Am binding these result set into gridview. I need to change the particular row color that contains the sub-total coming from the select statement. Thankz in advance.
|
|
Set of values or NULL checks for XML attribute
   
|
| |
Hi,
I am preparing XSD for some XML file required in my application. Snap
shot of the XML is shown here:
<ELE1 Create="Allow">
<ELE2="Some value...."/>
</ELE1>
For this XML file I am preparing XSD. Valid values for an attribute
"Create" of an element "ELE1" is either Allow or Deny. Also value... more »
|
|
|