all groups > asp.net > may 2004 > threads for sunday may 30
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 Question
Posted by EMW at 5/30/2004 10:54:29 PM
I have a datagrid on my ASPx page bound to a dataview of a dataset table.
The first 4 columns are bound, the rest (31) are template columns with a
imagebutton inside.
I would like to be able to programmaticly change the colors (back- and fore)
of the header cells of these template columns.
... more >>
Datagrid question
Posted by EMW at 5/30/2004 10:50:16 PM
I have a datagrid on my ASPx page bound to a dataview of a dataset table.
The first 4 columns are bound, the rest (31) are template columns with a
imagebutton inside.
I would like to be able to programmaticly change the colors (back- and fore)
of the header cells of these template columns.
... more >>
HttpSessionState.Abandon() from ASP Enviroment?
Posted by Newbie at 5/30/2004 10:16:02 PM
If I have both ASP and ASP.NET environments within a web application, is it possible to manually expire ASP session from the ASP environment (ie using Session.Abandon)?... more >>
ASP.Net version 1.1
Posted by Esref Durna at 5/30/2004 8:13:29 PM
Hello
i got a new computer which installed XP
and i add IIS complement.
then I Instal Visual Studio .Net
but when i try to open a new web application project
it says me "Visual Studio .Net Has Datacted that The Specified Web Server is
not runing ASP.Net version 1.1 you will be unable to run A... more >>
HELP? Cookie object use (code behind). so much easy with ASP/COM+
Posted by chris at 5/30/2004 7:56:03 PM
Suggested that I move my question to this post, HELP
I'm struggling with using the HttpCookie object on a code behind. Used in the page works great
I'm getting a: Type 'HttpCookie' is not define
I've tried adding the namespace to the vb form but no luck
Imports System.Data.Sqlclien
Imports S... more >>
asp.net deployment
Posted by popman at 5/30/2004 7:05:22 PM
Vs.net's setup project always installs the project's files under wwwroot.If
I would like to install the project's files(aspx,js,html files) into program
files.How should I do?
Thanks
... more >>
can i run asp.net apps with Operating system win-xphomeedition
Posted by Sree at 5/30/2004 6:51:03 PM
hai friends,presently i am having XP-HomeEdition,i want to work with asp.net is there any option for me to work asp.net apps in win xp-home ,i am having xp-professional cd, but i don't want to change my operating system can i add anycomponenets from Professional cd to add IIS so can run asp.net apps... more >>
Access denied when writting to Application directory
Posted by José Joye at 5/30/2004 6:34:25 PM
Hello,
I know the problem I'm having has been mentioned several time...
However, the answers provided are not crystal clear.
Here is my problem:
I'm building a small web service that I will host on an internet Server
provider site (eg: WebMatrixHosting)
To be able to trace how it reacts, I... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
hidden ASPX behind HTML
Posted by Shaul Feldman at 5/30/2004 3:03:06 PM
Hello,
the question is how can I masquerade ASPX files behind HTML extension?
Thank you in advance.
--
With the best wishes,
Shaul Feldman
... more >>
Dialog to save to server
Posted by Chris Kennedy at 5/30/2004 1:57:45 PM
I want to give the users of my application the ability to select/create
which folder they want to save a file to in the virtual directory on the
server. Is there any user friendly dialog box that can be used for this. I
just really need a mechanism which gets the path they want and I can code
th... more >>
CS0016 Error suddenly happened and persist
Posted by FrzzMan[ at 5/30/2004 1:34:40 PM
Yesterday, all my ASP.NET running fine, at least this error didn't
raise. Today, I turned on the PC at the morning and receive this error:
Compiler Error Message: CS0016: Could not write to output file
'c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\flexnewsdotnet\36c8... more >>
Suggestions on how to Open a New Window from a data grid
Posted by Bill at 5/30/2004 11:41:02 AM
I have a datagrid that holds a whole list of records about computers. I need one column that is a hyperlink that when clicked will show the details of that computer model. The hyper link needs to open in a new window and have an address that is my page name (modelinfo.aspx). That part is easy, as th... more >>
newbie question on datagrid
Posted by Danny Ni at 5/30/2004 10:01:49 AM
Hi,
I would like use datagrid to display a list of items with a radio button
attached to each item. Say I have a datatable in a dataset, datatable has
one datacolumn "description". By binding this datatable to datagrid, the
datagrid display the descriptions. But how do I put a radio button in ... more >>
DataGrid Update
Posted by jhoge123 NO[at]SPAM yahoo.com at 5/30/2004 9:29:11 AM
Is there an easy way to make sure that the Update button event handler
will be fired if the user presses enter in a textbox in a row that is
being edited?... more >>
MDAC2.8 and windows 2003,
Posted by abacnet at 5/30/2004 8:35:06 AM
How do you repair MDAC 2.8 on Windows 2003.?
... more >>
Send emil from Windows Form
Posted by mg at 5/30/2004 7:41:02 AM
I want to send email from a Windows Form (running in Pocket PC emulation). But, System.Web.Mail is not available in References. Is there a solution here?... more >>
|