all groups > asp.net > august 2003 > threads for sunday august 3
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
How to prevent Page from being timed out?
Posted by sunil NO[at]SPAM itb-india.com at 8/3/2003 10:44:40 PM
Dear All,
I am creating a Web application that reads large amounts of files
kept in a directory structure on the WebServer...my application calls
a WebService that reads some files and depending upon the query set by
the user populate the data in a tabular format...if the file is large
the W... more >>
Reporting tool?
Posted by abacnet at 8/3/2003 10:12:49 PM
Hi everybody,
I have a web page that I want to convert to pdf. I do not want to redo again
this page, I just need something that integrates easily with ASP.NET and
that converts it to pdf, from my code. Does anybody know any tool that does
this better? I'm going to try activePDF, but are there... more >>
DataSet to DataSet
Posted by Joseph D. DeJohn at 8/3/2003 8:15:39 PM
Hello,
I'm trying to copy data from one DataSet to another DataSet. My
question is, how do you access a column in a specific row. Similar to an
array. Can you do that? I'm sure there is something basic I'm just not
understanding.
// Now fill temporary DataSet to be the DataSource.... more >>
Add WebControl to a .NET web service
Posted by brgoogle NO[at]SPAM codedstudios.com at 8/3/2003 7:01:25 PM
Greetings,
I'd like to create a web service that uses a reference to the
Microsoft Internet Control. Is this possible? I've already created
VB.NET application that essentially scrapes the contents of an HTML
page. It works perfectly. I would now like to add the same
functionality to a web... more >>
IE Web conrols
Posted by Shalva at 8/3/2003 5:19:55 PM
Hi,
Please give me the URL of MS or other Sites, where i can found freeware web
controls
Thanks,
Shalva
... more >>
Attributes
Posted by Zviki Goldberg at 8/3/2003 4:42:38 PM
Hi All...
I have a Auditing system. I want to send Audit messages using attributes. I
managed to activate the ContextAttribute object, BUT it forced me to inherit
from ContextBound object (which is too much for me, cause I want to use this
attribute auditing also in web pages).
Is there any o... more >>
Printing
Posted by Mark S. at 8/3/2003 3:13:19 PM
Hello everyone.
I have this web site created in vb.net. I'm using this simple javascript
to print
function Printit()
{
window.print();
}
Now is there anyway in that function to automaticly select the default
printer, set the margins and make sure printing background c... more >>
close window
Posted by wilco at 8/3/2003 3:02:30 PM
Hello,
how can you close a pop up window with vb in asp.net?
thanks
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Repost : Viewstate being maintained second time around
Posted by John at 8/3/2003 1:53:58 PM
Hi all,
I have a problem with viewstate being maintained. I use LoadControl to load
a user control and the data is sent down to the client correctly. However,
when I change some data and post it, the viewstate does not seem to load for
the user control upon sending it back down to the client. ... more >>
Stored Procedure has both return value and data set (SqlDataReader)
Posted by Neo Chou at 8/3/2003 1:37:27 PM
Greetings!
I met the same question as in ADO a few months ago.
I'm working on MS SQL Server 2000. I have a stored procedure that returns a
return value as well as a record set (by "select" statement). Below is my
ASP code:
<%
Set OBJdbConn = Server.CreateObject("ADODB.Connection")
...... more >>
SessionState won't work
Posted by Dean at 8/3/2003 11:28:20 AM
I have notice a couple of other threads here that depict the same problem I
am having: I can't get session state to work.
I wrote a component class to do all of my database access and use it in both
Windows .net and ASP.net applications. I was dealing with it in a single
aspx page (using cod... more >>
How to open a page in a new window?
Posted by Erik Veldkamp at 8/3/2003 11:21:30 AM
Hi there,
With the following statements:
Server.Transfer("Voorbeeld.aspx");
Response.Redirect("Voorbeeld.aspx?code="+Label1.Text.Trim());
I can open a page in an existing window. But I would like to open it in a
new window, like you can do with a hyperlink when you set the Target
propert... more >>
Equivalent of Javascript Alert(string) method in C# script.
Posted by Erik Veldkamp at 8/3/2003 11:11:16 AM
Hi there,
When I use javascript I can call the alert(string) method, to show an alert
window.
How can I do the same when I use C# script?
Thanks for your help
... more >>
C# delete code
Posted by NoSpam at 8/3/2003 9:43:40 AM
Hi,
I am working with C# and ASP.NET with code behind and a SQL Server.
I'm making an e-shop. When clients see what they have in their basket,
I added a function DELETE to delete a line. It took me hours to get it
working in both the dataset and the database itself. It works now, but
the code... more >>
Invisible controls problem
Posted by Paul M. at 8/3/2003 9:34:22 AM
Hi,
I am trying to create a simple asp .net page that has some plain text,
a button and a label on it. However the plain text shows when I build &
browse it but the button and label dont, what on earth is going on!!! Below
is the page html / code.
My eternal gratitude to anyone who can s... more >>
Web Access Fails
Posted by Ursula at 8/3/2003 5:39:26 AM
I am running IIS 5.1 on Windows XP Pro but keep failing
due to the message below. Please help!
"When you create a Web Application in Microsoft Visual
Studio .NET and then you use Windows Server 2003 with
Internet Information Server(IIS) 6.0, you receive the
following error message:
Th... more >>
Please share your opinion with me.
Posted by Jerry at 8/3/2003 4:16:42 AM
I am sorry for posting this message again. But I really want to hear more
responses.
---
My company is designing a new ASP.Net web application. Becasuse of the
concern of abusing Session variable(will consume memory), our team is going
to use following apporach to avoid it. Some of team membe... more >>
setting font at runtime
Posted by Harley at 8/3/2003 1:19:24 AM
how do you set the font for a label control in VB.NET/ASP.NET?
im trying:
label1.font = new system.drawing.font ("Arial",10)
as stated in the sample code, but compiler says "property font is
read-only".
... more >>
|