Search - Articles
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Tuesday, March 03, 2009
Dev Articles
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
How to register a component?     
Total Hits: 222  |  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?...

Registering VB.NET DLLs     
Total Hits: 505  |  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 read/write video or audio in database?     
Total Hits: 366  |  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?...

"Remember Me" doesn't work with LayoutTemplate     
Total Hits: 386  |  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: 285  |  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...

Download info for using ASP.NET 2.0 authentication with a Classic ASP site     
Total Hits: 224  |  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...

How to detect arrow keys in vb.net?     
Total Hits: 150  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

How do we detect arrow keys(up,down,left,right) in a vb.net application? Also, what are the code values for these keys? The application consists of a form that has an image control on it. When the user presses the right or left arrow keys, the image is supposed to move to the right or left....

ASP.Net Discussion Forum     
Total Hits: 146  |  Today: 0Author: Microsoft ASP.NET      Rating:  
Read Reviews | Write Review |  Your Rating: 

The ASP.NET Forums are a great way to interact with other developers using ASP.NET. There are dedicated forums for discussing ASP.NET 2.0 and Visual Web Developer, and the ASP.NET product team regularly participates to answer your questions and accept your feedback....

.Net Forums     
Total Hits: 328  |  Today: 0Author: 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....

BFWORLD.COM Forums and Chat     
Total Hits: 333  |  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.
...

Developers Workshop Forums     
Total Hits: 137  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

NetWebPros offers a full range of services when it comes to web hosting, website design, domain registration, e-commerce solutions, and onsite consulting. We focus on serving the customer 110% with friendly, 24/7 customer support and competitive pricing plans....

INETA Organization     
Total Hits: 56  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

The International .NET Association (INETA) provides structured, peer-based organizational, educational, and promotional support to the growing worldwide community of Microsoft® .NET user groups. INETA’s mission is to offer assistance and resources to community groups that promote and educate their membership in Microsoft's .NET technologies....

Bit Shift Left     
Total Hits: 396  |  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++)....

ActiveX controls     
Total Hits: 231  |  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"....

Ado and ODBC     
Total Hits: 234  |  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: 255  |  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?...

ASP calling an ActiveX DLL     
Total Hits: 114  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

Is it possible to use a "response.write" statement in an ActiveX/DLL COMponent subroutine and simply call the function or subroutine with in an asp script???? If possible please post a sample script for me to see;Thanks.Knowledge is power..
The difference b/w an average man and a genius is knowledge......

How can I make a program minimize in system tray ?     
Total Hits: 91  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

How can I make a program minimize in system tray ? when user minimize program, it will minimize into system tray like MSN, Volumn. How can I do ?
Thks...

SQL Service Broker :: Developers Spot     
Total Hits: 219  |  Today: 0Author: 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 Database Questions     
Total Hits: 536  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

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


1  2  3  Next >> 


Disclaimer - Privacy
© 2002-2012 DevASP.net