all groups > dotnet general > june 2004 > threads for saturday june 5
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
data binding
Posted by Frazer at 6/5/2004 8:26:29 PM
hi
i have a combo box which i populate with all tables from northwind database
and when the user selects an item from the combo, i want to populate the
datagrid with data from that table.
private void FillComboBox()
{
DataSet allTablesDataSet = new DataSet("AllTables");
string sqlStri... more >>
How to prevent discovering of web service
Posted by Sam Fisher at 6/5/2004 2:56:04 PM
Hi again
is there any way to prevent the discovering of my web service (esp. by browser)? It would be perfect if only my own- written client could connect to the web service and no one else. As this is most likely not possible, could anyone point me out some steps that lead to that direction (esp. ... more >>
Same code build twice => diff binary
Posted by Viviana Vc at 6/5/2004 2:55:45 PM
Hi all,
I am using Win2k, VS. NET 7.1 (MS development Environment 2003 7.1.3088)
and I noticed that by building the exact same code twice the generated
binaries are different (not much, but they are). To be sure I tried a
simple console application like void main(){} and 2 times rebuilding the... more >>
Install Project
Posted by Ali AYEN at 6/5/2004 2:00:03 PM
hello,
I want my install project to create custom folders on application folder.
Can you help me? I cannot find where to include this in VS.NET.
Thanks for your help!
Ali
... more >>
.Net validators broken by client-side script (cloneNode does not copy onchange handler)
Posted by MonkeyBoy at 6/5/2004 1:21:02 PM
I am doing some some HTML manipulation in client-side script (IE5.x and IE6.x browsers only).
Something like..
var tmpHTML = oTable.outerHTML
// do something to the HTML her
oTable.outerHTML = tmpHTML
Before the changes, client-side .Net field validators (RegularExpressionValida... more >>
listbox
Posted by Pierre at 6/5/2004 1:18:59 PM
hey, first of all, many thx 4 the help
this is my problem, i'm saving names in a listbox. just names, nothing
more, now i wanna take the first name out of the listbox (for saving
purpose in a Database), so i want to take the name at the first index.
now how do i do that. i wanna read the fi... more >>
Trouble locating database in depolyed application
Posted by David at 6/5/2004 12:29:51 PM
Hi, I have an application that connectes using oledb connection to an access
database.
The program works fine in debug and release mode on the developement machine
but cannot locate the database file on another machine when I deploy the
application.
In code, I am using the following lines t... more >>
help with .NET cliet to consume java webservice
Posted by Abeslom via .NET 247 at 6/5/2004 12:23:55 PM
Hi, I am trying to create a simple =2ENET http-Get client that will=
consume a java webservice on a mainframe=2E If I type the URL for=
the webservice in the Browser, the service works and I get the=
expected response back=2E However, when try to download the page=
by creating a simple http-... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
RegexAssembly?_0.dll and Zero-touch deployment
Posted by Alan Seunarayan at 6/5/2004 9:25:36 AM
Hello all,
I am in the process of developing a Windows Forms application that is
distributed via zero-touch. Unfortunately I have come across an obstacle! A
3rd party control that I am using seems to dynamically create an assembly.
When I run the .EXE locally on the development PC it is fin... more >>
Secure password storing
Posted by Gordon Knote at 6/5/2004 6:06:02 AM
Hi
In my application I need to store a password the user enters (unfortunately not a hash of it, but the password as a plaintext string). Is there any secure way to do so (by Visual Basic .NET)
Thanks
Gordon... more >>
Custom ObjRef class
Posted by Matt Osborne at 6/5/2004 12:35:20 AM
Hello:
I have a client server application that I am currently developing and have
some issues that I feel can be best resolved using a custom ObjRef child
class. I have created the class OK, and have overridden my
MarshalByRefObject child class so that the CreateObjRef returns an instance
o... more >>
|