all groups > asp.net > october 2006 > threads for saturday october 21
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
where should I save temporary values
Posted by Mario Krsnic at 10/21/2006 10:07:16 PM
Hello!
I have made an application where user can get reading after entering his
name and the name of his partner. I tried to save the names in the database,
in the separate table. My solution:
AccessDataSource1.InsertCommand = "INSERT INTO var(var1) VALUES ('" &
Trim(TextBox1.Text) & "')" ... more >>
User Control
Posted by rn5a NO[at]SPAM rediffmail.com at 10/21/2006 9:51:38 PM
I already have a user control, named Address.ascx, which displays 4
TextBoxes. As such, there's no problem in rendering these 4 TextBoxes
in a ASPX page. The ASPX page renders the 4 TextBoxes twice - one set
of 4 TextBoxes for their billing address & the other set for their
shipping address. Use... more >>
Is there a way to do switch(Eval("prop")) ?
Posted by David Thielen at 10/21/2006 9:35:02 PM
Hi;
Is there a way to do <%# switch (Eval("prop")) ... where the case statements
are the text to put on the page?
--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com
Cubicle Wars - http://www.windwardreports.com/film.htm
... more >>
'Barclays ePDQ payment gateway'
Posted by Samuel Shulman at 10/21/2006 8:54:26 PM
Can anyone explain me what is 'Barclays ePDQ payment gateway'
Is that 'Barclaycard Business' component that allows web credit card
processing?
Thank you,
Samuel Shulman
... more >>
newbie: copying a project/solution!
Posted by Jeff at 10/21/2006 6:37:30 PM
Hey
ASP.NET 2.0
I have a asp.net 2.0 solution I'm working with. This solution consist of 2
projects (1 webportal + 1 class library project)
In the solution explorer I see the name of my solution and the number of
projects in the solution in parenthesis....
After I closed down VS2005 ... more >>
Problem with File.Exist
Posted by Jeff at 10/21/2006 4:38:23 PM
Hey
ASP.NET 2.0
Below is the code I have trouble with. I've placed some pictures in the
~/Network/Images/Fullsize/ folder in my project. The problem is that File
Exist always return false (it execute the ELSE block, despite the fact that
~/Network/Images/Fullsize/" + Profile.UserName + "... more >>
Refreshing an image
Posted by Mark Denardo at 10/21/2006 3:20:32 PM
This is related to another post I submitted, but I'll be more precise this
time.
I have a web page that contains an Image webcontrol that loads its image by:
Image1.ImageUrl="<username>.jpg", and an option for the user to update the
photo. If they click the update button, I then flip up a ... more >>
Creating custom gridview (inheriting from gridview class)
Posted by WebMatrix at 10/21/2006 1:41:01 PM
Hi,
I started a new web application which so far has several grdiviews
displaying data.
I find myself reimplementing the same logic (copy/pasting really) in grid's
event ItemDataBound and RowCreated and Sorting events to add certain effects.
For example inserting sorting direction image t... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
HTML 101 Position image relative to GridView row
Posted by Dale at 10/21/2006 12:12:01 PM
This seems like it should be simple and I am pretty sure I've done similar
things a hundred times before but I sure can't seem to get it right this time.
I have a GridView with a column of text boxes. If I want to position an
image over the GridView just below, for instance, the textbox in r... more >>
Is it possible to strictly use this type of programming for web forms ?
Posted by Tony Girgenti at 10/21/2006 12:09:28 PM
Hello.
When i develop a web form program using VS.NET 2003(VB), ASP.NET 1.1, i can
put a statement like this in my VB code-behind source file:
Me.btnGetArchivedTrips.Attributes.Add("onMouseOver", "alert('mouse over')")
When i do a search on the internet or wherever for ASP.NET client-side... more >>
Loading an image webcontrol directly without saving file to server
Posted by Mark Denardo at 10/21/2006 11:47:16 AM
My question is similar to one someone posted a few months back, but I don't
see any replies.
Basically I want to be able to have users upload photos and save them in a
database (as byte data) and be able to load them to an image webcontrol, but
system.web.ui.webcontrols.image only seems to ... more >>
Having trouble with script to reload parent page?
Posted by Josh Nikle at 10/21/2006 10:43:20 AM
I have a webform containing a GridView control "GridView1" and
usercontrol which is also a GridView "GridView2." I have a button
column in the usercontrol. The code behind that button adds an entry
to my database, which it's doing fine, but I can't get GridView1 to
show the updated data unless... more >>
2+ controls sharing DataSource
Posted by Rajko Bogdanovic - DX Squad at 10/21/2006 8:36:30 AM
I just realized that if two (or more) controls use the same
datasource, the datasource.Select() will fire for each control. Is
there no way to get around this?
Thanks.
rb... more >>
custom errors
Posted by ampeloso NO[at]SPAM gmail.com at 10/21/2006 5:49:35 AM
Hello,
I have a <customErrors mode="Off"/> in my web.config file. It's in the
same dir as the aspx file .But it doesnt work. I also put the
web.config in several dir's up from there and it still is not helping.
I am on a Host, and the page gives me an error page . when I run it on
my local mac... more >>
Parsing HTML to remove pictures and stylesheets
Posted by Seb at 10/21/2006 4:24:05 AM
Hello,
I am trying to find some object/function able to take an HTML page
(code) as an input, strip out all images, stylesheets and other
external references, and returns "cleaned" HTML only (without external
references) or a text-only version of the page.
Any ideas?
Thanks,
Seb
... more >>
Am i being stupid?? (its been know to happen)
Posted by aze at 10/21/2006 1:37:25 AM
Hi,
I am trying to print a word document (serverside) using the
system.drawing.printing.Printdocument class. I can get this to work,
but how do I get it to print the document I want printed?? I can't
seem to find a way of passing any information to this method? Am I
missing something?
Thank... more >>
Help interpreting error?
Posted by brett at 10/21/2006 12:57:12 AM
I have an ASP.NET 2.0 web application that runs fine on my local
machine. However, once I upload it, I get this error:
Parser Error
Description: An error occurred during the parsing of a resource
required to service this request. Please review the following specific
parse error details and m... more >>
Help with Repeater control and advanced data manipulation
Posted by Mike Cain at 10/21/2006 12:30:29 AM
Hi,
The Repeater control seems like exactly what I want to output rows of data
from my database. However I need to do some manipulation to the data prior
to it being output and I'm not understanding how to go about this properly.
For instance, the db column "myVal" is defined as a double ... more >>
|