all groups > asp.net > february 2004 > threads for saturday february 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
html designer
Posted by fleimeris at 2/14/2004 11:06:44 PM
hello,
i have
<TD colSpan="2" style="BORDER-TOP: gray 1px solid; FILTER:
progid:dximagetransform.microsoft.gradient(startcolorstr='darkgray',
endcolorstr='white', gradienttype='1'); BORDER-BOTTOM: gray 1px solid">
in my aspx file, but designer just loves to insert white space between
"progid:"... more >>
IIS 5.1 and Mozilla Firebird
Posted by unmssa NO[at]SPAM yahoo.com at 2/14/2004 10:26:30 PM
Hi all,
I'm working with WinXP and IIS 5.1 and I use Mozilla firebird browser.
When I check localhost I am promted for password but that's not the
problem. Real problem is I am given this error (after posting me to
http://localhost/localstart.asp):
----- Error ------
HTTP 500.100 - Int... more >>
Web User Control Inheritence -- how to do?
Posted by jqpdev at 2/14/2004 9:28:26 PM
How does one sub-class user controls within VS.NET 2003?
... more >>
Web Form acts differently when using C# than VB
Posted by Joe Fallon at 2/14/2004 8:56:51 PM
I have a sample web form in C# that works correctly.
When I translated it to VB I can't get one feature in it working.
==============================================
The part that does not work in VB is:
<%= Context.Items["SomeKey"] %>
and:
<%= this.SomeProperty %>
========================... more >>
What is _vti_cnf?
Posted by Simon Harvey at 2/14/2004 8:51:43 PM
Hi chaps,
This is really two related questions.
1. When I create a new ASP.net application in Visual Studio, it
automatically creates a vsdisco document. This doesnt seem to do much. Can
anyone tell me what its for?
2. The vsdisco document references a number of directories that I've ofte... more >>
Programmatically creating pages
Posted by mslyh at 2/14/2004 7:51:06 PM
Is there a way to instantiate a page object in code and redirect the response to it? I know that this is how the actual ASP.NET engine ultimately does it under the covers. However, is this available to the developer? I want to be able to use page inheritance to create a centralized page controler wi... more >>
Closing popup
Posted by Brian Mitchell at 2/14/2004 6:52:26 PM
Hello,
I have an aspx app that executes the window.open to open a popup windows,
but is there an easy way to close the popup? (I can't find a window.close
method)
Thanks!
... more >>
Preventing User from backing up to previous page?
Posted by Brian Mitchell at 2/14/2004 5:45:19 PM
I want to implement a logoff feature in my ASP.NET application (using VB),
but how do I expire or delete the pages from the cache so another user can't
simply use the back arrow to bring the pages back up?
Thanks!!
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
SQL image (jpeg) to Image or ImageButton or TableRow etc..
Posted by RobertH at 2/14/2004 5:29:53 PM
Hello all. I have been hacking away trying to get a SQL image (jpeg) to
render in a control or table row Without using the Response.BinaryWrite....
I think i might be on the verge but need a little help.. below are 2
functions that i wrote to try and accomplish this.
the first one is what i wo... more >>
Better or worse mouse trap?
Posted by Paul at 2/14/2004 4:30:27 PM
Hi, I'm building a database project and have just started getting away
from my newbie habit of storing, say, User names in a User field, as
text. I've now replaced the Name field with a NameID field and map this
field as a Foreign Key to a User table where it is a PK. I'm trying to
build the a... more >>
retrieving PDF file with ServerXMLHTTP object
Posted by Brian Barnett at 2/14/2004 3:46:07 PM
(Using the previous ASP technology, not ASP.NET. Sorry if this is the wrong newsgroup. If so, please point me in the right direction.)
I've just about got it working, except the browser is displaying binary data instead of using Adobe Acrobat to display the PDF.
Here is the source code I'm usi... more >>
converting date .....
Posted by Gary Smith at 2/14/2004 1:50:49 PM
I my SQL Datareader I am loading the date data into text box.
Here is my code
txtActOpenDate.Text = MyDataReader("ActOpenDt").ToString()
txtActOpenDate.Text is displaying the date and time.
How to display the date alone here.
Thanks for your advice.
Gary
... more >>
Application variable
Posted by Me_Titus at 2/14/2004 12:56:06 PM
I would like to know if there is any kind of difference between an empty web project and an web application project other
than all the files stucked toghether to the web application project. I am asking this because if i set an application
variable in the web application project and retrieve its v... more >>
Calling MS Applications from an ASP.NET page
Posted by Rob Kellow at 2/14/2004 12:51:09 PM
Hello,
I'm working on an application for use within my company on our intranet that will be used to gather some information and store some of the info in a SQL Server database and the rest of the information will be used to initiate either a MS Word or MS Excel document. The applications (Word &... more >>
Problem in Senting E-Mail using the SmtpMail
Posted by ElanKathir at 2/14/2004 12:37:00 PM
Hi !
I wrote one code for Send the E-mail, But that code have some problem , =
So please help me=20
Here i paste my code and Error:
Error:
Server Error in '/Elan_Sample' Application.=20
-------------------------------------------------------------------------=
-------
The transp... more >>
dropdownlist with a leading character in a different color
Posted by TJS at 2/14/2004 11:52:07 AM
I am populating a dropdownlist control from a query. Each line of content
in the dropdownlist may get modified with a leading text character as a flag
before being added to the list.
how can I modify a leading character to be in a different color or perhaps
add a small leading image to indic... more >>
Change Presentation of Databound Field
Posted by Jim Heavey at 2/14/2004 11:17:15 AM
If I have a datagrid in which a field is bound to a particular field in a
datatable which is of a "bool" type. If I want the datagrid to show "Yes"
and "No" based upon if the bool field is true or false, how can I do this?
The only solution I can come up with is to build a datatable and crea... more >>
How to check a file at client side
Posted by mhadi at 2/14/2004 9:10:15 AM
Hello
Please Help me!! The big bossman is screaming in my ear,
I am only devloper of dotnet in my software house and know only to develop
widows based application !!
My boss wan't me to devolope a page so that when a user clicks a link to to
download a file the page check directory at client ... more >>
SignOut( )
Posted by adam at 2/14/2004 8:56:06 AM
hello
the following is in a user control named header.ascx
I have a label control and link button that only display text if a cookie is present
private void Page_Load(object sender, System.EventArgs e)
if(Request.Cookies["xxxxx_xxxx"] != null
signedInLabel.Text = "welcome " + Request.Cook... more >>
Advice for Porting existing VB.NET App to ASP.Net Web Application
Posted by nbattinich NO[at]SPAM technasoft.com at 2/14/2004 8:29:33 AM
I am looking for any advice on migrating an existing VB.Net application to ASP.Net.
What is the easiest method for moving the GUI forms to ASP.Net?
The forms only use standard winform controls that come with VS studio 2003.
What kind of problems should I Expect? Any pitfalls?
Thanks.... more >>
Newbie - Keeping static page with other pages
Posted by Brian Mitchell at 2/14/2004 7:57:15 AM
Hello,
I am trying to keep my top toolbar page displayed with all the other pages a
user selects? How do you do this in .NET? (I think the old way was called
server-side includes)
Thanks!
... more >>
DataSet - Novice Question
Posted by Ashok at 2/14/2004 3:41:06 AM
I am using the datatable to display the details something like thi
Total X Y
GR 200 100 50 50
CS 100 50 25 2
FG% (cs/GR) 150% 50% 50% 50%
In the above table I am calculating the FG% ... more >>
ViewState Error! Please help!
Posted by Nick Weg at 2/14/2004 1:06:07 AM
Hello
We have a web application developed in .NET using VB.NET. We get the error below every now and then and can't figure out how to correct it. The viewstate this error refers to is pretty large, but I havn't seen any restrictions on a viewstates size. It there a fix for this that I don't kno... more >>
|