Forum: ASP.NET Mar 6th, 2006 |
| Replies: 2 Views: 1,421 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,642 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,791 :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,642 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,791 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: ASP.NET Oct 20th, 2005 |
| Replies: 13 Views: 5,491 what script did you run?
Are you getting a Blank page or an Error Page?
Can you show us your script? |
Forum: ASP.NET Oct 16th, 2005 |
| Replies: 4 Views: 3,571 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: ASP.NET Oct 13th, 2005 |
| Replies: 4 Views: 1,796 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: ASP.NET Oct 5th, 2005 |
| Replies: 4 Views: 1,796 What do you want to do with the code?
Whats your next step? Can you be specific what you are asking for? |
Forum: ASP.NET Sep 26th, 2005 |
| Replies: 4 Views: 6,205 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,781 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: ASP.NET Aug 16th, 2005 |
| Replies: 1 Views: 1,738 check out this Forum,
Not sure whether that helps you.
http://www.daniweb.com/techtalkforums/thread27607.html |
Forum: ASP.NET Aug 14th, 2005 |
| Replies: 8 Views: 3,988 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,988 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,988 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,988 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,935 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,935 Are you using any Authentication?
Do you want to expire the cookies? |
Forum: ASP.NET Aug 11th, 2005 |
| Replies: 5 Views: 3,922 I'm glad you solved the issue. |
Forum: ASP.NET Aug 11th, 2005 |
| Replies: 5 Views: 3,922 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,922 R U dynamically creating an Image control inside a datagrid. |
Forum: ASP.NET Aug 9th, 2005 |
| Replies: 11 Views: 62,685 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,967 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: ASP.NET Aug 4th, 2005 |
| Replies: 4 Views: 2,237 Thanks Jagdish,
That really helped.I'm sure a method like that will certainly solve this issue. |
Forum: ASP.NET Aug 4th, 2005 |
| Replies: 2 Views: 2,870 Download the .NET framework servicepack 1,
http://www.microsoft.com/downloads/details.aspx?familyid=A8F5654F-088E-40B2-BBDB-A83353618B38&displaylang=en |
Forum: ASP.NET Aug 2nd, 2005 |
| Replies: 1 Views: 10,507 I dont have a VB script code.
You can do that in Javascript.Put this inside the Button Onclick event.
if(confirm('Are you sure you wanna delete'))
var A =... |
Forum: ASP.NET Aug 2nd, 2005 |
| Replies: 6 Views: 11,748 The HTML View was rather misleading when people say client script is written in Javacript and HTML.
YES you are right tgeer.The HTML view present in VS is NOT client side scripting.
My... |
Forum: ASP.NET Jul 30th, 2005 |
| Replies: 6 Views: 11,748 Open your ASP.NET Project,
You'll have two mode,
1.HTML
2.Design
a.Click the HTML,
You'll see HTML and Javascript code.You can code the client side codes there.Its executed on the Client... |
Forum: ASP.NET Jul 27th, 2005 |
| Replies: 15 Views: 31,698 And I still havent given up on your code.If I have some time I'll write a clean code for you. |
Forum: ASP.NET Jul 27th, 2005 |
| Replies: 15 Views: 31,698 npasma,
Using a pen and paper is a good pratice.
I still use a pen and paper for coding.
Always
1.Get the logic right first.
2.create a small application to test it and UNDERSTAND HOW ITS... |
Forum: ASP.NET Jul 27th, 2005 |
| Replies: 1 Views: 7,324 Check this article out..
http://www.c-sharpcorner.com/Graphics/DataGridPrinterMG.asp |
Forum: ASP.NET Jul 26th, 2005 |
| Replies: 1 Views: 3,132 Whats the output you need?
You want to do a JOIN operation on these two tables or what?
Can you specify what kind of RESULT you need? |
Forum: ASP.NET Jul 24th, 2005 |
| Replies: 8 Views: 7,042 dsSoftware.Tables("[SOFTWARE DATABASE]").Rows(E.Item.ItemIndex)
Is [SOFTWARE DATABASE] the table name or database name?
It should be the table to execute properly. |
Forum: ASP.NET Jul 22nd, 2005 |
| Replies: 8 Views: 7,042 Buddy,
I tried following your code but could not come into any conclusion.There is insufficient information,your client side datagrid isnt posted.
I have done something like this in the past.
... |
Forum: ASP.NET Jul 21st, 2005 |
| Replies: 11 Views: 18,980 I know YOU know that,
But I feel the problem must not be in the declaration of selectedMain datatype. |
Forum: ASP.NET Jul 21st, 2005 |
| Replies: 11 Views: 18,980 Paladine,
If you declare something like
Dim var1
.NET declares it as of type object.
When you associate the Object with a value Like "Just hi" which is a string like
var1 = "Just hi"
... |
Forum: ASP.NET Jul 18th, 2005 |
| Replies: 8 Views: 3,632 Did you use in the first line
Imports System.Threading |
Forum: ASP.NET Jul 15th, 2005 |
| Replies: 6 Views: 5,750 This is what you have to do..
Do one step at a time.
1.Select the listbox and SET THE AUTO POSTBACK PROPERTY TO TRUE.
This will trigger an event and everytime you make a different selection in... |
Forum: ASP.NET Jul 15th, 2005 |
| Replies: 6 Views: 5,750 Oh,So this is what you want.
You have a listbox and a drop downbox.
The user selects an option from the list box and based on the values selected from the list box ,the drop downlist has to be... |
Forum: ASP.NET Jul 15th, 2005 |
| Replies: 6 Views: 5,750 Hey Erik,
Can you be elaborative in what you need?
You told you need to pass the values to a drop downlist?
Whats a SP doing in that?
Can you explain us what you really want? |