all groups > dotnet general > november 2005 > threads for tuesday november 22
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
dataset in a Web Service
Posted by ThunderMusic at 11/22/2005 11:23:52 PM
Hi,
I have a web service. It works fine until it hits a
dataadapter.fill(dataset) Is it normal? it results in a "The page cannot be
displayed (HTTP 500)" page.
Dim dbMan As DBManager
Dim dbConn As IDbConnection
Dim dbDA As IDataAdapter
Dim dbCB As System.ComponentModel.Component
Dim dbds... more >>
Need to enter data in the HTML pages without open that URL....
Posted by Gourav at 11/22/2005 10:59:05 PM
hi
I need to enter the data in the HTML Pages and then submit that page without
opening that URL it means programatically....so how to do that in .NET
is there any possiblity like doing this by loading that response of URL in
any object and then accessing the HTML response using the objects... more >>
Problem with string type, is it a bug? known? .NET 1.1
Posted by ThunderMusic at 11/22/2005 9:50:22 PM
Hi,
I encrypted a string using the RijndaelManaged class.
When decrypted, it happens that the string is longer then the original, but
the exceeding chars are nothing (string.chars(indexOfExceedingChars) is
nothing)
To correct the problem, I used SomeOtherStringVar = trim(DecryptedString)
... more >>
Computer name and Company name
Posted by ThunderMusic at 11/22/2005 6:35:42 PM
Hi,
I want to find the computer name and the company name from the network
indentification informations.
For the computer name, I found System.Net.Dns.GetHostName(), but I fgound
nothing for the company name.
Can someone help me plz?
Thanks
... more >>
Finding the full human name of a system user
Posted by Jason Reichenbach at 11/22/2005 4:05:03 PM
I've GOT to be missing something painfully obvious, here...
I need to programmatically get the full human name of the current user on a
local system, the same system upon which the app is running.
Using C#.NET MSDEV2003. OS will be Win2K or WinXP.
I've found numerous ways to get the user... more >>
Read E-mails.
Posted by Miguel Arenas at 11/22/2005 3:56:01 PM
In vb.2003 I sent automated e-mails, but now I need to read e-Mail and
attachments what can I do ?
or somebody know where can I find some code to do that.
Thansk.... more >>
Splitter events in 2.0
Posted by Marina at 11/22/2005 2:04:41 PM
Hi,
It seems that I am seeing an inconsistency in the arguments that get passed
to the SplitterMoved vs. SplitterMoving events.
As in, the ones for the SplitterMoving are correct coordinates, and the ones
for SplitterMoving are not.
I have a panel with 2 controls in it and a splitter. I... more >>
Generic Singleton?
Posted by PMarino at 11/22/2005 2:02:01 PM
Hi all - I've taken some code from MSDN and made a Generic singleton, so that
I don't have to write this code in many places:
public class Singleton<TEntity> where TEntity : class, new()
{
private static volatile TEntity instance = default(TE... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Sorry
Posted by Greg Smith at 11/22/2005 12:46:31 PM
I just installed Visual Web Developer Express.
Are there news groups supporting this product or does it all fall under
Visual Studio?
Any help is greatly appreciated.
... more >>
Users created 6 hours into the future...
Posted by clintonG at 11/22/2005 11:59:24 AM
On an XP Pro machine with a current and synchronized system time GMT
(-06:00) Central Time my use of the Visual Studio 2005 Website
Administration Tool (WAT) is writing users into the SQL Server DevEdition
twice and recording them 6 hours into the future.
The wierd time is occuring whether ... more >>
Response.ContentType = "application/vnd.ms-excel" Help Please...
Posted by steve02a at 11/22/2005 11:30:09 AM
I'm using the Response.ContentType = "application/vnd.ms-excel" in my web
application to export data into a spreadsheet. That works fine and all.
My question is: When I export the data and go and view the spreadsheet -
there are no grid lines. They all disappeared so it's like my data is o... more >>
Business Layer
Posted by Green Taylor at 11/22/2005 11:11:01 AM
Hi Gurus,
I am still a new developer, learning things everyday, need some concept
advices (Windows App.). I have learned that we should keep our code seperate
from user interface layer.
Suppose I have a form named Form1.
Before framework 2.0 we were creating a new class(Business layer) ... more >>
how to play video files using .net.
Posted by jaffar at 11/22/2005 10:51:03 AM
hi,
i am developing a windows application, in my application i have to
stor video files into database and play those video files from database ,
how to da this application, send me replay as soon as possible.
... more >>
Does Bitmap.FromHbitmap Copy Memory?
Posted by tsteinke NO[at]SPAM gmail.com at 11/22/2005 10:41:20 AM
I am in the process of creating a System.Drawing.Bitmap from a block of
memory containing a DIB Bitmap. I can think of about a half dozen ways
to do this. For perfomance reasons I don't want to be copying the
enitre bitmap around more than I have to.
Right now I am considering a Pinvoke call t... more >>
How to call aspx page from C#
Posted by sudeeprgaitonde NO[at]SPAM gmail.com at 11/22/2005 8:18:26 AM
Hello,
I am forming a aspx url with query string parameters as variables.
sUrl = "http://abcd.com/getresults.aspx?zipcode=" + zipcode +
"&areaCode=" + areacode + "&Landmark=" + landmark;
When this url formed is run in IE, it returns an xml in the browser.
Now I want to duplicate this f... more >>
Create your own personal knowledgebase
Posted by ahaupt NO[at]SPAM gmail.com at 11/22/2005 7:31:05 AM
Hi all,
How do you guys keep track of all the issues and tricks you guys come
across? And share that amongst developers in your team?
I come across useful information everyday and it gets too much to store
in the greymatter, and it is tedious and clumsy to share that with
other developers w... more >>
Detect if Offline Files is being used
Posted by Phil at 11/22/2005 7:21:06 AM
How do I detect if Offline Files is being used on the My Documents folder?
Thanks.... more >>
charts in .net
Posted by Leo De Candia at 11/22/2005 12:00:00 AM
Is there any way to create charts in .net?
I'm searching for help about Microsoft Graph control,
but can't find anything!
I added the reference to the project, but can't find the component on the
toolbar
any help or any alternative component?
thanks
... more >>
|