all groups > dotnet general > november 2006 > threads for thursday november 16
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Display image from sql server using c#
Posted by Bama at 11/16/2006 10:20:01 PM
I already stored the image in the SQL database. How do I retrieve it? Any
help is appreciated.... more >>
2.0: well-written sample application?
Posted by R.A.M. at 11/16/2006 7:58:44 PM
Hello,
I am learning .NET 2.0 (C#, VB, ADO.NET, ASP.NET) and I am looking for a
well designed and coded database application - prefably using SQL Server
2005 and ASP.NET.
Could you give me a link to such appliacation or send me source?
Thank you VERY MUCH!
/RAM/
... more >>
help for regular expression syntax
Posted by jhgonzales at 11/16/2006 7:17:01 PM
I cannot seem to formulate what seems should be an easy expression. I need to
find all occurances of a pattern except when it contains a specific string.
For example if the string is
Dim s As String = "xmlns:b=""base"" xmlns:h=""http://www.mydomain.com""
xmlns:t=""type"""
I need to find ... more >>
Add Downloaded 3rd Party Control to Tool Box - How Do I
Posted by Larry Rebich at 11/16/2006 4:57:16 PM
I have downloaded a 3rd party calendar control.
It is supplied via a dll. I have added a reference to the dll in the
Project's References.
How do I get the control to appear in the toolbox?
I'm using VB2005.
Thanks and Cheers,
Larry Rebich
... more >>
More PropertyGrid Agony
Posted by Ron M. Newman at 11/16/2006 4:34:03 PM
Hi,
Can the native PropertyGrid accept dynamic properties? ones that are not
pre-compiled into a class and don't have those [TAGS] thingies attached to
properties? Can I just instantiate a property grid and put a dynamic "Name"
property in there without having a class with a name property "... more >>
Try - catch in an Unit test
Posted by batvanio NO[at]SPAM gmail.com at 11/16/2006 4:12:29 PM
Hi,
I am writing unit tests in VS2005 and am having the following problem:
I am trying to test a timeout property of one of my methods. This
timeout exhibits itself in an exceptioin - i.e. I am sending a command
to a hardware device, and if it does not answer in the timeout defined
(i.e. in 2... more >>
Howto Identify an Exception?
Posted by Pieter at 11/16/2006 3:07:47 PM
Hi,
For some procedures that throws exceptions, I would like to show different
messages to the user depending on what type of exception he's getting. For
instance this one: when the file is locked, I want a messagebox to tell that
the user has to close the file first.
Is there a way to i... more >>
Opening PPT slide convered to HTM in IE7 or active-x web-browser control
Posted by celoftis at 11/16/2006 2:06:15 PM
BACKGROUND:
I have some PPT slides that have been converted to HTM (ensuring that
the show slide animations while browsing checkbox is checked). The
original HTM slides have custom animations to allow movie (wmv)
playback on mouse click. (All animations have been verified to work
when viewing s... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Copy from one grid to other
Posted by Arvi at 11/16/2006 1:52:45 PM
Hi,
I have a db design as
table 1
id
length
table 2
id
startposition
length
im loading the data on the grid as
grid1 (for table1)
1 12
2 10
3 34
grid2(table2)
id, startpos, length
1 1 12
2 13 10
3 23 34
is it possibl... more >>
system restore and saving music!
Posted by DanSmith at 11/16/2006 1:39:02 PM
is there a way i can restore my computer but save all my music in my iTunes?
please help!... more >>
how does using work?
Posted by AAJ at 11/16/2006 12:48:27 PM
Hi all
I have the following that looks at a XSD Table adapter
JobDescription.VWJobDescriptionMinEducationDataTable m_MinQuals;
but for compactness I would like to reference it as
Using JobDescription;
VWJobDescriptionMinEducationDataTable m_MinQuals;
but the 'using' part gener... more >>
I must be dumb or something
Posted by James NO[at]SPAM aol.com at 11/16/2006 7:07:04 AM
I am new to vb.net (I am an old vb6 programmer). I cannot figure out
an easy way to watch variables. In vb6 all I did was right click and
could chose to stop execution when a variable chances as well as how
extensive a "universe" (context) I want it to watch. In .net I must
work in debug mode... more >>
Hex values to dec with AND
Posted by Magnus Flisberg at 11/16/2006 7:03:12 AM
Best programmers,
I have two hex values (800A03EA) and (FFFF) and would like to use AND
to get the decimal value 1002. Using windows calculator this is
easy...but what code do I use for either C# or VB.NET? Can't figure it
out and google or google groups can't help me.
Any suggestions?
... more >>
Using Visual Studio .NET 2005 to compile to ASP.NET 1.1
Posted by Nathan Sokalski at 11/16/2006 1:08:34 AM
I have a webhost that unfortunately does not yet support ASP.NET 2.0. This
would not be a problem, except for the fact that most places no longer sell
Visual Studio .NET 2003, which means I need to use Visual Studio .NET 2005
to compile a *.dll that is ASP.NET 1.1 compatible. I seem to remembe... more >>
help needed
Posted by nil at 11/16/2006 1:06:27 AM
hello everyone..my self nilesh and i m new to vb.net and developing one
web application..and now i've one problem...the problem is like that i
m creating one datatable and in that user will add new record by making
dataentry and that record is stored and when make dataentry second time
the first... more >>
|