Forum: ASP.NET 2 Days Ago |
| Replies: 4 Views: 268 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 Can you show the url of the image? |
Forum: ASP.NET 5 Days Ago |
| Replies: 1 Views: 235 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 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 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 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 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 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 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 Views: 1,915 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 Views: 1,915 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 Views: 1,915 where would it be better to save the number
database table or just a textfile |
Forum: ASP.NET Jun 20th, 2008 |
| Replies: 15 Views: 1,915 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 Views: 1,915 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 Views: 1,915 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 Views: 1,915 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 Views: 1,915 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 Views: 568 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 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 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 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 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 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 Views: 632 |
Forum: ASP.NET May 22nd, 2008 |
| Replies: 1 Views: 1,277 what's the difference between image and imagemap? |
Forum: ASP.NET May 22nd, 2008 |
| Replies: 4 Views: 632 Is a panel lin vs ike a frame in vb |
Forum: ASP.NET May 22nd, 2008 |
| Replies: 3 Views: 522 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 |
Forum: ASP.NET May 21st, 2008 |
| Replies: 2 Views: 648 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 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 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 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 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 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 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 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... |