Search Results

Showing results 1 to 40 of 175
Search took 0.02 seconds.
Search: Posts Made By: Letscode
Forum: MS SQL Mar 8th, 2006
Replies: 3
Views: 3,006
Posted By Letscode
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,414
Posted By Letscode
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,568
Posted By Letscode
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,771
Posted By Letscode
: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,568
Posted By Letscode
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,771
Posted By Letscode
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: 13,782
Posted By Letscode
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: 18,908
Posted By Letscode
INSERT INTO test
(SELECT [Customer Id]
FROM [Customers])


Works fine.
Forum: Posting Games Oct 20th, 2005
Replies: 7,595
Views: 656,825
Posted By Letscode
English-->Grammer
Forum: ASP.NET Oct 20th, 2005
Replies: 13
Views: 5,407
Posted By Letscode
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: 18,908
Posted By Letscode
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,518
Posted By Letscode
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: 656,825
Posted By Letscode
Morbid --> Diseased
Forum: Windows NT / 2000 / XP Oct 13th, 2005
Replies: 5
Views: 4,991
Posted By Letscode
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: 4,991
Posted By Letscode
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,785
Posted By Letscode
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: 4,991
Posted By Letscode
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: 656,825
Posted By Letscode
Forum: ASP.NET Oct 5th, 2005
Replies: 4
Views: 1,785
Posted By Letscode
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,732
Posted By Letscode
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,732
Posted By Letscode
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,138
Posted By Letscode
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,432
Posted By Letscode
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,872
Posted By Letscode
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: 12,967
Posted By Letscode
Try this,
Convert.ToInt32("" + VariableName + "")
Forum: VB.NET Aug 18th, 2005
Replies: 12
Views: 4,111
Posted By Letscode
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,731
Posted By Letscode
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: 656,825
Posted By Letscode
Einstein's Birthday-->party
Forum: ASP.NET Aug 14th, 2005
Replies: 8
Gis
Views: 3,897
Posted By Letscode
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
Gis
Views: 3,897
Posted By Letscode
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
Gis
Views: 3,897
Posted By Letscode
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
Gis
Views: 3,897
Posted By Letscode
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,575
Posted By Letscode
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,575
Posted By Letscode
Are you using any Authentication?
Do you want to expire the cookies?
Forum: ASP.NET Aug 11th, 2005
Replies: 5
Views: 3,876
Posted By Letscode
I'm glad you solved the issue.
Forum: ASP.NET Aug 11th, 2005
Replies: 5
Views: 3,876
Posted By Letscode
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,876
Posted By Letscode
R U dynamically creating an Image control inside a datagrid.
Forum: ASP.NET Aug 9th, 2005
Replies: 11
Views: 61,380
Posted By Letscode
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,786
Posted By Letscode
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,111
Posted By Letscode
Your First question,




I'll explain you what this code does.

While dreader.Read()
ddlCompanyName.Items.Add(New ListItem(dreader(0).ToString()))
End While
Showing results 1 to 40 of 175

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC