all groups > dotnet general > january 2006 > threads for friday january 27
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
Dumb question on naming a .NET development group
Posted by Ray Stevens at 1/27/2006 4:10:14 PM
This may seen trivial, but I am wondering if anyone has a good name for
their .NET development group. "Client Server" is too old fashioned, "Open
Systems" too UNIX biased, and "Web Development" too narrow if the
development group also develops desktop applications, WinForms, And TabletPC
pro... more >>
URL address problem
Posted by fpbrat NO[at]SPAM yahoo.ca at 1/27/2006 2:39:30 PM
Hi,
I have a problem with .NET URLs.
ie something.com/something.aspx/
If I add the following to it
something.com/something.aspx/something.aspx/
it still resolves. Now,I thought it would return an error message.
Any ideas?
..Net Lost
... more >>
Serialization/Compression
Posted by Bala Nagarajan at 1/27/2006 12:27:07 PM
Hello,
We are developing an application (Windows forms) that allows users to take
a snapshot of the some database tables and save them another set set of
tables (called Model tables)and work with them . Since the data that goes
into model tables are huge (in the order of 30000 records for ... more >>
TreeView and .css files
Posted by Gerhard at 1/27/2006 12:07:27 PM
I have the following code in an .net 2.0 project:
<asp:Panel Runat="server" id="pnlNavigation" CssClass="pnlNavigation"
Width="165px">
<asp:TreeView ID="TreeView1" runat="server"
DataSourceID="SiteMapDataSource1" CssClass="nav" BorderStyle="None"
CollapseImageToolTip="" ExpandI... more >>
WebService timed-out
Posted by Alex Cheng at 1/27/2006 11:58:36 AM
Hi there,
I'm calling a WebService that is in Web References. The funny is
sometimes it works and after calling serveral times. It generated the
following timed-out error:
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
*****... more >>
Indentation in VS 2003
Posted by mscertified at 1/27/2006 9:38:02 AM
How do I change the indentation in the VS 2003 editor. Its currently 4
spaces, I'd like to make it 3 characters?
How does this work? If someone else opens my project will they see the code
reflecting my indentation setting or their own?
Thanks.
-David... more >>
Web form gives no rows in parameter query
Posted by damezumari at 1/27/2006 9:35:36 AM
I have a stored procedure:
CREATE PROCEDURE jan.faq_mainframe (@type varchar(100))
as
SELECT
faq.id,
faq.question,
faq.answer,
faq.faqtimestamp,
faq.type
FROM
faq
where
faq.type = @type
order by
faq.faqtimestamp
GO
and I try to set the parameter value in Page_Loa... more >>
httpwebrequests, cookies and sessionID
Posted by Mike at 1/27/2006 9:35:28 AM
Hi,
I've been using httpwebrequest / xmlserverhttp to log into a website
via POST. I've received all the response headers back, some of which
contain the "set-cookie" headers.
When performing any other action on the website I need to submit the
JSESSION id and BSESSIONID as part of my POST... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
displaying images on a website from binary
Posted by CLEAR-RCIC at 1/27/2006 8:18:03 AM
I have several images i want to display in an ASP.Net application. The
images are being passed to me in binary format from another application. Is
there a good way to write them directly to an HMTL page without having to
save them to the server and create a URL to the virtual directory?
... more >>
SelectedIndexChanged Datagrid
Posted by Neo at 1/27/2006 5:11:02 AM
Hi,
I'm trying to update a database based on a entry in a specific cell of a
datagrid. I was wondering if anyone knew the event that could possibly handle
this.
Here is the idea:
There are many columns that are read - only and I want just one that
is writable. I was thinking about ... more >>
How do you make typed dataset internal
Posted by Billy at 1/27/2006 3:45:49 AM
I have created a typed dataset by dragging on a sql table on to the
designer of the dataset and from there I can change the modifier of the
tableadpater to 'internal' from 'public' thru the properties but how
can I change the modifier of the datatable to 'internal'? It doesn't
have this propert... more >>
Bandwidth Usage in FTP!
Posted by Raj at 1/27/2006 3:14:03 AM
is it possible using C# dotnet to control the bandwidth usage
means the transfer rate of download and upload?
Thanks!... more >>
ASP.NET textbox didn't refresh edited value
Posted by Venedict at 1/27/2006 2:37:02 AM
Hi All,
I'm doing an ASP.NET page which hav few textbox control and updating back to
SQL Server.
When i click the save button, it didn't update the changed value. It still
showing the old value.
If it is new record, then it is ok.
anyone encounter this before?
Thank.
--
R... more >>
How to get the List of Component Services using Dotnet ?
Posted by SenthilVel at 1/27/2006 12:00:00 AM
Hi
I want to list the available "Component Services " (COM+) in a machine .
i am trying to get the list of Componenet services in a machine using
windows forms in dotnet , how can i retrive the list of componenet services,
i know we can get the list of windows services, but i dont know ho... more >>
.NET update problem
Posted by JC at 1/27/2006 12:00:00 AM
Hi,
I am running a WinXP Pro PC with SP 2 and all updates installed.
Yesterday I installed the optional .NET framework 2.0 update available from the
Microsoft Update service.
All seemed to proceed properly with no errors reported. However, this morning
Norton SystemWorks 2004 reported 9... more >>
|