all groups > asp.net > may 2006 > threads for sunday may 14
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
picture from db to file
Posted by Victor Rodriguez at 5/14/2006 11:03:58 PM
Is there a way to write a picture captured on an image column type on SQL
server database table to a file like c:\picture.gif?
thanks,
Victor
... more >>
What is WSDL
Posted by jack at 5/14/2006 10:16:08 PM
Hi all
i have just a little idea what is wsdl i want to use it with c# web
service and vb6 in the client side please guys if any one have ever
implemented it the please help
thanks for the reply,.
... more >>
Burn Image to CD or Other Media (c:\, network drive, etc)
Posted by Lisa at 5/14/2006 7:55:36 PM
Hello,
I'm new to this group and fairly new to the .net framework and aspnet.
I am trying to do something which seems impossible to me at this time.
I support a document imaging system. On occasion, users need to be
able to save their images to either a CD, hard drive, network drive,
etc.
... more >>
2 different homepages
Posted by paul.hester NO[at]SPAM gmail.com at 5/14/2006 7:48:01 PM
Hi all,
I'm starting out with ASP .NET. I'd like to have a homepage that shows
a completely different page depending on whether a user is logged in -
i.e. a generic welcome page if not logged in, or a user-specific
account page if logged in.
How is this normally achieved with ASP .NET? With... more >>
ChangePassword
Posted by schlack at 5/14/2006 7:36:29 PM
how can you force a new password?
... more >>
Unable to move controls in Desing Mode
Posted by Sridhar Panatula at 5/14/2006 7:11:53 PM
Hi
I am using Vs.nET 2003
precisely
Version 7.1.3088
Framework version 1.1.4322 SP1
Suddenly VS.NET refuses to move controls to the location I want.
If I create a new control that stays at the place where I create. But later
If I move it refuses to.
The controls I am trying to wor... more >>
GridView controls and hidden columns
Posted by Mark Rae at 5/14/2006 4:26:39 PM
Hi,
See the following:
http://www.devnewsgroups.net/group/microsoft.public.dotnet.framework/topic38190.aspx
This was a particularly useful feature of the old DataGrid control which
seems to be missing from the new GridView control
What is the "preferred" method of doing this in a GridVie... more >>
Dynamic resize content place holder
Posted by lamuerte451 at 5/14/2006 10:17:06 AM
Hi:
I am a newbie to asp.net 2.0 and am building an app with VS 2005 that
will allow users to update records via the web. I have created a
master page and then have placed Gridview and details view on the
corresponding pages that the users will add records to. I am using a
sql data source. ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
I need to change table height dynamically through C#/VB
Posted by lwoods at 5/14/2006 7:37:52 AM
I have a table that I don't want to display UNTIL the user clicks a submit
button and the page is redisplayed. I can't figure out how to reference the
table server-side.
Thanks
Larry Woods
... more >>
Secure Login Controls
Posted by Stuart Ferguson at 5/14/2006 3:32:44 AM
I am currently implementing a change password screen in my site and wish
to send an email back to the user saying the password has been changed
but not send the new password in the mail, i was looking to implement a
form of confirmation and was wondering if anyone had any examples of how
to perf... more >>
reporting...
Posted by Bruno Alexandre at 5/14/2006 12:34:40 AM
Hi guys,
I'm using ASP.net 2.0 (VB) and I'm using the Wizard component to ask the
user a lot of questions regarding our company to lowne money, after the user
clicks the finish button I updaload all the info to the MS SQL server and
send him and my company an email with all the information... more >>
DataReader
Posted by patrick at 5/14/2006 12:17:26 AM
newbie-question
i have a table with 2 rows and 4 columns. i'm using a datareader for
performance reason. now i would like to assign to a textfield a value from
this datareader, i.e
if value in record1/field1 = bla then
textfield.text = row1.field4
end if
how can i do this?
... more >>
publish asp.net web application
Posted by berkeleydb_user at 5/14/2006 12:15:57 AM
Guys
I developed a small asp web service app in Visual Studio .NET. To
deploy on another server, I just copied the whole dir as is from my
c:\inetpub\wwwroot to the same dir on destination server, but I get
this error. I'm using excel automation etc:
Compiler Error Message: CS0246: The typ... more >>
Root URL
Posted by Peter Morris [Droopy eyes software] at 5/14/2006 12:00:00 AM
Hi all
I am using XP64 professional edition + VS2005.
I am writing a website that consumes a webservice (also written by me, and
will reside on the same domain).
At the moment I am starting the service at localhost:80/WebService and the
site at localhost:8080/WebSiteName
I'd like to ... more >>
How to show two field at once
Posted by ad at 5/14/2006 12:00:00 AM
I want to show two field in a column of Gridview.
I use the code :
But it only show Bind("InjectDate")
How can I show two field at once in a Template?
<ItemTemplate>
<asp:Label ID="Label1" runat="server"
Text='<%# Bind("In... more >>
|