all groups > asp.net > july 2004 > threads for saturday july 31
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
ASP.NET Popups
Posted by jack at 7/31/2004 9:31:12 PM
Hello,
I am tring to use a Popup to open a texteditor and then press a save button
on the popup window and have the text go back to parent windows in a
textbox. I have seen calender popups that do this, but can't find how to
convert them.
Thanks for any help,
Jack
... more >>
Question for discussion on asp.net and patterns and framework
Posted by William Gower at 7/31/2004 9:06:58 PM
The DataAccessLayer retrieves a customer record from a table in the
database. It passes the customer object back to the business object which
passes it back to the controller. The web form has fields that show all the
attributes of the customer object. How should the fields on the web form
ge... more >>
how to place web user control
Posted by Joe Au at 7/31/2004 6:58:17 PM
How to place the web user controls on the web form freely the location I
want? Especially, if I get more than one web user controls.
Thanks.
Joe.
... more >>
how to display datatable columns as rows in datagrid?
Posted by Bob at 7/31/2004 6:03:58 PM
I have a User table that stores user info (such as first name, last name,
address etc) in columns, that is, one user per row. However, when
displaying out for editing one user, I'd like it to be displayed in two
columns, field names as labels in the left column and field values in
textboxes in ... more >>
Format a Date from a DataBinder.Eval
Posted by jack at 7/31/2004 4:48:24 PM
Hello,
I have a date in a SQL Database and want to use the dateformat tools to
format the output. I am now using the Month, Day, and Year to do it now.
I want to change:
Released Date: <%#Month(DataBinder.Eval(Container.DataItem, "ProdDate"))
& "/" & Day(DataBinder.Eval(Container.Dat... more >>
StoredProcedure -> Value from the Application
Posted by Viktor Popov at 7/31/2004 4:34:20 PM
Hi,
I use ASP.NET/C#/MS SQL and I'm trying to do the following but I find it
very hard!
I have Stored Procedure which saves data from the Application into DataBase.
One of its parameters is @Rooms INT. When A user insert in the WebForm a
value everything is allright because I do this:
cmd.... more >>
IHttpHandler, IHttpModules, and cleaning up after File Uploading...
Posted by Sky Sigal at 7/31/2004 2:56:05 PM
I have created an IHttpHandler that waits for uploads as attachments for a
webmail interface, and saves it to a directory that is defined in
config.xml.
My question is the following:
assuming that this is suppossed to end up as a component for others to use,
and therefore I do NOT have access... more >>
How to read a text file in the website?
Posted by who be dat? at 7/31/2004 1:34:54 PM
I feel stupid for asking this but I can't figure this out. I've got some
text files I want my website to read. The text files are located in a
subdirectory of my application. Physically, the files are located on drive
C: in directory starting with InetPub/myapplication/directrory/files .
Thin... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Object Error
Posted by Chris at 7/31/2004 1:31:02 PM
I've read through the prevoius posts and coudln't find an answer. I'm getting a "Object reference not set to an instance of an object." and can't figure out why. My pageload sub is check for login = true, then cookie to login, then bounce to login page. So I find if the user isn't logged in and ther... more >>
Caching Question
Posted by Mark Whitton at 7/31/2004 12:17:17 PM
Hi, I am developing using ASP.Net using SQL Server and also have several
layers in between, eventually producing a custom business object that is
used to populate the web form. I don't use datasets because of performance
issues and also they just aren't proper business entities.
When it comes... more >>
Page_INIT and Page_Load What are they the same?
Posted by jack at 7/31/2004 12:03:36 PM
Hello,
How should I use Page_init and Page_load with making ASP.NET Apps?
Thanks,
Jack
... more >>
Syntax error in insert statement
Posted by eric dugal at 7/31/2004 11:41:20 AM
Hi all!!
I need your help.... i'm working since 2 hours on a simple insert statement,
but couldn't handle it.
Here is my code :
public int ExecQuery(string SqlString)
{
OleDbConnection oCoon = new OleDbConnection(connectionString);
oCoon.Open();
OleDbCommand cmd3 ... more >>
how to get the html code from the iframe in client
Posted by chenhuawei at 7/31/2004 9:04:45 AM
Hi everybody
I want to use iframe to include other website page and get a table (html
code) inside the include page code .I don't know how to do in the client
,thank you for any help.
... more >>
Flawed logic
Posted by bstoddart at 7/31/2004 8:55:02 AM
I've been working on a project for the last week and I can't seem to get it working. It's supposed to be finished within the next few days so a speedy reply would be appriciated. Anyways, it seems that my program goes into some sort of endless loop that I can't find, as when I click a link to get to... more >>
smart navigation causing java script error
Posted by David at 7/31/2004 8:04:45 AM
The page whose smart navigation property is set to true shows a javacript
error when a button that posts back to the same page is pressed.
Line:27
Char: 9
Error: Object doesn't support this property or method
Code: 0
It is doing it only on my development machine. Once deployed to the targ... more >>
Design question: frames
Posted by Jeff Johnson at 7/31/2004 12:18:40 AM
Are frames passé? Are they sooooo 90's? Or is it still perfectly acceptable
to use them? If not, how would you handle a classic banner/navbar/content
layout without them, especially if you want the content to be scrollable but
not the banner or navbar?
... more >>
|