Hi
I am having problems getting a web site up and running. This is the error I am getting, thanks for any help in advance.
Server Error in '/' Application.
--------------------------------------------------------------------------------
Parser Error
Description: An error occurred during the...
Hi
I have built me web application and got web space through a hosting company. Which files do I need to FTP to the server?
Is it just the aspx and aspx.vb files?
thanks in advance
Hi
I have created a set up program and run it and it has produced a dll file. Using FTP, to set my site up on the internet is this file all i need to copy across?
Thanks
Hi
I need to advice with deployment. In the past I have always used the copy project option as i have been putting sites on a company intranet. I now have a site to put in the internet and i am not entirely sure how i do it. Do i need to ftp it?
Thanks in advance
Hi
I need help lloping through the controls on an ASP .net page and finding a control with a particular name. I am new to asp .net and I have found it works differently looping through controls on a VB .net windows form.
Thanks for any help in advance
Hi
Uploading data from an excel spreadsheet to a table in an SQL server database. My code works fine on my local machine and yet crashes with an unspecified error message on the web server.
Anyone know why this might be? Would it help if i posted my code?
Thanks
Hi
I have some code that works for one datatable and datagrid on one page and doesnt for another.
All I want to do is set a DataTable as the datasource of a datagrid and like I said it works in one instance but not another. Example of the code
Dim dt As DataTable
dt =...
Hi
I am using visual studio 2002 proffesional and would like to upgrade to 2005.
Does anyone have any suggestions of the best thing to do? is there an upgrade package?
Thanks for your time
hi I am getting an error with the following code, it is saying I havent set the last line as an instance of an object. Can anyone tell me why please
Dim dr As DataRow
Dim dt As DataTable
dt = dgActivities.DataSource
For Each dr In dt.Rows
Thanks in advance
Hi
The user selects an Order number on Page1.aspx and then opens Page2.aspx where a Datagrid1 is displayed.
The Order number selected is represented in the first row of Datagrid1 and when Page2.aspx opens I would like it to automatically scroll through Datagrid1 until it finds the row...
Hi
I have a question
using the code
<a href="page1.asp" target="top">GoTo Page1</a>
How do I make this on click of a button rather than a hyperlink? can i use
<a href="page1.asp" target="_top"><Button Text="Click Here"></button></a>
?
Thanks for your time
Hi
I have 2 frames on my form, I want to click on a button in frame1 and alter the url in frame2.
Could anyone point me in the right direction please.
Thanks
Hi
I am just starting with Visual Studio and ASP.net using VB. I am reasonably competent at programming in VB but unsure of the ASP .net side at the moment and have no experience of HTML.
I want a menu down the left hand side of my page (similar to this page) and a banner along the top and i...
Hi
I need to document a VB projec, a list the forms and objects and procedures etc..
I wondered if there is tool in studio that will help me do this?
Thanks in advance
hI
Does anyone know how i can list the names of my stored procedures in a table/view? I know how to use the information schema for the tables and views.
Thanks in advance
Hi
I have a set of validation controls on my web form and i now want to click a button and save the information in my validated controls into my database. I have a save buttoin but dont know what the syntax is.
If page.Validate = true then
save the stuff into my data base
else
dont...
Hi
I have a VB .net front end and an action on it that runs a stored procedure that creates a table in my SQL server. When a user runs the stored procedure the table is created and named with the users user ID as a part of the table name so something like
UserID.tblTable
Does anyone know how I...
Hi
I am getting the error -
"Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection"
when trying to connect to my server, my connection string is -
data source=" & strServer & ";initial catalog=" & SourceDatabase & ";Trusted_Connection = False;User ID=" &...
Hi
This might sound like a stoopid question but how do i move a database to a different location. It is currently on the C drive and i want it to be on the E drive
Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.