all groups > dotnet academic > october 2005
combobox question
Posted by shawn at 10/31/2005 1:23:04 PM
I am loading a combo box with employee names.
the table looks like this:
EmployeeID,employeeName
1 me
2 You
etc
I have executed a SQL select and returned both fields to a SQLReader object
(SQLReader is a OleDb.OleDbDataReader Object)
my problem is i ne... more >>
deploying and creating executables
Posted by shawn at 10/29/2005 9:54:01 PM
is there a way to deploy an application once it is written and tested in
visual studio .net acedemic? Im thinking well ahead, because it will be weeks
before I am ready to do that. If not, what are my options for creating the
CAB files, and exe file that I will need?... more >>
"A dynamic link library initialization routine failed"
Posted by Billy at 10/23/2005 5:49:04 PM
I keep receiving this error message whenever I try to start a new Visual
Basic project. Please help.... more >>
Parameterization - Generalisation
Posted by robert at 10/21/2005 2:15:06 PM
Hi,
Could anyone give me some hints how I can evaluate the reuse potential of a
program related to the parameterisation and generalisation? - I think it
concerns at the one hand the interfaces...
Has anybody ideas?:((
regards
rob... more >>
OOD OOP message board/forum?
Posted by Chris at 10/18/2005 12:01:03 PM
Hi,
Can anyone recommend a good website that has OOD/OOP forums for posting
questions and answers with a concentration on the Microsoft World?
thanks
Chris... more >>
VB.NET DataAdapter question
Posted by Eric A. Johnson at 10/17/2005 5:51:05 AM
I'm using ADO style. I have an Access database with four tables that I will
want to do queries on. I will want to do queries on all four tables, at
least individually, and possibly at the same time (using "INNER JOIN"). My
question: Is it better to have four individual DataAdapters, one for ... more >>
cannot run asp programs
Posted by alan yeo at 10/14/2005 12:47:02 AM
I cannot run asp v3 programs on my newly installed windows server 2003.
I have already enabled asp in the web server extensions, but still the
problem exists. Can somebody help ??... more >>
How to Find control in Header Template of Datagrid
Posted by Ajoy at 10/12/2005 10:25:03 AM
Hi,
I have a label control which resides in the header template of a template
column in a datagrid. I have to reference this label control from the event
handler of a Datalist control.
DataList_ItemCommand is the function in which I have to reference the label
control of datagrid.
How d... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Printing the properties for forms in .Net
Posted by teacher Jackie at 10/12/2005 9:03:03 AM
I'm teaching a hs programming class with .net. It would help tremendously if
the students could print the properties for the forms. This way, I could
check their work without having to load each project/form and scroll through
the properties list. VB 6.0 used to print the properties. Can I... more >>
Running data binding in the background
Posted by TnCoder at 10/11/2005 7:50:04 AM
Hi;
I have an application that is using vb.net on a windows ce device. I am
binding a large amount of records (10k+) to a combobox. It takes forever to
load. Currently I am binding the data at startup of the application. What I
would like to do is have the application start and let the user b... more >>
Saving Excel workbook in SQL server using c#
Posted by Jitender Khanna at 10/9/2005 10:43:01 PM
Could anyone please help me out as to how we can save the excel workbook in
the database and
read it back.
I was able to convert the text files and image files into binary format and
save them to the
DB and finally able to retrive them back in the same format. But was unable
to do s... more >>
XMLHttpRequest + XMLDOM
Posted by Trip at 10/8/2005 7:24:27 PM
Is possible to:
a) save XMLHttpRequest object* (precisly: server response** which is in the
form of xml) to the xml document(on the client side) by the help of
JavaScript
or
b) directly load object*(his response**) into XMLDOM object(JacaScript or
VBScript).
thank you.... more >>
e.Item.Cells(0).Text, datagrid, web application, VB ASP.NET
Posted by coco at 10/5/2005 8:39:10 AM
Hello everyone
I have a question,
How can I search a string (called TextBox1.Text) in "e.Item.Cells(0).Text"
and if this string exist, then it will be highlighted (yellow), only the
string.
Thanks
Coco
for example, if e.Item.Cells(0).Text = " This is a test" and TextBox1.Text =
"tes... more >>
Whats the difference between DotNet 2002 and 2003 and 2005?
Posted by TheBlueTower at 10/5/2005 12:00:00 AM
Hey guys,
I relearning VBasic again, and I have .Net 2002 at home. I am wondering if
its worth upgrading to 2003 or 2005? What are the differences between the
applications (i am refering to Studio Dot Net) if any?
Thanks guys.
Hashem Ouaida
... more >>
Message queue in C#: Priority issue
Posted by tiger at 10/3/2005 12:17:43 AM
Hi,
I have a question on Microsoft Message Queue. How do I give higher priority
to messages and get it process before others. I will like to use the
mechanism supplied by the queue service rather than relying on reading all
the messages and ordering them. Below I have a simple send and recei... more >>
HELP!! - Program Freezes UP
Posted by Sean at 10/2/2005 10:50:03 AM
I just installed vb.net for school. After I have built my form and added the
code, the whole program freezes up when I run it. The only thing I can do is
end task it to get out. Can someone help with this?
Sean... more >>
AJAX (javascript help) - ASP.NET(C#)
Posted by Trip at 10/2/2005 12:00:00 AM
Please if someone can help me !!!
I need client and server code(principle based on AJAX) for next problem:
i have 3 <select> tags on html page.(it must be NO page reload(callback)
only select(controles) regeneration !!!)
In the first <select> goes countries, which must be pulled from some ki... more >>
|