Well I have this so far but nothing will show up in my <EditItemTemplate> tag, the table cells are there but they are all empty. HOw do I get the text boxes to appear?
<asp:Datagrid
ID="Players"
HeaderStyle-Font-Name="Arial"
HeaderStyle-Font-Bold="True"
HeaderStyle-BackColor="AliceBlue"...
I am trying to admin a database that has multiple profiles. What I want to do is on the page load list all of the Profiles, with textboxes containing their information. I then want to make any changes and update all of the profiels all at once. My only problem is that I do not know how to...
I am using this code to upload an image
inpFileUp.PostedFile.SaveAs(path)
and am using the HTMLInputFile Control to do so. The image uploads fine, but when the page redisplays the picture is still the old one, unless I refresh the page then it changes. Do I need to call some type of...
I was wondering if anyone else has had this problem before. I have been working on a site at work, and throughout the whole day it works fine, I am connected to the server at my machine at work. My problem is when I come home and start testing the site I get an
"Unspecified Error" message and...
Is this the best way to go about formatting pictures in a website, They are profile pictures and will have to be trimmed to fit a 100 x 100 frame, or is there a bettter way?
I have a site where users can upload pictures. My question is...Is there anyway to dynamically format these pictures. I assume people will be uploading pictures of all different sizes, and if they are a rectangular shape they will get skewed if I make the height unproportional to the width...
I am trying to split the item from the table into an array then loop through the array values and display pics side by side like this Is there a way to do this or do I have to use the classic asp way of looping through the record set like I am here with dbreader?
<%
Dim Fielding() as String
Dim...
I am getting a declaration Expected error on my connection string I don't know what it could possibly be?
<Script Runat="Server">
Dim Conn
Dim SQL
Dim dbcomm, dbreader
Dim Headers as String
Conn=New OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;data source=" &...
I was wondering if it is possible to set a variable equal to a repeater item. It tried this but it siad that Container is not decalred.
Dim Fielding() as String
Dim strItem as String
Fielding = Container.DataItem("FieldingDesc")
For each strItem in Fielding
I have both of them in there right now, my computer at home plays any type of file just fine for both IE and FF, but at work my IE will only play wav files, and FF will not play anything, but for FF that is b/c I do not have the plugin installed. Are there plugins that go with IE, I thought all...
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.