Search   Articles   Dev Forums   Personalize   Favorites   Member Login   ASP.Net Hosting
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Sunday, May 18, 2008

Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 
FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Community > Discussion Forums
Search:
What's New - What's Hot

Registering VB.NET DLLs        
Total Hits: 153  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

I've created a DLL in VB.NET and everything works when I reference either the vbproj or the DLL from within the VB.NET IDE. However I can't register the DLL for use outside of VB.NET (RegSvr32 fails, RegASM doesn't appear to do anything)....

How to register a component?        
Total Hits: 56  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

I am a newbie! Can anybody tell me how to register a component? And how do you find out if my machine has some component or not? If I have a compoment on one machine, how can make a copy of it and install it in another machine?...

How to read/write video or audio in database?        
Total Hits: 161  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Hi,I would like to write and read audio/video data into/from a database.Could any one tell me how to do it?...

Download info for using ASP.NET 2.0 authentication with a Classic ASP site        
Total Hits: 115  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

The sample ASP.NET/ASP site with the custom Http handler is available for download at:
http://download.microsoft.com/download/9/C/D/9CD0A246-5F89-4854-B4B6-CAE0D3F386BE/WEB343.msi
The sample also depends on a hashing helper that signs and validates the header values.That code is not in the MSI - but the sample code is instead shown below. You can create a project that outputs a DLL called "HashingHelper.dll". For it to be callable from Classic ASP, you will need to run "gacutil -i" to ins...

.Net Forums        
Total Hits: 235  |  Today: 0 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |              Your Rating: 

A Discussion Forum where you find the answers about your queries related to .Net 2005. The forum include the discussion on .Net development, Visual basic, Visual C#, Visual C++, ASP.Net, Visual J#, Visual Studio, Smart Client Development and Visual Foxpro....

Discuss C#        
Total Hits: 339  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

This is a great discussion forum to discuss or dispute any questions or comments concerning C#.

...

ASP.NET Database Questions        
Total Hits: 459  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Stuck on Database questions? Post all the questions and get answers to them fast....

ASP.NET With C#        
Total Hits: 325  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Stuck on C#? Post all the questions and get answers very fast....

Bit Shift Left        
Total Hits: 169  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

I look at new feature of VB .Net and don't found any function that do a bitshitleft on an integer. I already have a function that do that, but it's a lot of job : check sign bit, multiply by 2 factor, ... In C++ you have the operator <<. It's so simple.Is there a undocumented function that do bitshift. If not, is there a way to include a piece of C++ code in VB (Like Assembler in C++)....

Ado and ODBC        
Total Hits: 128  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

I have an NT server with a datasource called datHelp, it is an access database. The database also resides on the server. What do I tell my connectionstring to attach to the database, I tried using Machine name but I keep getting the datasource not found message. CAn I connect to an access database with an ODBC setup on another server or do I have to have SQL server installed ?...

How to create new users once site is live?        
Total Hits: 137  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Hi - I'm using the web site admin tool to setup users and roles for an application.Once I deploy the site, and users are actvely using it, how do I then run the web admin tool against the live site, to add new users, change their roles etc? Do I have to write new forms/code to handle this?...

"Remember Me" doesn't work with LayoutTemplate        
Total Hits: 196  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

When I use a LayoutTemplate and a "remember me" checkbox, it doesn't seem to create a permanent cookie.My code is too big to post the whole thing, but here's the relevant part:

I guess I'm assuming that making the ID "RememberMe" will clue the control in that this is the cookie check box, but maybe not. I can't seem to find any documentation about this exact thing.It does seem to recognize the UserName and Passw...

what's the difference between asp.net and ajax?        
Total Hits: 121  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Hi,I'm new at ajax. got a book and started to read it. one question come to my mind: what's the difference between asp .net and ajax? it seems asp .net can do most work that ajax can do, and asp.net is not complex.
thanks...

SQL Service Broker :: Developers Spot        
Total Hits: 145  |  Today: 0 Author: SQL Service Broker       Rating:  
Read Reviews | Write Review |              Your Rating: 

A place for everything about SQL Server's Service Broker (Service Broker disussions, articles, samples and projects). Join the forum to learn more!...

ASP.NET 2.0 Forum        
Total Hits: 289  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

A discussion forum where you can find the answers related to ASP.Net 2.0. A complete guideline for the beginners....

ASP.NET With VB Only        
Total Hits: 397  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Stuck on VB.NET? Post all the questions and get answers very fast....

BFWORLD.COM Forums and Chat        
Total Hits: 235  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

BFWORLD.COM provides multiple moderated and unmoderated forums for ASP and other scripting languages. If your site is enabled with Miva Merchant, you can access administration functions via your Site Administrator and build your E-Commerce site.
...

devCity.NET Forums        
Total Hits: 257  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Receive fast answers and be rewarded helping other members of the community. Join devCity.NET Forums and become a part of the fastest growing .NET community....

ActiveX controls        
Total Hits: 127  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

I need to do some serial comm in my app. In vb6 I would use mscomm32. My .net book says I can use earlier ActiveX controls but doesn't elaborate. I copied the mscomm32.ocx from vb6, ran regsrv32 and added the control to my toolbox. Fine, but when I try to add it to a form it tells me I'm not a "licensed user"....

use login control with a SQL Server DB        
Total Hits: 80  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Hi ppl,I've been trying to create this big site with all sorts of member levels on it, and doing the login control with the mdf database supplied is easy peasy...Problem is I'm looking to use my own SQL database, to bind with the login control as I want to use my SQL database to control it all... Any ideas how I go about it? Does the database need to have specific fields in it to comply? If I manage to succeed I will render the whole site administration useless, is there anyway I can still keep ...


1  2  3  Next >> 


DevASP.Net - Disclaimer - Privacy
Copyright © 2008 DevASP.net