January 18th, 2005 12:55 AM
I dont think you can dump your school assignments here...
October 20th, 2004 12:42 AM
Topic : I have a datagrid (ASP.NET) and i need to bind this datagrid to a Database table. the number of records to be bound are, say... 100,000 or more...
Agenda : How to achive this, while keeping...
October 19th, 2004 09:11 PM
first off, there is no attached message, :rolleyes:
second, when u moved the application, did u create the default application for that virtual directory in IIS?
HTH
August 25th, 2004 09:41 PM
Genereal Idea : keep and array filler with info regarding the undo and redo stuff. use that array to bind with the dropdown menu(or combobox) for the text you can use the first 5 words of the info...
August 15th, 2004 11:08 PM
Hi,
I am trying to develop a driver installer.
the total softwar has the following :
1. two device driver
2. the main application
The main application requires DirectX 9.0.
I need the installer...
August 14th, 2004 05:46 AM
try the link below :
http://www.c-sharpcorner.com/Code/2002/Aug/RssFeedProject.asp
August 14th, 2004 04:55 AM
i think u gotta use Web Matrix in order to use the script tags..
August 14th, 2004 04:42 AM
do remeber though, things like these have some laws regarding the usage. :rolleyes:
hope you have a decent motive behind it...
August 11th, 2004 09:31 PM
there are a lot of books.. i would recoment any by microsoft press or by Dino Esposito..
August 11th, 2004 09:14 PM
if you are using ASP.NET and trying to pop up a messagebox on client side - NO NO!
use java script to pop up a message on the client side..
also i suggest get a firm grasp on client side and server...
August 10th, 2004 10:41 PM
August 10th, 2004 10:11 PM
My suggestion will be to get a book or to find good links on google for things like session and hashtables. probably in case of UID and PWD you'd need some encryption as well.
BTW : one way to more...
August 10th, 2004 10:06 PM
when you say messagebox... do you mean javascript messagebox?
remember this is asp.net - server side script, if you want your user to see a messagebox u need to use js
August 10th, 2004 07:48 AM
[QUOTE=hhpatanwala] I have created this class under the namespace MCMSystem.DataAccess.QUOTE]
this class created under the namespace is an internal class right?(pardon me, but i am asking from the...
August 10th, 2004 05:20 AM
you mean, a postback takes place? i.e the page is refreshed?
August 10th, 2004 02:12 AM
you also might want to verify the data you are trying to delete. ;)