all groups > asp.net > december 2004 > threads for saturday december 18
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
Datagrid - Random order
Posted by Paul Evans at 12/18/2004 7:36:07 PM
Hi,
I've created a datagrid which works fine accept the id field (the primary
key field) comes out in a random order. How do I get the fields to display
sequencially?
Thanks for your time
Paul Evans
... more >>
Can't assign values to array
Posted by Buddy Ackerman at 12/18/2004 2:29:02 PM
I created a simple class:
Public Class MyTestClass
Public Test() As String
End Class
I tried to assign some values to the array Test() and display them like this:
Dim clsTest As New MyTestClass
Dim r As String
clsTest.Test.SetValue("First Item",... more >>
changing the action of web form
Posted by z f at 12/18/2004 1:38:48 PM
Hi,
i have vb.net asp.net web application.
i use a <form runat=server> tag
i need to change the action attribute of the form to submit to other page
(actually it's the same page but i need to add a folder prefix, because the
whole page have a <base href=> that points all url to other folder,... more >>
ASP.NET and SQL Server 2000 Web Hosting
Posted by Khaled Hussein at 12/18/2004 1:08:35 PM
Hi guys
I have been looking for long time for (Fast, and Cheap) ASP.NET and SQL
Server hosting offers
Finally I found this one http://www.isuperhosting.com
I thought sharing it is a good idea
Sharing is Caring :)
Yours
Khaled Hussein... more >>
Can't delete file after upload.
Posted by Michael K. at 12/18/2004 12:09:02 PM
Hi there
I am having trouble deleting an uploaded file that I have just written to
disc. I am using the SaveAs method of a HttpPostedFile to write the file to
disc, then straight after I'm trying to use kill(FILE) to delete it. I
get the error "The process cannot access the file "FILE.JPG" bec... more >>
Web userControl
Posted by sara at 12/18/2004 10:55:02 AM
Hi to all
i have a web user control mycontrol.ascx and a form myform.aspx
when i fire some events in myform.aspx i load mycontrol in a frame i that
form
i want to get some property of that control how ??
thanks... more >>
Creating Objects ( response for example ) On The Fly
Posted by Roman Pawlig at 12/18/2004 4:45:02 AM
Hello,
does anybody know, if I create an object like response on the fly in VB.Net
and use option strict on, then I receive an error. How can I avoid it ?... more >>
Identify a simgle Computer in a Cookie ?
Posted by Greg Cyrus at 12/18/2004 1:49:23 AM
Hi,
i recently joined an online.game which rules is not to use 2 diffenrent
accounts on one computer.
My girlfriend also wants to play - but we got 1 computer only - so I tried
to trick the thing.
This Game-Web-Service notices a single computer - although i installed
another account with ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|