all groups > dotnet general > april 2006 > threads for tuesday april 25
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
Generating Reports Using VB.net
Posted by z at 4/25/2006 11:33:29 PM
hi i want to ask how can we retrieve data from MS sql server table
northwind and generate report of same data in formated form in MS word
using VB.net ... i need its code can any one help please .. its real
urgent .. i m currently using Visual Studio 2003 ... and MS SQL server
2003 thanks in adv... more >>
General Question -- Dynamic 2D Array
Posted by Saul775 at 4/25/2006 7:51:01 PM
Hello, all:
Just a general question that's been bothering me. Suppose I'd like to
create a 2D array of integers -- not using the vector template -- but I need
to dynamically create the array as I do not know the dimensions.
How could I do this using the "new" operator?
For instance, su... more >>
data binding DataTimePicker Control in vb.net 2005.
Posted by h at 4/25/2006 5:19:15 PM
Hi,
I am binding datetimepicker control in vb.net 2005, I set following property
for the control.
format -> custom, customformat -> dd/MM/yyy,
Above control runs well if I set my system date (from regional settings) in
same format i.e. dd/MM/yyy but if I set it on another format, the control'... more >>
[EASY - restore *.vb file association] VS2005
Posted by an at 4/25/2006 1:40:06 PM
Hallo,
easy task;
I have VS2005.
I simply need to restore the default associated application
and the ralated icon to the *.vb files
(see image linked below for detils) ,
as they came from scratch (from the installation).
This because actually mines are changed
and the inconvenient is... more >>
UI Form does not update textboxes when the debugger is not attached
Posted by amurra06 NO[at]SPAM gmail.com at 4/25/2006 12:59:00 PM
I have a form that contains a tabpage and in that tabpage is a
usercontrol that conatins a bunch of textboxes. I have arranged these
textboxes in groupboxes to organize them better. What I do is to enter
a number that corresponds to a bunch of data in a DB. I am able to get
that data and assign ... more >>
Dyanically changing connection strings for SqlDataSource
Posted by Matt Colegrove at 4/25/2006 12:35:02 PM
I'm working on a web app that is published to a hosting service. I'm
developing it on my local PC with VS 2005 and SQL Express. The hosting
service DB is SQL Server 2000.
I have two connectionStrings defined in my web.config file, one for the
development db and another for the production ... more >>
Form Load Event Behavior...
Posted by Jason Richmeier at 4/25/2006 12:25:02 PM
I am experiencing some unexpected behavior with the Form Load event in a
Windows application. Hopefully, someone can explain why this behavior is
occurring.
In my application, I have a form that I would like to show multiple times
throughout the life of the application. The startup code f... more >>
Adding the same TreeNode to multiple TreeNodes
Posted by Turban at 4/25/2006 11:59:01 AM
When I attempt to run the following code:
protected void NavigationTreeView_TreeNodePopulate(object sender,
TreeNodeEventArgs e) {
TreeNode tn1 = new TreeNode("node1","node1");
TreeNode tn2 = new TreeNode("node2", "node2");
TreeNode newNode = new TreeNode("add me ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Save The Internet: USA bill; weds Apr 26th, 2006
Posted by Mark G. Meyers at 4/25/2006 10:40:41 AM
http://www.savetheinternet.com
There is more info and A PETITION at moveon...
Easy to sign and give your two cents (and to your own reps in the process).
http://civic.moveon.org/alerts/savetheinternet.html
There's a nice quick video of what this bill means to you...
http://www.youtube.com/w... more >>
Send Enter Key to the CONSOLE
Posted by ME at 4/25/2006 9:34:40 AM
I can not for the life of me figure out how to send the ENTER key to a
RUNNING instance of the Console. I do not have access to the startup of the
console in this case. I have found a way to attach to the console using
AttachConsole (Kernal32). Now I need to send the Enter key to it. I can... more >>
how to select next node in treeview control
Posted by praveen at 4/25/2006 7:17:02 AM
I have a form with treeview control loaded from xml document,text box, two
buttons named "Find" and "FindNext" and my treeview which looks like below.
Details
|__ policy status
|__ created by
|__ cover type
Risk address
|__Line1
|__Line2
|__Line3
|__L... more >>
NT 4.0 migration to Server 2003 AD process
Posted by Jason at 4/25/2006 5:34:02 AM
Hi,
I am in the process of planning an NT to 2003 migration and have a couple of
questions. The client has 15 servers total. 1 PDC, and 1 BDC with various
member servers running 2000 and NT. My question is, after getting DNS/WINS
working properly and setting up the trust and testing migrati... more >>
Do calculations in C# or Stored Procedure?
Posted by fredrik.ryde NO[at]SPAM gmail.com at 4/25/2006 5:28:47 AM
Hi,
I have a database which contains alot of finacial data. I want to
retreive some data, run som calculations with it, nothing complex just
simple arithmetic.
I wonder if it's faster to let a stored procedure to do this or is
better (faster) to just retrive the data in a simple SELECT stat... more >>
Deploy a Windows Application that Calling Web Service
Posted by Tedmond at 4/25/2006 3:40:02 AM
Dear all,
When I develop my windows application, I access to my web service using
internal IP. Now I need to deploy the application to remote site. The
remote site connect to my web server through the real IP.
How can I update the settings on remote site so that the application will
lo... more >>
Port for Web Service?
Posted by Tedmond at 4/25/2006 3:21:02 AM
Dear all,
I have created a web service and a window application which access the web
service. The web service is insteaded in my main office. I need to test the
window application in remote site through the intranet. Is that only the
Port 80 is required to be opened for this issue?
Th... more >>
Surprise with Textbox1.Text
Posted by Rakesh Parekh at 4/25/2006 3:16:01 AM
To my great surprise the following code is not working. I expect
TextBox1.Text to be
changed each time the dropdownlist selected index changes. It works in
Windows application but
surprisingly not not WebApplication web form.
Private Sub Page_Load(ByVal sender As System.Object, ByVal e As
... more >>
What Type of a cell in an Excell Spreadsheet
Posted by Charles A. Lackman at 4/25/2006 1:53:13 AM
Hello,
I have opened an excel file into a .net application and any trying to
determine if column 1 is a checkbox or not. Spreadsheet column 1 has both
Text and Checkboxes. This is what I have tried to far with no success:
For Lines = 1 To xlSht.Cells.Rows.Count
xlRng = xlSht.Cells(Lines... more >>
How to add a Assembly use protection
Posted by cylt at 4/25/2006 1:28:02 AM
I would like to know if there is a way to restrict the use of a assembly "A"
to another identified assembly "B" and only for this one. This mean that for
example
anyone who would reference the assembly "A" in a VS projet would have a kind
of
licence error or something similar.
Thank you.
... more >>
QUERY: .NET 1.1 vs 2.0 min. requirements & performance....
Posted by Dhruba Bandopadhyay at 4/25/2006 12:00:00 AM
Just wondering, what is the minimum AND recommended requirements
(hardware-wise) to run .NET run-time libraries (the 22MB installation)? Is
there a difference in performance & requirements between .NET 1.1 & 2.0?
... more >>
|