I'm going to start an upload control in ASP.NET (VB).
The requirements:
* Can handle big files
* Has a progress bar
The build in upload control does not meet my requirements.
I know that you can write it with a httpmodule. But I don't know how to address that. I searched on the internet...
Thanks,
I think it's worth trying it. I have to rewrite some things and I'll some more code. But I think the code will be more bright with that idea and easier the maintain. And to transport data with a dataset is a very good idea. A simple idea in fact, but very SMART and clever!
Thanks for...
I am developing a forum (discussion) site and other funny stuff. First, I will explain:
(Note: this question goes not about ASP.NET or .NET, but about OOP in general).
Most of the things run on a database. I created a database class that simplifies the interacting between the other code and de...
I would prefer working with Visual Basic. In VB you've enough data controls to perform your tasks.
You're talking about VB6. You'd better use VB.NET. VB.NET is the newest version of VB. You can download the compiler at www.microsoft.com. It works with the .NET framework and it's great.
You can...
Thank you all,
I tried this with SQL server 2000 and it worked perfectly. It's a bit off-topic, but does anybody know how to perform this in Acces SQL?
This will be my last question in this thread, thank you.
Sorry, I don't want to generate a number with code, there fore I can use VB.NET. The only thing I want is that when I insert a new row, the server (JET) will automatically generate a unique random number for me.
I know that I can use the IDENTITY()/COUNTER(), but then I get a sequence of...
First: happy new year (I've 6.5 hours to go in 2004).
In Acces you can choose:
Autogenerate number: *autoincrement (integer 32bit counter)
*random numbers (integer 32bit)
When you not use Acces, how can you perform this with e.g. create table on a JET 'server' or SQL...
In the user environment of Acces it is possible to set a counter to random. The engine produces random unique ID numbers. Is this also possible with SQL (TSQL) which works with the JET engine?
I've created a discussion forum. One of the features is that users can react on other users: a subthread.
Example:
Reaction Record number
==================== =============
ReactionA Gates 1
ReactionB Bush 2...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.