all groups > asp.net > september 2005 > threads for saturday september 24
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
Code behind pages in VS C# 2005
Posted by milkyway at 9/24/2005 11:32:16 PM
Hello,
In the class that I was in, double clicking on the .aspx page (in D
esign mode)would open a file for the .aspx.cs page. However, when I do
a double click in VS C# 2005 on the .aspx page, I get the following
inserted into my .aspx page
-------------------------------------------------... more >>
deploy asp.net application with sql server express database
Posted by Loane Sharp at 9/24/2005 10:25:43 PM
Hi there
I had no luck in getting the following question answered in the SQL Server
newsgroups. Please point me in the right direction.
Background: I am using the "System.Data.SqlClient" namespace and a
SqlConnection() object to connect to a local SQL Server 2005 Express
database from with... more >>
Going nuts - Configuration Error
Posted by Johnny Emde at 9/24/2005 7:25:36 PM
Hello Newsgroup
I'm about going nuts!!!
Sometime when I coding a asp.net (using C#) I'll get this wierd error.
Configuration Error
Description: An error occurred during the processing of a configuration file
required to service this request. Please review the specific error details
below... more >>
Client callback problem
Posted by John at 9/24/2005 7:19:11 PM
Hi all,
I'm trying to get a client callback to work and am able to get it to work
when I comment out a section of other, non-related-client-callback code.
Within my "If not page.ispostback" section, I do a databind on a gridview as
well as a dropdown box. The callback itself is fired off i... more >>
What is the difference between Page_Init and Page_Load?
Posted by Nathan Sokalski at 9/24/2005 6:45:25 PM
What is the difference between the Page_Init and Page_Load events? When I
was debugging my code, they both seemed to get triggered on every postback.
I am assuming that there is some difference, and I would like to know what
it is so that I can take advantage of it in my code. Thanks.
--
Na... more >>
Fax Broadcasting
Posted by MasoodAdnan NO[at]SPAM gmail.com at 9/24/2005 4:57:42 PM
Hi,
We send so many faxes every day. So the best thing is to write
something which can automate this process.
There are services who charge like 6 or 7 cents per page and can send
thousands of fax in minutes. I wonder how do they do it? I would like
to write a fax tool which can send mul... more >>
C# equivalent of Java applet
Posted by _R at 9/24/2005 2:13:34 PM
I'd like to build a small web app that models an electronic circuit.
Easily done on desktop. In the web version, the controls could be
done via ASP.net, but graphics would have to be built and sent to the
client on the fly. Do-able on client side in the java runtime, but
how could this be done... more >>
Reading large text files
Posted by Hutty at 9/24/2005 1:06:02 PM
I have a program that open text files and compares them, however, when
reading files larger than 500kb the programs seems to bomb. I get
re-directed to "page not found". Any idea how to get around this issue?
Ultimate goal is to read text files as big as 50mb or more. I'm using the
"input... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Panel scroll position reset on postback
Posted by rmunson8 at 9/24/2005 9:58:04 AM
I have added Panel control to a web page which contains a GridView. The
Panel's ScrollBars property is set to auto. When I select the Select
CommanField button for a row (which obviously causes a postback), the scroll
position resets to the top.
I was unable to figure out how to not force... more >>
Upload and Encryption
Posted by Fabrice at 9/24/2005 8:58:47 AM
Hello,
I'm looking for a solution (free) and 'how to : tutorials" to create a file
encryption solution.
If someone know a site, it will ne great.
thanks a lot.
fab.
... more >>
Create my own template for starting code behind files?
Posted by Steve Franks at 9/24/2005 8:46:08 AM
Hi,
Does VS.NET Beta 2 provide allow you to define your own template to be used
for new code behind pages?
For example I have common code that needs to go into get code behinds
Page_Load event. So when I use VS.NET to create a new web form, it would be
great if it would enter this custo... more >>
404 Error using WebDev.WebServer in VS.NET 2005
Posted by JazerB8 at 9/24/2005 8:43:02 AM
I am using VS.NET 2005 Beta 2 and I am trying to use the built in development
Web server (WebDev.WebServer.exe) to run and debug my ASP.NET app locally.
However, when I start the project either in debug mode or even after I have
published I get a 404 error. Reading other online posts, I have... more >>
Auto html format/indent in Visual Studio .NET?
Posted by Steve Franks at 9/24/2005 8:42:08 AM
Is there any way to tell VS to automatically reformat my HTML view to add
lines and tabs/spacing to create nicely formatted HTML in the viewer? I am
using Visual Studio 2005 .NET Beta 2
For example, let's say I paste this HTML into VS.NET "source" view:
<table><tr><td>val1</td><td>val... more >>
SelectedIndexChanged with WebControls.Table
Posted by jim at 9/24/2005 7:22:02 AM
What is the secret to getting the DropDownList.SelectedIndexChanged event to
fire when its Parent is a TableCell?
My Page_Load event creates the DropDown, sets AutoPostBack=true, and wires
up the SelectedIndexChangeEvent. After that is done I add it to a
TableCell.Controlls collection.
... more >>
how to open a new window with no Address bar
Posted by Patrick.O.Ige at 9/24/2005 12:00:00 AM
If i send an email using outlook and in the email there is a hyperlink.
But what i want is that if people get the email and they click the link i
want the
new window to open with no address bar.
Is it possible?
... more >>
Parser Error Message: Could not load type 'nmsps.clsname'.
Posted by z f at 9/24/2005 12:00:00 AM
hi,
I have a vb.net asp.net web app.
suddenly after working for long time, I get this error message in my app:
Could not load type
when trying to show a web form.
what can be the error?
the iis app is still there.
the DLL checked in reflector and have the type inside it declared as publ... more >>
|