Search Results

Showing results 1 to 36 of 36
Search took 0.01 seconds.
Search: Posts Made By: plusplus ; Forum: ASP.NET and child forums
Forum: ASP.NET 2 Days Ago
Replies: 4
Views: 268
Posted By plusplus
the problem could be with the url. When you watch it in design view, you are looking at the masterpage and you probably have the url relative to that page. But when you run it, you see the...
Forum: ASP.NET 5 Days Ago
Replies: 4
Views: 268
Posted By plusplus
Can you show the url of the image?
Forum: ASP.NET 5 Days Ago
Replies: 1
Views: 235
Posted By plusplus
turn the select column into a template field. In that template field you'll have a link button(that's the select button) and now you can add an image with visibility set to false. On selection set...
Forum: ASP.NET Oct 6th, 2008
Replies: 0
Views: 647
Posted By plusplus
I have been searching for a solution for this, but all the things I've found do not apply to my problem, so I am giving all the details, and please someone help me
I am using access database
I am...
Forum: ASP.NET Jun 30th, 2008
Replies: 8
Views: 2,084
Posted By plusplus
Here is what I have so far, the bold line gives me an error, besides does this code look right?

Dim myid As Long
Dim sqlstring As String
Dim cn As New...
Forum: ASP.NET Jun 27th, 2008
Replies: 8
Views: 2,084
Posted By plusplus
I'll try it out and get back if I need some more help.
Forum: ASP.NET Jun 27th, 2008
Replies: 8
Views: 2,084
Posted By plusplus
I'll take a look at it, but maybe you know a place with vb code not c?
Forum: ASP.NET Jun 26th, 2008
Replies: 8
Views: 2,084
Posted By plusplus
I need some more help, I don't know how to go about it
In web.config I have
<authorization>
<deny users="?"/>
<allow users="*"/>
</authorization>
<authentication...
Forum: ASP.NET Jun 26th, 2008
Replies: 8
Views: 2,084
Posted By plusplus
I have a login control, when user presses login I want to check if he exists in the table.
I made a connection to database, and now how do I check if he exists?

Protected Sub...
Forum: ASP.NET Jun 20th, 2008
Replies: 15
Solved: count visitors
Views: 1,915
Posted By plusplus
Last question
Where do I read and where do I write to my databas

Application Start, Session Start, Session End, Application End
Forum: ASP.NET Jun 20th, 2008
Replies: 15
Solved: count visitors
Views: 1,915
Posted By plusplus
Thank you bala24.
If you don't mind I need some more help. Till now I have only worked with database from a webpage through grids. I don't know how to make a connection etc from the global.asax...
Forum: ASP.NET Jun 20th, 2008
Replies: 15
Solved: count visitors
Views: 1,915
Posted By plusplus
where would it be better to save the number
database table or just a textfile
Forum: ASP.NET Jun 20th, 2008
Replies: 15
Solved: count visitors
Views: 1,915
Posted By plusplus
First of all thank you bala24 for your time

<%@ Application Language="VB" %>

<script runat="server">

Sub Application_Start(ByVal sender As Object, ByVal e As EventArgs)
...
Forum: ASP.NET Jun 19th, 2008
Replies: 15
Solved: count visitors
Views: 1,915
Posted By plusplus
When going to my website from a different computer, I saw the visitor count was back to 1. I guess it's not working. What could be the problem?
Forum: ASP.NET Jun 19th, 2008
Replies: 15
Solved: count visitors
Views: 1,915
Posted By plusplus
Yes that's where I did it. But when I make changes on my project and upload it again it starts at 1 again
Forum: ASP.NET Jun 19th, 2008
Replies: 15
Solved: count visitors
Views: 1,915
Posted By plusplus
This is what I did. But this gets lost when I upload my project again?
Sub Session_Start(ByVal sender As Object, ByVal e As EventArgs)
Application("Hits") = Application("Hits") + 1

End...
Forum: ASP.NET Jun 18th, 2008
Replies: 15
Solved: count visitors
Views: 1,915
Posted By plusplus
I'd like to count how many visitors came to my site. Can you give me a quick and easy way to do this?
Forum: ASP.NET Jun 4th, 2008
Replies: 1
Solved: menu items
Views: 568
Posted By plusplus
I have a horizontal menu. I want there to be space to the left of first item like there is to the right of last item. How would I do that?
Forum: ASP.NET May 28th, 2008
Replies: 2
Views: 3,011
Posted By plusplus
in gridview there is autogenerateselectbutton when I click on that the row will be selected.
I want the row to be selected when user clicks on any cell in the row and I don't want that extra column...
Forum: ASP.NET May 28th, 2008
Replies: 2
Views: 3,011
Posted By plusplus
When user click on gridview I want that row to be selected, without having the extra column for the select button. Can anybody help me?
Forum: ASP.NET May 27th, 2008
Replies: 1
Views: 629
Posted By plusplus
I decided to try the gridview. I added column headers. But how do I fill it with data not from database(just manually)

I am new to asp.net , so please have patience even if I ask some stupid...
Forum: ASP.NET May 27th, 2008
Replies: 1
Views: 629
Posted By plusplus
I want to show info in table like way with diff column headers. I am using the table control. When user clicks on a row I want that row highlighted, is this possible with a table or do I need to...
Forum: ASP.NET May 25th, 2008
Replies: 3
Views: 522
Posted By plusplus
I saw your link majestic0110, thank you for your time. I'm still not sure that this is what I want to use. Which other options are there for connecting to access db?

I'd like some more info...
Forum: ASP.NET May 25th, 2008
Replies: 4
Solved: Panel
Views: 632
Posted By plusplus
thanks to both of you
Forum: ASP.NET May 22nd, 2008
Replies: 1
Views: 1,277
Posted By plusplus
what's the difference between image and imagemap?
Forum: ASP.NET May 22nd, 2008
Replies: 4
Solved: Panel
Views: 632
Posted By plusplus
Is a panel lin vs ike a frame in vb
Forum: ASP.NET May 22nd, 2008
Replies: 3
Views: 522
Posted By plusplus
I have to connect to an Access database, what's the best tool to use?
Forum: ASP.NET May 22nd, 2008
Replies: 2
Views: 648
Posted By plusplus
Forum: ASP.NET May 21st, 2008
Replies: 2
Views: 648
Posted By plusplus
Can I change an existing form to a masterpage, or can a masterpage only be defined when creating the form
Forum: ASP.NET May 12th, 2008
Replies: 4
Views: 689
Posted By plusplus
I went to the site you suggested, don't know where to start.
Do you know of a tutorial that's free?
Forum: ASP.NET May 12th, 2008
Replies: 4
Views: 689
Posted By plusplus
I am looking for a visual studio tutorial, can you suggest one?
I have expirience working in visual basic and was asked by my boss to learn asp.net. So I got visual studio installed, and read a few...
Forum: ASP.NET Mar 25th, 2008
Replies: 0
Views: 775
Posted By plusplus
I am new to asp and visual studio, and am going through a tutorial. One of the things it tells me is to select something from the "block format drop down list which is above the toolbox" I can't...
Forum: ASP.NET Mar 25th, 2008
Replies: 10
Views: 1,255
Posted By plusplus
ok, everybody, thanks for your help
I got visual studio installed, and that took care of my problem
Forum: ASP.NET Mar 11th, 2008
Replies: 10
Views: 1,255
Posted By plusplus
thank you all for your input, I might not have given enough info about my problem.
I have installed the .net frame work, I have included IIS.
I checked out the website hollystyle mentioned, there...
Forum: ASP.NET Mar 6th, 2008
Replies: 10
Views: 1,255
Posted By plusplus
Why do you say that? I've been reading about it for about 15 hours, I don't know what I'm doing wrong. I'll check the link you posted, but if you know where the problem is, could you please tell me?
Forum: ASP.NET Mar 6th, 2008
Replies: 10
Views: 1,255
Posted By plusplus
I am completely new to asp.net. I just started to learn. I created a .html file which I then changed to .aspx. After I changed it to .aspx I can't open it through my internet explorer, what can be...
Showing results 1 to 36 of 36

 


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

©2003 - 2009 DaniWeb® LLC