Forum: MS SQL Mar 8th, 2006 |
| Replies: 3 Views: 3,028 Is userID declared as a primary key?(In order for it to have an index)
R U using somekind of a stored procedure to get the values? |
Forum: ASP.NET Mar 6th, 2006 |
| Replies: 2 Views: 1,417 Machi,
Tell us the exact error you are getting and tell us the version of IIS too.
I guess it should be something like this
" Error while trying to run project: Unable to start debugging on the... |
Forum: ASP.NET Mar 2nd, 2006 |
| Replies: 4 Views: 3,602 Do this step by step.
Create a database.
a. Create the necessary tables and populate all the values belonging to that table(Library details).
b. Create two tables, one for... |
Forum: ASP.NET Mar 1st, 2006 |
| Replies: 5 Views: 1,780 :D Well you mistook recreate the application keyword. It basically means what you just did. Create a new project and add these files to it. Or what I usually do is delete the Solution file and... |
Forum: ASP.NET Mar 1st, 2006 |
| Replies: 4 Views: 3,602 I'm not sure of what U are asking.
Well I guess your question is
how to show the status of the user or his details?
If thats your question then the most effective way will be to use a Database... |
Forum: ASP.NET Feb 28th, 2006 |
| Replies: 5 Views: 1,780 Thats because VS.NET is BAD. Dont play with it. LOL Jus kidding
I think there should be some problem with your Machine Debug Manager. Visual Studio.NET uses a service called Machine Debug Manager... |
Forum: MS SQL Feb 16th, 2006 |
| Replies: 1 Views: 14,018 Hey noman,
You can do this real easy in MySQL. Use the LIMIT and OFFSET keyword. Thats it you are done.
But in MSSQL there is no LIMIT and OFFSET function. Unfortunately there is no other... |
Forum: MS SQL Oct 24th, 2005 |
| Replies: 1 Views: 19,123 INSERT INTO test
(SELECT [Customer Id]
FROM [Customers])
Works fine. |
Forum: Posting Games Oct 20th, 2005 |
| Replies: 7,595 Views: 661,743 |
Forum: ASP.NET Oct 20th, 2005 |
| Replies: 13 Views: 5,443 what script did you run?
Are you getting a Blank page or an Error Page?
Can you show us your script? |
Forum: MS SQL Oct 18th, 2005 |
| Replies: 1 Views: 19,123 I'm trying to populate a table from a sub-query.
CREATE TABLE test
(
ID int
)
INSERT INTO test |
Forum: ASP.NET Oct 16th, 2005 |
| Replies: 4 Views: 3,545 What you are saying is when a tech executive signs in and logs out, her session is not expiring.
If the user has a page opened then the session will not expire unless you logout.
When the page... |
Forum: Posting Games Oct 13th, 2005 |
| Replies: 7,595 Views: 661,743 |
Forum: Windows NT / 2000 / XP Oct 13th, 2005 |
| Replies: 5 Views: 5,026 Thanks,
I wont try that on my DOS.Did that long time ago?Had a bad exp with DEL *.* :)
I'm researching on COM now.
Any ideas on how to add these BAT files or COM files to Sytem Startup.
I... |
Forum: Windows NT / 2000 / XP Oct 13th, 2005 |
| Replies: 5 Views: 5,026 Thanks for your suggestions.
I did quick research on Creating a Batch file and Commands in it.
This code will do the JOB.
@ECHO OFF
del /q C:\TEMP\*.* |
Forum: ASP.NET Oct 13th, 2005 |
| Replies: 4 Views: 1,791 In your Project under the File Sales,
I found out these code,
this.oleDbInsertCommand1.CommandText = "INSERT INTO tblSales(CountSale, Date_sale, Sale_Cus_Code, Sale_movie_code) VALUES" +
"... |
Forum: Windows NT / 2000 / XP Oct 13th, 2005 |
| Replies: 5 Views: 5,026 Hello,
I'm trying to create somekind of a process that will allow me to delete files in TEMP folder.
Its bascially a shortcut from desktop.When you click that you can delete files in TEMP... |
Forum: Posting Games Oct 12th, 2005 |
| Replies: 7,595 Views: 661,743 |
Forum: ASP.NET Oct 5th, 2005 |
| Replies: 4 Views: 1,791 What do you want to do with the code?
Whats your next step? Can you be specific what you are asking for? |
Forum: VB.NET Sep 27th, 2005 |
| Replies: 4 Views: 3,766 Then use anchoring and Docking.
Read Articles
http://www.c-sharpcorner.com/winforms/AnchDocInWinFormsGAG.asp
http://www.developerfusion.co.uk/show/4375/5/ |
Forum: VB.NET Sep 26th, 2005 |
| Replies: 4 Views: 3,766 Use CSS style sheets.That is the best way to handle different screen resolution.Load different style sheet for each screen resolution. |
Forum: ASP.NET Sep 26th, 2005 |
| Replies: 4 Views: 6,169 1.Make sure your SMTP server path is correct.
2.This may be absurd but check your Bulk folder.Often the mail you send goes to the Bulk folder.
3.Paste your code,if you still arent able to solve the... |
Forum: ASP.NET Sep 21st, 2005 |
| Replies: 4 Views: 11,616 Use a Javascript,
Cuz this runs in the client browser.
Check out this code..
var Days = new Array('Sunday','Monday','Tuesday','Wednesday',
'Thursday','Friday','Saturday');
var today = new... |
Forum: VB.NET Sep 20th, 2005 |
| Replies: 1 Views: 1,875 If you are using SQL server 2000,Try debugging using the Query analyzer.
Check this website,
http://www.15seconds.com/issue/050106.htm
Also check your Datatype,Make sure you are sending the... |
Forum: VB.NET Sep 20th, 2005 |
| Replies: 3 Views: 13,083 Try this,
Convert.ToInt32("" + VariableName + "") |
Forum: VB.NET Aug 18th, 2005 |
| Replies: 12 Views: 4,132 Hmm.I'm not sure what you are asking.
The .Tostring is a property which converts the values in the DataReader to a string.
Thats It.Its just a property.Even if you remove the Tostring property... |
Forum: ASP.NET Aug 16th, 2005 |
| Replies: 1 Views: 1,734 check out this Forum,
Not sure whether that helps you.
http://www.daniweb.com/techtalkforums/thread27607.html |
Forum: Posting Games Aug 16th, 2005 |
| Replies: 7,595 Views: 661,743 Einstein's Birthday-->party |
Forum: ASP.NET Aug 14th, 2005 |
| Replies: 8 Views: 3,941 You can use SQL server 2000 or Oracle. I use SQL server 2000 in my office.I'm not sure about Oracle. |
Forum: ASP.NET Aug 14th, 2005 |
| Replies: 8 Views: 3,941 I would suggest you to go for ArcGIS server.You can use a database that can hold spatial information on a particular feature.
Hope it helps |
Forum: ASP.NET Aug 13th, 2005 |
| Replies: 8 Views: 3,941 ArcGIS Server is a server-based deployment of the ArcObjects component library (including extensions). This new product is for developers who want to build shared server applications that contain... |
Forum: ASP.NET Aug 13th, 2005 |
| Replies: 8 Views: 3,941 What kind of softwares do you have?
Since you are using the softwares produced by ESRI ,I'm assuming you are using ArcIMS or ArcGIS server? |
Forum: ASP.NET Aug 11th, 2005 |
| Replies: 3 Views: 14,752 No you dont actually need Authentication to clear the cache.If you use authentication you can have better control on your application.
For your application ,
Just add this code to the page load.... |
Forum: ASP.NET Aug 11th, 2005 |
| Replies: 3 Views: 14,752 Are you using any Authentication?
Do you want to expire the cookies? |
Forum: ASP.NET Aug 11th, 2005 |
| Replies: 5 Views: 3,896 I'm glad you solved the issue. |
Forum: ASP.NET Aug 11th, 2005 |
| Replies: 5 Views: 3,896 Can you post your Javascript code for the Image,Datagrid and your server script code for datagrid. |
Forum: ASP.NET Aug 10th, 2005 |
| Replies: 5 Views: 3,896 R U dynamically creating an Image control inside a datagrid. |
Forum: ASP.NET Aug 9th, 2005 |
| Replies: 11 Views: 62,062 Read this article to find out the differences between ASP.NET and ASP.
It clearly explains the differences from programmers stand point.
Differences between ASP and ASP.NET... |
Forum: ASP.NET Aug 9th, 2005 |
| Replies: 5 Views: 15,872 Completed this problem.
What I did was Display a Please wait Image on the left frame when the user checks the dropdownlist and in right frame on the page unload property,when every processing is... |
Forum: VB.NET Aug 7th, 2005 |
| Replies: 12 Views: 4,132 Your First question,
I'll explain you what this code does.
While dreader.Read()
ddlCompanyName.Items.Add(New ListItem(dreader(0).ToString()))
End While |