I hope that you guys can help me.
I get an error msg when I run my asp page. It does not seem to recognize my field that I return.
Here is my stored proc
CREATE PROCEDURE [dbo].[FACT_ins_Initiative]
@initiative_description varchar(250)
AS
insert into FACT_Initiative
(initiative_description)...
Hi everybody,
I have some code for a user control that formats a phone number in a text box nicely.
But I can't databind it.
Could somebody please explain to me how to do that?
Thank you...
Steve
Here is the code I have so far.
Delegate Sub Changed(ByVal sender As Object, ByVal e As...
Hi everybody,
I have been struggling with the following code. When the grid comes up, it is empty.
(Records show up when I do not use this code.)
I am sure I am missing a part, could you please let me know which one.
Thanks...........Steve
DA.Fill(DS, "TA1")
DataGrid1.DataSource...
Hi everybody,
this must be a silly question, but I can't remember (or find) how to check if my qry retrieved any records.
Where and how can I check for that? Any suggestions is greatly appreciated.
Here is some of my code:
Dim DS As New DataSet
Dim Conn = New OdbcConnection(DB2 + UID...
Over the weekend, my work place changed server names, and since I mapped the sites directly to the server, I need to change all of them (arround 80), is that a way to change them all at the same time?
Maybe a find a replace in some file?
Any help is appreciated.
Steve
http://www.GeekTavern.com...
Could somebody please let me know how I get the Title tag to be editable in version 7.01?
(page title)
Thanks,
Steve
Steve
http://www.ShopHereNow.net
http://www.XdataSolutions.com
http://www.ItsMoreThanSoftware.com
Here is a post from somebody that has the same problem. Is this a known
issue? Is there a fix for it?
I would like to use VS.NET 2003 soon again.
Any help is appreciated.
Thank you,
Steve
http://www.dotnetjunkies.com/Forums/ShowPost.aspx?PostID=6027
ASP.Net application times out...
Hi Guys,
is anybody experienced with the Amazon web services?
I downloaded the ASP.NET sample in VB.NET form the Amazon site, and I would like to add some images to the display, but when I add item.MediumImages, I get nothing. I am sure I am just overlooking something.
Thank you for the help...
I need to indicate to my users when certain values are there. I would like to chnage the backgroundcolor of the datagrid row based on values in my code.
I am hoping you guys know how to do that. Thank you.
Steve
http://www.ShopHereNow.net
http://www.XdataSolutions.com...
Hi,
I have an ASP.NET page that needs to open in full screen mode, yet, SP2 does not seem to allow that. Do you guys have any ideas how I could get around that limitation?
Thank you
Steve
http://www.ShopHereNow.net
http://www.XdataSolutions.com
http://www.ItsMoreThanSoftware.com
Hi,
I would like to create a cookie and append it to my IIS log files. I would like to able to see how each visitor moves around my site.
I know the basics, but I am not sure how I am able to determine if the visitor has been on the site before, maybe also from where and when? I guess I have...
Hi,
I could find a forum for Visual Studio, but I hope you can help me anyway.
I create an asp.net web project on my remote server from home. No Problem.
Now I am at work and need to connect to it, big problem.
When I click on file - open - open project from web, I always get prompted to...
Hi,
I would like to create a cookie and append it to my IIS log files. I would like to able to see how each visitor moves around my site.
The bad thing is, I have no clue how to do this. I guess I have to have a cookie script on each page?
I hope somebody can help me.
The cookie will be for...
Hi, I am a beginner with flash, I downloaded a movie for my site, but I would like to change the overall color.
Right now it is blue, with gradients and different shades of blue, and I would like to keep the shades.
How can I for example gray scale the whole movie, or change to whatever color...
I have a problem. I use a combobox in my datagrid, but I noticed, as soon as the user clicks on the field where the combobox, the event fires with a index value of 0, then of course with the selected index value as it should.
But why is it firing the first time. How do I make it stop? Please...
I have an application (Windows App), with several buttons, and functions.
There is one that updates my access DB with some values, works fine, then I have another one where I only need to update 2 values, and it will NOT update the DB.
Maybe I lost my mind, or I will soon. I am sure I am...
I have a column in a datagrid that is a hyperlink. I am passing a variable over to another page. I would like to open it with a custom javascript.
But it does not seem to have an onclick event. How can I do that.
http://www.chromeless.org/
Thank you,
Steve
I saved a PDF into a blob, in a SQLserver2000 DB. Now that seems silly, but I would like to display the pdf in a web page.
How do I do that? I can't find the right help online.
Thank you.
Hi, could you please tell me what is wrong with this piece of code.
I have a DataGrid, and I would like to know the value of a textbox field, and it never returns anything.
Dim item As DataGridItem
If Not IsPostBack Then
For Each item In DataGrid1.Items
Dim...
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.